From 379547733509158738290a0c677e72636f1d7e1f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 03:43:52 +0000 Subject: [PATCH] build(deps): 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/codacy.yml | 4 ++-- .github/workflows/codeql.yml | 2 +- .github/workflows/documentation.yml | 2 +- .github/workflows/gitleaks.yml | 2 +- .github/workflows/go.yml | 2 +- .github/workflows/lint.yml | 2 +- .github/workflows/provenance.yml | 2 +- .github/workflows/security.yml | 2 +- .github/workflows/test.yml | 2 +- 9 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/codacy.yml b/.github/workflows/codacy.yml index 6ff456d..9a6e4e5 100644 --- a/.github/workflows/codacy.yml +++ b/.github/workflows/codacy.yml @@ -42,7 +42,7 @@ jobs: steps: # Checkout the repository to the GitHub Actions runner - name: Checkout code - uses: actions/checkout@v6 + uses: actions/checkout@v7 # Execute Codacy Analysis CLI and generate a SARIF output with the security issues identified during the analysis - name: Run Codacy Analysis CLI @@ -135,7 +135,7 @@ jobs: matrix: ${{ fromJson(needs.codacy-security-scan.outputs.sarif_matrix) }} steps: - name: Checkout code - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Download SARIF chunks artifact uses: actions/download-artifact@v8 diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 04e9004..cc17879 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -63,7 +63,7 @@ jobs: # your codebase is analyzed, see https://docs.github.com/en/code-security/code-scanning/creating-an-advanced-setup-for-code-scanning/codeql-code-scanning-for-compiled-languages steps: - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v7 # Add any setup steps before running the `github/codeql-action/init` action. # This includes steps like installing compilers or runtimes (`actions/setup-node` diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index c2d6e3f..9f399f3 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -21,7 +21,7 @@ jobs: deploy: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: fetch-depth: 0 diff --git a/.github/workflows/gitleaks.yml b/.github/workflows/gitleaks.yml index 8061e89..25563dd 100644 --- a/.github/workflows/gitleaks.yml +++ b/.github/workflows/gitleaks.yml @@ -14,7 +14,7 @@ jobs: name: gitleaks runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: fetch-depth: 0 - uses: gitleaks/gitleaks-action@v3 diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index d6ec6c0..6774adb 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -12,7 +12,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Load project settings id: settings run: | diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 10a9e01..10dcd56 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -11,7 +11,7 @@ jobs: lint: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Load project settings id: settings run: | diff --git a/.github/workflows/provenance.yml b/.github/workflows/provenance.yml index 4de71b9..dc22105 100644 --- a/.github/workflows/provenance.yml +++ b/.github/workflows/provenance.yml @@ -18,7 +18,7 @@ jobs: base64_subjects: ${{ steps.subjects.outputs.base64 }} archive_name: ${{ steps.archive.outputs.archive }} steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: fetch-depth: 0 - name: Create source archive diff --git a/.github/workflows/security.yml b/.github/workflows/security.yml index ff23314..d87c119 100644 --- a/.github/workflows/security.yml +++ b/.github/workflows/security.yml @@ -14,7 +14,7 @@ jobs: security: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Load project settings id: settings run: | diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 6c3d2aa..8f1af2e 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -10,7 +10,7 @@ jobs: test: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Load project settings id: settings run: |