From 313ef334636d7846028f77a7074f4f8dc4835ac8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 22:51:08 +0000 Subject: [PATCH] Bump actions/checkout from 4 to 6 in /.github/workflows 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/integration.yml | 2 +- .github/workflows/release.yml | 2 +- .github/workflows/support-images.yml | 2 +- .github/workflows/unit.yaml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 4f915e2..41734ac 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/integration.yml b/.github/workflows/integration.yml index abc8f34..bb8c950 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -11,7 +11,7 @@ jobs: name: Integrations steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Run integration tests run: make integration stop diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6747e6d..31bb34e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -11,7 +11,7 @@ jobs: name: Build, Tag, Push steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Setup env run: | diff --git a/.github/workflows/support-images.yml b/.github/workflows/support-images.yml index 9310e0a..58bc1f9 100644 --- a/.github/workflows/support-images.yml +++ b/.github/workflows/support-images.yml @@ -11,7 +11,7 @@ jobs: name: Build Support Images steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Build good nginx image run: | diff --git a/.github/workflows/unit.yaml b/.github/workflows/unit.yaml index 80ed18d..eb3f475 100644 --- a/.github/workflows/unit.yaml +++ b/.github/workflows/unit.yaml @@ -8,7 +8,7 @@ jobs: name: Unit steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Run unit tests run: make unit_docker