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 597c04b + baea9a6 commit f7d8d7eCopy full SHA for f7d8d7e
.github/workflows/maven.yml
@@ -44,7 +44,7 @@ jobs:
44
restore-keys: |
45
${{ runner.os }}-maven-
46
- name: Set up JDK ${{ matrix.java }}
47
- uses: actions/setup-java@3a4f6e1af504cf6a31855fa899c6aa5355ba6c12 # v4.7.0
+ uses: actions/setup-java@c5195efecf7bdfc987ee8bae7a71cb8b11521c00 # v4.7.1
48
with:
49
distribution: 'temurin'
50
java-version: ${{ matrix.java }}
0 commit comments