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 7b6c459 + 498105c commit cfc7979Copy full SHA for cfc7979
.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@b36c23c0d998641eff861008f374ee103c25ac73 # v4.4.0
+ uses: actions/setup-java@8df1039502a15bceb9433410b1a100fbe190c53b # v4.5.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