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 70a46fe + 3e60d4a commit e39b92cCopy full SHA for e39b92c
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