From 2733687ade2a9e0ef6069d758a72a3c77d804dec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Aug 2025 00:46:37 +0000 Subject: [PATCH] Bump actions/checkout from 4 to 5 in the github-actions group Bumps the github-actions group with 1 update: [actions/checkout](https://github.com/actions/checkout). Updates `actions/checkout` from 4 to 5 - [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...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/build-site.yaml | 2 +- .github/workflows/scan.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-site.yaml b/.github/workflows/build-site.yaml index 253fffa..3b2c029 100644 --- a/.github/workflows/build-site.yaml +++ b/.github/workflows/build-site.yaml @@ -25,7 +25,7 @@ jobs: steps: - name: Checkout repo on source_branch - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: fetch-depth: "0" diff --git a/.github/workflows/scan.yaml b/.github/workflows/scan.yaml index daa14ef..cfb4a95 100644 --- a/.github/workflows/scan.yaml +++ b/.github/workflows/scan.yaml @@ -4,7 +4,7 @@ jobs: kubescape: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - uses: kubescape/github-action@main continue-on-error: true with: