mirror of
https://github.com/trailofbits/algo.git
synced 2026-09-23 18:15:00 +02:00
chore(deps): bump actions/checkout from 900f2210b1d28bbbd0bd22d17926b9e224e8f231 to df4cb1c069e1874edd31b4311f1884172cec0e10 in the github-actions group (#15009)
* chore(deps): bump actions/checkout in the github-actions group Bumps the github-actions group with 1 update: [actions/checkout](https://github.com/actions/checkout). Updates `actions/checkout` from 900f2210b1d28bbbd0bd22d17926b9e224e8f231 to df4cb1c069e1874edd31b4311f1884172cec0e10 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/900f2210b1d28bbbd0bd22d17926b9e224e8f231...df4cb1c069e1874edd31b4311f1884172cec0e10) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: df4cb1c069e1874edd31b4311f1884172cec0e10 dependency-type: direct:production dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com> * Correct actions/checkout version comment to v6.0.3 The bumped SHA df4cb1c069e1874edd31b4311f1884172cec0e10 is checkout v6.0.3, but the pin comment still read v5.0.1. Update all 26 pins so the SHA-pin comment matches the actual version. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dan Guido <dan@trailofbits.com> Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Opus 4.8
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Dan Guido
parent
360b34de9f
commit
42188f43c5
@@ -16,7 +16,7 @@ jobs:
|
||||
container:
|
||||
image: semgrep/semgrep@sha256:d3d1be3a3770514d16a6a57b9761575d7536d70f45a5220274f4ec7d55c442b9 # v1.151.0
|
||||
steps:
|
||||
- uses: actions/checkout@900f2210b1d28bbbd0bd22d17926b9e224e8f231 # v5.0.1
|
||||
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
|
||||
with:
|
||||
persist-credentials: false
|
||||
|
||||
@@ -30,7 +30,7 @@ jobs:
|
||||
name: Python dependency audit
|
||||
runs-on: ubuntu-22.04
|
||||
steps:
|
||||
- uses: actions/checkout@900f2210b1d28bbbd0bd22d17926b9e224e8f231 # v5.0.1
|
||||
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
|
||||
with:
|
||||
persist-credentials: false
|
||||
|
||||
|
||||
Reference in New Issue
Block a user