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 94bd7e3 commit b4d6894Copy full SHA for b4d6894
.github/workflows/codeql-analysis.yml
@@ -55,7 +55,7 @@ jobs:
55
restore-keys: |
56
${{ runner.os }}-maven-
57
- name: Setup Java JDK
58
- uses: actions/setup-java@7a6d8a8234af8eb26422e24e3006232cccaa061b # v4.6.0
+ uses: actions/setup-java@3a4f6e1af504cf6a31855fa899c6aa5355ba6c12 # v4.7.0
59
with:
60
distribution: 'temurin'
61
java-version: '17'
.github/workflows/maven.yml
@@ -47,7 +47,7 @@ jobs:
47
48
49
- name: Set up JDK ${{ matrix.java }}
50
51
52
53
java-version: ${{ matrix.java }}
0 commit comments