From f1dbaacd3f447151ed7187be4d759d3d364079d2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 23:27:33 +0000 Subject: [PATCH] chore(deps): bump actions/checkout from 5 to 6 Bumps [actions/checkout](https://github.com/actions/checkout) from 5 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/v5...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/anchore.yml | 2 +- .github/workflows/github-docker-registry-push.yml | 2 +- .github/workflows/hadolint.yml | 2 +- .github/workflows/plugin_update.yml | 2 +- .github/workflows/test-jenkins.yml | 4 ++-- .github/workflows/updatecli.yaml | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/anchore.yml b/.github/workflows/anchore.yml index 2636a659..99cf6c29 100644 --- a/.github/workflows/anchore.yml +++ b/.github/workflows/anchore.yml @@ -32,7 +32,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Check out the code - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Build the Docker image run: cd ./dockerfiles/ && docker build . --file Dockerfile --tag localbuild/testimage:latest diff --git a/.github/workflows/github-docker-registry-push.yml b/.github/workflows/github-docker-registry-push.yml index eb953e42..6aed72cb 100644 --- a/.github/workflows/github-docker-registry-push.yml +++ b/.github/workflows/github-docker-registry-push.yml @@ -35,7 +35,7 @@ jobs: - name: Checkout # This step checks out the repository - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: 0 diff --git a/.github/workflows/hadolint.yml b/.github/workflows/hadolint.yml index f755e81b..1bbeb563 100644 --- a/.github/workflows/hadolint.yml +++ b/.github/workflows/hadolint.yml @@ -30,7 +30,7 @@ jobs: actions: read # only required for a private repository by github/codeql-action/upload-sarif to get the Action run status steps: - name: Checkout code - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Run hadolint scanning on the controller Dockerfile uses: hadolint/hadolint-action@2332a7b74a6de0dda2e2221d575162eba76ba5e5 diff --git a/.github/workflows/plugin_update.yml b/.github/workflows/plugin_update.yml index 933c8f9a..63b80c8d 100644 --- a/.github/workflows/plugin_update.yml +++ b/.github/workflows/plugin_update.yml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout repository - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Configure git & gh run: | diff --git a/.github/workflows/test-jenkins.yml b/.github/workflows/test-jenkins.yml index 1e79ee91..d8f9bc5d 100644 --- a/.github/workflows/test-jenkins.yml +++ b/.github/workflows/test-jenkins.yml @@ -23,7 +23,7 @@ jobs: BRANCH_SUFFIX: clean-up steps: - name: Checkout repository - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: 0 # Fetch all history for all branches and tags. @@ -269,7 +269,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Set up and start Docker Compose run: | diff --git a/.github/workflows/updatecli.yaml b/.github/workflows/updatecli.yaml index b07759b6..42fe1239 100644 --- a/.github/workflows/updatecli.yaml +++ b/.github/workflows/updatecli.yaml @@ -19,7 +19,7 @@ jobs: steps: # This step checks out the repository using the checkout action - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 # This step installs Updatecli in the runner using the updatecli-action - name: Install Updatecli in the runner