From b796e2c3e8d854e03a8af584b16060348f89c37e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Aug 2025 18:53:27 +0000 Subject: [PATCH] build(deps): bump actions/checkout from 4 to 5 Bumps [actions/checkout](https://github.com/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 ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yml | 2 +- .github/workflows/kics-scan.yml | 2 +- .github/workflows/release.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index aacb7a3..9609c3f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -8,7 +8,7 @@ jobs: build: runs-on: ubuntu-22.04 steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - uses: docker/login-action@v3.4.0 with: registry: ghcr.io diff --git a/.github/workflows/kics-scan.yml b/.github/workflows/kics-scan.yml index df6cc8c..32785a0 100644 --- a/.github/workflows/kics-scan.yml +++ b/.github/workflows/kics-scan.yml @@ -20,7 +20,7 @@ jobs: runs-on: ubuntu-latest name: kics steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Run KICS Scan with SARIF result uses: checkmarx/kics-github-action@v2.1.11 with: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c847f57..392f316 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-22.04 steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - uses: docker/setup-buildx-action@v3 - uses: docker/login-action@v3.4.0