Skip to content

Commit 9fb04aa

Browse files
chore(deps): bump actions/checkout from 6.0.3 to 6.1.0 in the actions group across 1 directory (#76)
Bumps the actions group with 1 update in the / directory: [actions/checkout](https://github.com/actions/checkout). Updates `actions/checkout` from 6.0.3 to 6.1.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/actions/checkout/releases">actions/checkout's releases</a>.</em></p> <blockquote> <h2>v6.1.0</h2> <h2>What's Changed</h2> <ul> <li><strong>[BREAKING]</strong> backport <code>allow-unsafe-pr-checkout</code> to v6 by <a href="https://github.com/aiqiaoy"><code>@​aiqiaoy</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/2500">actions/checkout#2500</a></li> <li>backport fixes to releases-v6 by <a href="https://github.com/aiqiaoy"><code>@​aiqiaoy</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/2527">actions/checkout#2527</a></li> </ul> <p><a href="https://github.blog/changelog/2026-06-18-safer-pull_request_target-defaults-for-github-actions-checkout/">https://github.blog/changelog/2026-06-18-safer-pull_request_target-defaults-for-github-actions-checkout/</a> for more details about this breaking change</p> <p><strong>Full Changelog</strong>: <a href="https://github.com/actions/checkout/compare/v6.0.3...v6.1.0">https://github.com/actions/checkout/compare/v6.0.3...v6.1.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/actions/checkout/commit/d23441a48e516b6c34aea4fa41551a30e30af803"><code>d23441a</code></a> backport fixes to releases-v6 (<a href="https://redirect.github.com/actions/checkout/issues/2527">#2527</a>)</li> <li><a href="https://github.com/actions/checkout/commit/f93ca50bde35f63a65c67fc94cc8821ead20e631"><code>f93ca50</code></a> backport <code>allow-unsafe-pr-checkout</code> to v6 (<a href="https://redirect.github.com/actions/checkout/issues/2500">#2500</a>)</li> <li>See full diff in <a href="https://github.com/actions/checkout/compare/df4cb1c069e1874edd31b4311f1884172cec0e10...d23441a48e516b6c34aea4fa41551a30e30af803">compare view</a></li> </ul> </details> <br /> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9294a04 commit 9fb04aa

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/build-snapshot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
echo "Confirmation must exactly match BUILD_SNAPSHOT." >&2
3939
exit 1
4040
fi
41-
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
41+
- uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6.1.0
4242
with:
4343
ref: ${{ github.sha }}
4444
- uses: aquasecurity/setup-trivy@81e514348e19b6112ce2a7e3ecbafe19c1e1f567 # v0.3.1

.github/workflows/deploy-cloudflare.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
fi
4040
4141
- name: Checkout reviewed release
42-
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
42+
uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6.1.0
4343
with:
4444
ref: ${{ github.sha }}
4545

.github/workflows/static-checks.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
skills: ${{ steps.scope.outputs.skills }}
3131
workflow: ${{ steps.scope.outputs.workflow }}
3232
steps:
33-
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
33+
- uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6.1.0
3434
with:
3535
fetch-depth: 0
3636
ref: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }}
@@ -162,7 +162,7 @@ jobs:
162162
runs-on: ubuntu-24.04
163163
timeout-minutes: 10
164164
steps:
165-
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
165+
- uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6.1.0
166166
- name: Lint GitHub Actions and embedded shell
167167
uses: raven-actions/actionlint@3d39aea434753780c3b3d4a1a31c854b4dbf49d7 # v2.2.0
168168
with:
@@ -182,7 +182,7 @@ jobs:
182182
HEAD_SHA: ${{ needs.changes.outputs.head_sha }}
183183
SKILLS_CHANGED: ${{ needs.changes.outputs.skills }}
184184
steps:
185-
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
185+
- uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6.1.0
186186
with:
187187
fetch-depth: 0
188188
ref: ${{ needs.changes.outputs.head_sha }}

0 commit comments

Comments
 (0)