From 3bb31b6064eff0654280e477ef080fdfbbc73388 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 10:48:22 +0000 Subject: [PATCH] Bump the github-actions group with 3 updates Bumps the github-actions group with 3 updates: [actions/checkout](https://github.com/actions/checkout), [actions/upload-artifact](https://github.com/actions/upload-artifact) and [actions/download-artifact](https://github.com/actions/download-artifact). Updates `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) Updates `actions/upload-artifact` from 4 to 7 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v4...v7) Updates `actions/download-artifact` from 4 to 8 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v4...v8) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: actions/upload-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: actions/download-artifact dependency-version: '8' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- .github/workflows/filescan-scan.yml | 2 +- .github/workflows/release-provenance.yml | 6 +++--- .github/workflows/semgrep-ce.yml | 2 +- .github/workflows/upstream-dependencies.yml | 2 +- 5 files changed, 7 insertions(+), 7 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..52b9cb2 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 @@ -75,7 +75,7 @@ jobs: echo "hashes=${hashes}" >> "$GITHUB_OUTPUT" - name: Upload release artifacts to workflow - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: release-artifacts path: dist/* @@ -104,7 +104,7 @@ jobs: steps: - name: Download release artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v8 with: name: release-artifacts path: dist 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