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 8d5e9b6 + f0d123f commit e199740Copy full SHA for e199740
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@9704b39bf258b59bc04b50fa2dd55e9ed76b47a8 # v4.1.0
+ uses: actions/setup-java@5896cecc08fd8a1fbdfaf517e29b571164b031f7 # v4.2.0
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