Skip to content

Commit 5c111b2

Browse files
authored
Merge pull request #69 from grafana/renovate/actions-checkout-5.x
chore(deps): update actions/checkout action to v5
2 parents 2c612f8 + 079db80 commit 5c111b2

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

.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@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
39+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # 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@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
61+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # 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@08eba0b27e820071cde6df949e0beb9ba4906955 # 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@f43a0e5ff2bd294095638e18286ca9a3d1956744 # 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@08eba0b27e820071cde6df949e0beb9ba4906955 # 4.3.0
16+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # 5.0.0
1717
with:
1818
fetch-depth: 0
1919

2020
- name: "Checkout Target Branch"
21-
uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # 4.3.0
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@08eba0b27e820071cde6df949e0beb9ba4906955 # 4.3.0
40+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # 5.0.0
4141
with:
4242
ref: ${{ github.sha }}
4343
clean: false

0 commit comments

Comments
 (0)