We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29935ab commit cc9fcd9Copy full SHA for cc9fcd9
2 files changed
.github/workflows/codeql.yml
@@ -25,7 +25,7 @@ jobs:
25
steps:
26
# https://github.com/actions/checkout
27
- name: Checkout repository
28
- uses: actions/checkout@v6.0.1
+ uses: actions/checkout@v6.0.2
29
30
# https://github.com/actions/setup-java
31
- name: Set up JDK 17
.github/workflows/gradle.yml
@@ -18,7 +18,7 @@ jobs:
18
19
20
- name: Check out Git repository
21
22
23
# https://github.com/actions/cache
24
- name: Cache Gradle
0 commit comments