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.
1 parent 613cb00 commit ab66a68Copy full SHA for ab66a68
2 files changed
.github/workflows/build.yml
@@ -14,7 +14,7 @@ jobs:
14
with:
15
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
16
- name: Set up JDK 21
17
- uses: actions/setup-java@be666c2fcd27ec809703dec50e508c2fdc7f6654 # v5.2.0
+ uses: actions/setup-java@03ad4de0992f5dab5e18fcb136590ce7c4a0ac95 # v5.6.0
18
19
java-version: 21
20
distribution: 'temurin'
.github/workflows/check_pr.yml
@@ -16,7 +16,7 @@ jobs:
21
22
0 commit comments