Skip to content

Commit 550be49

Browse files
authored
Merge pull request #465 from sigstore/renovate/actions-checkout-3.x
chore(deps): update actions/checkout action to v3.5.3
2 parents 0dd2f41 + ce37e9d commit 550be49

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
permissions:
3737
id-token: write
3838
steps:
39-
- uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
39+
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
4040
- name: Set up JDK ${{ matrix.java-version }}
4141
uses: actions/setup-java@v3
4242
with:

.github/workflows/conformance.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515

1616
runs-on: ubuntu-latest
1717
steps:
18-
- uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
18+
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
1919

2020
- name: Set up JDK ${{ matrix.java-version }}
2121
uses: actions/setup-java@5ffc13f4174014e2d4d4572b3d74c3fa61aeb2c2 # v3.11.0

.github/workflows/gradle-wrapper-validation.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ jobs:
66
name: "Validation"
77
runs-on: ubuntu-latest
88
steps:
9-
- uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
9+
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
1010
# allstar complains if we don't use tags here (https://github.com/ossf/scorecard/issues/2477)
1111
- uses: gradle/wrapper-validation-action@v1

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
hashes: ${{ steps.hash.outputs.hashes }}
4747
steps:
4848
- name: checkout tag
49-
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
49+
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
5050
with:
5151
ref: "refs/tags/v${{ github.event.inputs.release_version }}"
5252

0 commit comments

Comments
 (0)