From 6a09d5adce9a44935b282c41554efa013331cba6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 07:11:41 +0000 Subject: [PATCH] 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/codeql.yml | 2 +- .github/workflows/publish-microservices.yaml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 1c37e73..8ee46eb 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -38,7 +38,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v6 # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL diff --git a/.github/workflows/publish-microservices.yaml b/.github/workflows/publish-microservices.yaml index 44a5309..dd67480 100644 --- a/.github/workflows/publish-microservices.yaml +++ b/.github/workflows/publish-microservices.yaml @@ -19,7 +19,7 @@ jobs: echo "DOCKER_URL=${{ secrets.STAGING_DOCKER_URL }}" >> $GITHUB_ENV - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Login docker dev if: endsWith(github.ref, '/master') @@ -74,7 +74,7 @@ jobs: echo "DOCKER_URL=${{ secrets.STAGING_DOCKER_URL }}" >> $GITHUB_ENV - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Login docker dev if: endsWith(github.ref, '/master') @@ -128,7 +128,7 @@ jobs: if: false steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Deliverybot Helm Action dev if: endsWith(github.ref, '/master')