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 42a2a46 + 5b8b114 commit 88cdac5Copy full SHA for 88cdac5
2 files changed
.github/workflows/analysis.yml
@@ -49,7 +49,7 @@ jobs:
49
repository: ${{ steps.get-vars.outputs.repo }}
50
ref: ${{ steps.get-vars.outputs.branch }}
51
- name: Set up JDK 17
52
- uses: actions/setup-java@5896cecc08fd8a1fbdfaf517e29b571164b031f7 # v4.2.0
+ uses: actions/setup-java@99b8673ff64fbf99d8d325f52d9a5bdedb8483e9 # v4.2.1
53
with:
54
distribution: "temurin"
55
java-version: 17
.github/workflows/codeql.yml
@@ -43,7 +43,7 @@ jobs:
43
44
languages: ${{ matrix.language }}
45
46
47
48
0 commit comments