We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8f2c0a commit 7df5af9Copy full SHA for 7df5af9
4 files changed
.github/workflows/codeql.yml
@@ -42,7 +42,7 @@ jobs:
42
java-version: '11'
43
44
- name: Checkout
45
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
46
47
- name: Initialize CodeQL
48
uses: github/codeql-action/init@v4
.github/workflows/java-release.yml
@@ -30,7 +30,7 @@ jobs:
30
31
steps:
32
# Checkout the code
33
- - uses: actions/checkout@v5
+ - uses: actions/checkout@v6
34
with:
35
fetch-depth: 0
36
.github/workflows/rl-scanner.yml
@@ -37,7 +37,7 @@ jobs:
37
38
39
- name: Checkout code
40
41
.github/workflows/test.yml
@@ -23,7 +23,7 @@ jobs:
23
runs-on: ubuntu-latest
24
25
26
27
28
- uses: ./.github/actions/setup
29
0 commit comments