We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9a8145 commit a74d71dCopy full SHA for a74d71d
.github/workflows/java-build.yml
@@ -43,7 +43,7 @@ jobs:
43
with:
44
persist-credentials: false
45
- name: Set up JDK ${{ matrix.java-version }}
46
- uses: actions/setup-java@7a6d8a8234af8eb26422e24e3006232cccaa061b # v4.6.0
+ uses: actions/setup-java@3a4f6e1af504cf6a31855fa899c6aa5355ba6c12 # v4.7.0
47
48
java-version: ${{ matrix.java-version }}
49
distribution: 'temurin'
.github/workflows/java-release.yml
@@ -35,7 +35,7 @@ jobs:
35
36
37
- name: Set up JDK 11
38
39
40
java-version: 11
41
0 commit comments