Skip to content

Commit 0e5f80b

Browse files
chore(deps): update actions/checkout action to v6.0.3 (#192)
| datasource | package | from | to | | ----------- | ---------------- | ------ | ------ | | github-tags | actions/checkout | v5.0.0 | v6.0.3 | | github-tags | actions/checkout | v5 | v6.0.3 | | github-tags | actions/checkout | v6.0.2 | v6.0.3 | | github-tags | actions/checkout | v4.1.7 | v6.0.3 | Signed-off-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com> Co-authored-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>
1 parent bf1174c commit 0e5f80b

6 files changed

Lines changed: 10 additions & 10 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@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
39+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
4040
with:
4141
persist-credentials: false
4242

@@ -47,7 +47,7 @@ jobs:
4747
github_app: grafana-zizmor-bot
4848

4949
- name: Checkout Target
50-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
50+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
5151
with:
5252
repository: ${{ matrix.repository.owner }}/${{ matrix.repository.repo }}
5353
token: ${{ steps.get-github-app-token.outputs.token }}

.github/workflows/reusable-trufflehog.yml

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

3939
steps:
4040
- name: Checkout repository
41-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
41+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
4242
with:
4343
fetch-depth: 1
4444
persist-credentials: true

.github/workflows/self-zizmor.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
found-files: ${{ steps.zizmor-check.outputs.found-files }}
2121
steps:
2222
- name: Checkout
23-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
23+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
2424
- name: Run zizmor
2525
id: zizmor-check
2626
shell: bash

.github/workflows/semgrep.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ jobs:
1515
image: semgrep/semgrep:1.169.0@sha256:2b33f46ba66cf8cc2ad59ccfa7d22951fd00c632c38f1339e84ec8e6e641a942
1616
steps:
1717
# Fetch project source with GitHub Actions Checkout.
18-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
18+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
1919

2020
# Fetch org-wide custom Semgrep rules from the central repository.
21-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
21+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
2222
with:
2323
repository: grafana/security-github-actions
2424
ref: ${{ github.event.pull_request.head.repo.full_name == github.repository && (github.head_ref || github.ref_name) || 'main' }}

.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@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
13+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
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@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # 5.0.0
16+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
1717
with:
1818
fetch-depth: 0
1919

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

0 commit comments

Comments
 (0)