Skip to content

Commit 848293a

Browse files
authored
Merge pull request #532 from sigstore/renovate/actions-setup-java-3.x
Update actions/setup-java action to v3.13.0
2 parents fc63afd + 2be27f3 commit 848293a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/conformance.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
1919

2020
- name: Set up JDK ${{ matrix.java-version }}
21-
uses: actions/setup-java@cd89f46ac9d01407894225f350157564c9c7cee2 # v3.12.0
21+
uses: actions/setup-java@0ab4596768b603586c0de567f2430c30f5b0d2b0 # v3.13.0
2222
with:
2323
java-version: ${{ matrix.java-version }}
2424
distribution: 'temurin'

.github/workflows/tag-and-build-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
ref: "refs/tags/v${{ github.event.inputs.release_version }}"
5252

5353
- name: Set up JDK 11
54-
uses: actions/setup-java@cd89f46ac9d01407894225f350157564c9c7cee2 # v3.12.0
54+
uses: actions/setup-java@0ab4596768b603586c0de567f2430c30f5b0d2b0 # v3.13.0
5555
with:
5656
java-version: 11
5757
distribution: 'temurin'

0 commit comments

Comments
 (0)