Skip to content

Commit b413beb

Browse files
chore(deps): update actions/checkout action to v5
1 parent 83ad62d commit b413beb

4 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/periodic-zizmor.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636

3737
steps:
3838
- name: Checkout
39-
uses: actions/checkout@v4
39+
uses: actions/checkout@v5
4040
with:
4141
persist-credentials: false
4242

@@ -58,7 +58,7 @@ jobs:
5858
${{ matrix.repository.repo }}
5959
6060
- name: Checkout Target
61-
uses: actions/checkout@v4
61+
uses: actions/checkout@v5
6262
with:
6363
repository: ${{ matrix.repository.owner }}/${{ matrix.repository.repo }}
6464
token: ${{ steps.get-token.outputs.token }}

.github/workflows/self-zizmor.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
found-files: ${{ steps.zizmor-check.outputs.found-files }}
1717
steps:
1818
- name: Checkout
19-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
19+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
2020
- name: Run zizmor
2121
id: zizmor-check
2222
shell: bash

.github/workflows/snyk_monitor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111

1212
steps:
13-
- uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3
13+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
1414
with:
1515
persist-credentials: false
1616
- name: Run Snyk to import ${{ github.event.repository.name }} to Snyk

trivy/action.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@ runs:
1313
using: "composite"
1414
steps:
1515
- name: "Checkout Repository"
16-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # 4.2.2
16+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # 5.0.0
1717
with:
1818
fetch-depth: 0
1919

2020
- name: "Checkout Target Branch"
21-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # 4.2.2
21+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # 5.0.0
2222
with:
2323
ref: ${{ github.base_ref }}
2424

@@ -37,7 +37,7 @@ runs:
3737
severity: ${{ inputs.severities }}
3838

3939
- name: Checkout current commit
40-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # 4.2.2
40+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # 5.0.0
4141
with:
4242
ref: ${{ github.sha }}
4343
clean: false

0 commit comments

Comments
 (0)