From 67cae224bc2a57cba1c6f9773be082aaa5424520 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 10:33:10 +0000 Subject: [PATCH] Bump actions/checkout from 4 to 7 Bumps [actions/checkout](https://github.com/actions/checkout) from 4 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/v4...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 | 2 +- .github/workflows/filescan-scan.yml | 2 +- .github/workflows/release-provenance.yml | 2 +- .github/workflows/semgrep-ce.yml | 2 +- .github/workflows/upstream-dependencies.yml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0deda47..22e5e67 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,7 @@ jobs: steps: - name: Check out repository - uses: actions/checkout@v5 + uses: actions/checkout@v7 - name: Check shell syntax shell: bash diff --git a/.github/workflows/filescan-scan.yml b/.github/workflows/filescan-scan.yml index b988be1..df1496c 100644 --- a/.github/workflows/filescan-scan.yml +++ b/.github/workflows/filescan-scan.yml @@ -17,7 +17,7 @@ jobs: steps: - name: Check out repository - uses: actions/checkout@v5 + uses: actions/checkout@v7 - name: Download configured upstream artifacts shell: bash diff --git a/.github/workflows/release-provenance.yml b/.github/workflows/release-provenance.yml index 77c6a5b..fee66d0 100644 --- a/.github/workflows/release-provenance.yml +++ b/.github/workflows/release-provenance.yml @@ -25,7 +25,7 @@ jobs: steps: - name: Check out repository - uses: actions/checkout@v5 + uses: actions/checkout@v7 with: fetch-depth: 0 diff --git a/.github/workflows/semgrep-ce.yml b/.github/workflows/semgrep-ce.yml index a41a8c9..350ff47 100644 --- a/.github/workflows/semgrep-ce.yml +++ b/.github/workflows/semgrep-ce.yml @@ -15,7 +15,7 @@ jobs: steps: - name: Check out repository - uses: actions/checkout@v5 + uses: actions/checkout@v7 - name: Install Semgrep CE shell: bash diff --git a/.github/workflows/upstream-dependencies.yml b/.github/workflows/upstream-dependencies.yml index 8ed181b..51ab973 100644 --- a/.github/workflows/upstream-dependencies.yml +++ b/.github/workflows/upstream-dependencies.yml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v7 - name: Check upstream releases id: deps