From cc5ed81ea1bb2315427e1ea03c7f46d25c591a14 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Dec 2025 12:45:45 +0000 Subject: [PATCH] Bump actions/checkout from 5 to 6 Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6. - [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...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/build-test-pack.yml | 2 +- .github/workflows/codeql.yml | 2 +- .github/workflows/fossa-scan.yml | 2 +- .github/workflows/init.yml | 2 +- .github/workflows/qodana.yml | 2 +- .github/workflows/semgrep.yml | 2 +- .github/workflows/snyk.yml | 2 +- .github/workflows/tag.yml | 2 +- .github/workflows/test-mutations.yml | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/build-test-pack.yml b/.github/workflows/build-test-pack.yml index 24ae00c3..6a61f63c 100644 --- a/.github/workflows/build-test-pack.yml +++ b/.github/workflows/build-test-pack.yml @@ -46,7 +46,7 @@ jobs: contents: read steps: - name: 📥 checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: 0 - name: 🖊️ materialize signing key diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index ff75c84b..8eb05d53 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -47,7 +47,7 @@ jobs: steps: - name: 📥 checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: 0 - name: 🎰 initialize CodeQL diff --git a/.github/workflows/fossa-scan.yml b/.github/workflows/fossa-scan.yml index 3d2bc68c..febf79e6 100644 --- a/.github/workflows/fossa-scan.yml +++ b/.github/workflows/fossa-scan.yml @@ -27,7 +27,7 @@ jobs: contents: read steps: - name: 📥 checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: 0 - name: 🔬 scan diff --git a/.github/workflows/init.yml b/.github/workflows/init.yml index a6e49391..39daf355 100644 --- a/.github/workflows/init.yml +++ b/.github/workflows/init.yml @@ -47,7 +47,7 @@ jobs: version: ${{ steps.determine-version.outputs.version }} steps: - name: 📥 checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: 0 - name: 🎰 determine modules diff --git a/.github/workflows/qodana.yml b/.github/workflows/qodana.yml index 1ba05247..d2847d05 100644 --- a/.github/workflows/qodana.yml +++ b/.github/workflows/qodana.yml @@ -47,7 +47,7 @@ jobs: security-events: write steps: - name: 📥 checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: 0 - name: 💾 cache nuget packages diff --git a/.github/workflows/semgrep.yml b/.github/workflows/semgrep.yml index 0bc83d6d..9bc3d534 100644 --- a/.github/workflows/semgrep.yml +++ b/.github/workflows/semgrep.yml @@ -40,7 +40,7 @@ jobs: image: semgrep/semgrep steps: - name: 📥 checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: 0 - name: 🔬 semgrep scan diff --git a/.github/workflows/snyk.yml b/.github/workflows/snyk.yml index e4e59906..c1ec8a75 100644 --- a/.github/workflows/snyk.yml +++ b/.github/workflows/snyk.yml @@ -35,7 +35,7 @@ jobs: security-events: write steps: - name: 📥 checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: 0 - name: 🏗️ restore dependencies diff --git a/.github/workflows/tag.yml b/.github/workflows/tag.yml index 02dfc1c9..9d0a6b25 100644 --- a/.github/workflows/tag.yml +++ b/.github/workflows/tag.yml @@ -20,7 +20,7 @@ jobs: contents: write steps: - name: 📥 checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: 0 - name: 🏷️ tag version diff --git a/.github/workflows/test-mutations.yml b/.github/workflows/test-mutations.yml index 5131da72..c07b2c8b 100644 --- a/.github/workflows/test-mutations.yml +++ b/.github/workflows/test-mutations.yml @@ -38,7 +38,7 @@ jobs: runs-on: ubuntu-latest steps: - name: 📥 checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: 0 - name: 🖊️ materialize signing key