From a1515fee80b30cc3d00a23a362d91a3f5c31ccc3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 14:34:15 +0000 Subject: [PATCH] Bump actions/checkout from 6 to 7 Bumps [actions/checkout](https://github.com/actions/checkout) from 6 to 7. - [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/v6...v7) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 24 ++++++++++++------------ .github/workflows/newman.yml | 2 +- .github/workflows/otel.yml | 2 +- 3 files changed, 14 insertions(+), 14 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e583ed0..5c0e7d4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -415,7 +415,7 @@ jobs: RELEASE_TAG: build-${{ github.run_number }} steps: - name: Check out source - uses: actions/checkout@v6 + uses: actions/checkout@v7 # - name: Tag repository # run: | @@ -452,7 +452,7 @@ jobs: TEST_DATA: '0' steps: - name: Check out source - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Set variables shell: bash @@ -597,7 +597,7 @@ jobs: password: ${{ secrets.DOCKERHUB_TOKEN }} - name: Check out source - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Pull repos run: | @@ -697,7 +697,7 @@ jobs: password: ${{ secrets.DOCKERHUB_TOKEN }} - name: Check out source - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Pull repos run: | @@ -735,7 +735,7 @@ jobs: password: ${{ secrets.GITHUB_TOKEN }} - name: Checkout source - uses: actions/checkout@v6 + uses: actions/checkout@v7 # with: # # Fetch all history for all branches and tags for Gitleaks # fetch-depth: 0 @@ -868,7 +868,7 @@ jobs: run: echo "ECR_REGISTRY=${{ steps.ecr-login.outputs.registry }}" >> "$GITHUB_ENV" - name: Check out source - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Set variables id: vars @@ -1180,7 +1180,7 @@ jobs: password: ${{ secrets.DOCKERHUB_TOKEN }} - name: Check out source - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Configure AWS credentials if: env.TEST_DATA == '1' @@ -1457,7 +1457,7 @@ jobs: aws-region: ${{ vars.AWS_REGION }} - name: Check out source - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 @@ -1653,7 +1653,7 @@ jobs: aws-region: ${{ vars.AWS_REGION }} - name: Check out source - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 @@ -1852,7 +1852,7 @@ jobs: password: ${{ secrets.DOCKERHUB_TOKEN }} - name: Check out source - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Install regsync uses: regclient/actions/regsync-installer@v0.1.0 @@ -1890,7 +1890,7 @@ jobs: password: ${{ secrets.DOCKERHUB_TOKEN }} - name: Check out source - uses: actions/checkout@v6 + uses: actions/checkout@v7 # https://github.com/regclient/actions - name: Install regsync @@ -1938,7 +1938,7 @@ jobs: run: echo "ECR_REGISTRY=${{ steps.ecr-login.outputs.registry }}" >> "$GITHUB_ENV" - name: Check out source - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Install regsync uses: regclient/actions/regsync-installer@v0.1.0 diff --git a/.github/workflows/newman.yml b/.github/workflows/newman.yml index 694e2ed..47ee285 100644 --- a/.github/workflows/newman.yml +++ b/.github/workflows/newman.yml @@ -53,7 +53,7 @@ jobs: password: ${{ secrets.DOCKERHUB_TOKEN }} - name: Check out source - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Set up Docker buildx id: buildx diff --git a/.github/workflows/otel.yml b/.github/workflows/otel.yml index 56fec3b..15901d8 100644 --- a/.github/workflows/otel.yml +++ b/.github/workflows/otel.yml @@ -98,7 +98,7 @@ jobs: run: echo "ECR_REGISTRY=${{ steps.ecr-login.outputs.registry }}" >> "$GITHUB_ENV" - name: Check out source - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Set variables id: vars