We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5827fc7 commit 61f84d2Copy full SHA for 61f84d2
.github/workflows/codeql-analysis.yml
@@ -28,7 +28,7 @@ jobs:
28
29
steps:
30
- name: Checkout repository
31
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
32
33
# Initializes the CodeQL tools for scanning.
34
- name: Initialize CodeQL
.github/workflows/maven.yml
@@ -15,7 +15,7 @@ jobs:
15
runs-on: ubuntu-latest
16
17
18
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
19
- name: Set up JDK 11
20
uses: actions/setup-java@v3
21
with:
0 commit comments