We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 939c38f + d3735c0 commit c5847c6Copy full SHA for c5847c6
.github/workflows/maven.yml
@@ -50,7 +50,7 @@ jobs:
50
restore-keys: |
51
${{ runner.os }}-maven-
52
- name: Set up JDK ${{ matrix.java }}
53
- uses: actions/setup-java@99b8673ff64fbf99d8d325f52d9a5bdedb8483e9 # v4.2.1
+ uses: actions/setup-java@6a0805fcefea3d4657a47ac4c165951e33482018 # v4.2.2
54
with:
55
distribution: 'temurin'
56
java-version: ${{ matrix.java }}
0 commit comments