We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8fed6da + 88d4ba7 commit 0b9e99cCopy full SHA for 0b9e99c
2 files changed
.github/workflows/codeql-analysis.yml
@@ -38,7 +38,7 @@ jobs:
38
39
steps:
40
- name: Checkout repository
41
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
42
43
# Initializes the CodeQL tools for scanning.
44
- name: Initialize CodeQL
.github/workflows/gradle.yml
@@ -25,7 +25,7 @@ jobs:
25
java: 25
26
27
- name: Checkout
28
29
- name: Set up JDK
30
uses: actions/setup-java@v5
31
with:
0 commit comments