We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4a1625 commit a5706efCopy full SHA for a5706ef
.github/workflows/codeql-analysis.yml
@@ -38,7 +38,7 @@ jobs:
38
39
steps:
40
- name: Checkout repository
41
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
42
43
# Initializes the CodeQL tools for scanning.
44
- name: Initialize CodeQL
.github/workflows/linux-jdks-with-current-maven-ci.yml
@@ -35,7 +35,7 @@ jobs:
35
runs-on: ubuntu-latest
36
container: "maven:${{ matrix.platform }}"
37
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
- name: 'Build'
run: mvn -B -V clean verify --fail-at-end
0 commit comments