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.
1 parent fc9ae9f commit 4d760ddCopy full SHA for 4d760dd
2 files changed
.github/workflows/codeql-analysis.yml
@@ -57,7 +57,7 @@ jobs:
57
${{ runner.os }}-maven-
58
59
- name: Set up JDK
60
- uses: actions/setup-java@1bcf9fb12cf4aa7d266a90ae39939e61372fe520 # v5.4.0
+ uses: actions/setup-java@0f481fcb613427c0f801b606911222b5b6f3083a # 5.5.0
61
with:
62
distribution: 'temurin'
63
java-version: 11
.github/workflows/maven.yml
@@ -53,7 +53,7 @@ jobs:
53
restore-keys: |
54
55
- name: Set up JDK ${{ matrix.java }}
56
distribution: ${{ runner.os == 'macOS' && matrix.java == '8' && 'zulu' || 'temurin' }}
java-version: ${{ matrix.java }}
0 commit comments