We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 647628b commit 78b81d2Copy full SHA for 78b81d2
2 files changed
.github/workflows/coverage.yml
@@ -33,7 +33,7 @@ jobs:
33
with:
34
persist-credentials: false
35
- name: Set up JDK ${{ matrix.java }}
36
- uses: actions/setup-java@f2beeb24e141e01a676f977032f5a29d81c9e27e # v5.1.0
+ uses: actions/setup-java@be666c2fcd27ec809703dec50e508c2fdc7f6654 # v5.2.0
37
38
distribution: temurin
39
java-version: ${{ matrix.java }}
.github/workflows/maven.yml
0 commit comments