From 5a8d8a39078007b269d34ca5cca7051c10a62788 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 08:07:02 +0000 Subject: [PATCH] ci(deps): bump actions/checkout from 6 to 7 Bumps [actions/checkout](https://github.com/actions/checkout) from 6 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/v6...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 | 8 ++++---- .github/workflows/commit.yml | 4 ++-- .github/workflows/publish-docker.yml | 2 +- .github/workflows/release.yml | 2 +- .github/workflows/security.yml | 2 +- .github/workflows/update.yml | 2 +- 6 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7479b55..e5d19b6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,7 @@ jobs: contents: write steps: - name: Checkout the repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: persist-credentials: 'false' - name: Bootstrap repository @@ -50,7 +50,7 @@ jobs: runs-on: ubuntu-24.04 steps: - name: Checkout the repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: persist-credentials: 'false' - name: Bootstrap repository @@ -72,7 +72,7 @@ jobs: - linux/arm64 steps: - name: Checkout code - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: persist-credentials: 'false' - name: Bootstrap repository @@ -147,7 +147,7 @@ jobs: exit 1 fi - name: Checkout the repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Scan workflow logs for warnings and errors run: scripts/scan_workflow_logs.sh ${{ github.run_id }} env: diff --git a/.github/workflows/commit.yml b/.github/workflows/commit.yml index 1d00188..0af3b0f 100644 --- a/.github/workflows/commit.yml +++ b/.github/workflows/commit.yml @@ -19,7 +19,7 @@ jobs: runs-on: ubuntu-24.04 steps: - name: Checkout the repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: persist-credentials: 'false' - name: Bootstrap repository @@ -40,7 +40,7 @@ jobs: - linux/arm64 steps: - name: Checkout the repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 persist-credentials: 'false' diff --git a/.github/workflows/publish-docker.yml b/.github/workflows/publish-docker.yml index 9678465..9325242 100644 --- a/.github/workflows/publish-docker.yml +++ b/.github/workflows/publish-docker.yml @@ -22,7 +22,7 @@ jobs: packages: write steps: - name: Checkout the repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: persist-credentials: 'false' diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 133a0f9..6a2b77b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -21,7 +21,7 @@ jobs: tag: ${{ steps.release.outputs.tag }} steps: - name: Checkout the repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 persist-credentials: 'false' diff --git a/.github/workflows/security.yml b/.github/workflows/security.yml index f86c849..6182419 100644 --- a/.github/workflows/security.yml +++ b/.github/workflows/security.yml @@ -29,7 +29,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout the repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: persist-credentials: 'false' - name: Bootstrap repository diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index 10a7ef3..5f0d1aa 100644 --- a/.github/workflows/update.yml +++ b/.github/workflows/update.yml @@ -22,7 +22,7 @@ jobs: pull-requests: write steps: - name: Checkout the repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: persist-credentials: 'false' - name: Bootstrap repository