From cd5d1840bfa17adf8855fe64a3733c8cfea84f1a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Sep 2026 14:00:41 +0000 Subject: [PATCH] ci: Bump actions/checkout from 5 to 7 Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 7. - [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/v5...v7) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 4 ++-- .github/workflows/reusable-gitleaks.yml | 2 +- .github/workflows/reusable-rust-ci.yml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 240ab80..51ad57f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -32,7 +32,7 @@ jobs: runs-on: ubuntu-latest timeout-minutes: 5 steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v7 # The prebuilt binary straight from the upstream release — no # third-party action, no Go toolchain, no install script piped to a @@ -53,7 +53,7 @@ jobs: runs-on: ubuntu-latest timeout-minutes: 5 steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v7 # These files are applied with `gh api --input`. A JSON syntax error # would only surface at the moment someone tries to change what can diff --git a/.github/workflows/reusable-gitleaks.yml b/.github/workflows/reusable-gitleaks.yml index 76147ec..c0d2db5 100644 --- a/.github/workflows/reusable-gitleaks.yml +++ b/.github/workflows/reusable-gitleaks.yml @@ -61,7 +61,7 @@ jobs: runs-on: ubuntu-latest timeout-minutes: ${{ inputs.timeout-minutes }} steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v7 with: fetch-depth: ${{ inputs.fetch-depth }} diff --git a/.github/workflows/reusable-rust-ci.yml b/.github/workflows/reusable-rust-ci.yml index f777da2..d312ea4 100644 --- a/.github/workflows/reusable-rust-ci.yml +++ b/.github/workflows/reusable-rust-ci.yml @@ -94,7 +94,7 @@ jobs: echo "::error::clippy-on-target is true but target is empty. Set target, or set clippy-on-target to false." exit 1 - - uses: actions/checkout@v5 + - uses: actions/checkout@v7 # Third-party action, pinned by commit SHA: a tag can be moved to point # at different code, a SHA cannot. This is the `stable` branch head of