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.
2 parents 4f4a37e + 5ee14c1 commit ae8495aCopy full SHA for ae8495a
.github/workflows/analysis.yml
@@ -38,7 +38,7 @@ jobs:
38
repository: ${{ steps.get-vars.outputs.repo }}
39
ref: ${{ steps.get-vars.outputs.branch }}
40
- name: Set up JDK 17
41
- uses: actions/setup-java@0ab4596768b603586c0de567f2430c30f5b0d2b0 # v3.13.0
+ uses: actions/setup-java@387ac29b308b003ca37ba93a6cab5eb57c8f5f93 # v4.0.0
42
with:
43
distribution: "temurin"
44
java-version: 17
.github/workflows/codeql.yml
@@ -36,7 +36,7 @@ jobs:
36
37
languages: ${{ matrix.language }}
0 commit comments