From 5457ceb7634e8b6220e7d54bee1c204b37d22cc8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 5 Apr 2026 06:49:27 +0000 Subject: [PATCH] Build(deps): Bump actions/checkout from 4 to 6 Bumps [actions/checkout](https://github.com/actions/checkout) from 4 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/v4...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/ci.yml | 8 ++++---- .github/workflows/codeql.yml | 2 +- .github/workflows/scorecard.yml | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 91cd5fc..8167142 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,7 +17,7 @@ jobs: - uses: step-security/harden-runner@v2 with: egress-policy: audit - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - name: Install ShellCheck run: sudo apt-get install -y shellcheck - name: Run ShellCheck @@ -31,7 +31,7 @@ jobs: - uses: step-security/harden-runner@v2 with: egress-policy: audit - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - uses: actions/setup-python@v6 with: python-version: "3.12" @@ -51,7 +51,7 @@ jobs: - uses: step-security/harden-runner@v2 with: egress-policy: audit - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 with: fetch-depth: 0 - uses: trufflesecurity/trufflehog@main @@ -66,7 +66,7 @@ jobs: - uses: step-security/harden-runner@v2 with: egress-policy: audit - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - uses: actions/dependency-review-action@v4 with: fail-on-severity: high diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 412df25..f5843ad 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -24,7 +24,7 @@ jobs: - uses: step-security/harden-runner@v2 with: egress-policy: audit - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - uses: github/codeql-action/init@v4 with: languages: ${{ matrix.language }} diff --git a/.github/workflows/scorecard.yml b/.github/workflows/scorecard.yml index 5f98fae..2d4a254 100644 --- a/.github/workflows/scorecard.yml +++ b/.github/workflows/scorecard.yml @@ -19,7 +19,7 @@ jobs: - uses: step-security/harden-runner@v2 with: egress-policy: audit - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 with: persist-credentials: false - uses: ossf/scorecard-action@v2