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.
2 parents b94f943 + 9694448 commit a679002Copy full SHA for a679002
.github/workflows/codeql-analysis.yml
@@ -37,7 +37,7 @@ jobs:
37
38
steps:
39
- name: Checkout repository
40
- uses: actions/checkout@v3
+ uses: actions/checkout@v5
41
42
# Initializes the CodeQL tools for scanning.
43
- name: Initialize CodeQL
.github/workflows/maven.yml
@@ -20,7 +20,7 @@ jobs:
20
name: Test JDK ${{ matrix.java }}, ${{ matrix.os }}
21
22
23
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v5
24
- name: Set up JDK
25
uses: actions/setup-java@v5
26
with:
0 commit comments