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 19a7e1e + a7181fb commit 0bb7767Copy full SHA for 0bb7767
1 file changed
.github/workflows/maven.yml
@@ -46,7 +46,7 @@ jobs:
46
restore-keys: |
47
${{ runner.os }}-maven-
48
- name: Set up JDK ${{ matrix.java }}
49
- uses: actions/setup-java@99b8673ff64fbf99d8d325f52d9a5bdedb8483e9 # v4.2.1
+ uses: actions/setup-java@6a0805fcefea3d4657a47ac4c165951e33482018 # v4.2.2
50
with:
51
distribution: 'temurin'
52
java-version: ${{ matrix.java }}
0 commit comments