From ce6b8030334998a98fec386a2080738c9913a9bd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 07:09:56 +0000 Subject: [PATCH] chore(deps): bump actions/checkout in the github-actions group Bumps the github-actions group with 1 update: [actions/checkout](https://github.com/actions/checkout). Updates `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 dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/build-image.yml | 2 +- .github/workflows/build.yml | 2 +- .github/workflows/check-payload-types.yml | 2 +- .github/workflows/deploy-docs.yml | 2 +- .github/workflows/publish-scraper-python.yml | 2 +- .github/workflows/publish-scraper.yml | 2 +- .github/workflows/publish-ui.yml | 2 +- .github/workflows/release-images.yml | 4 ++-- .github/workflows/security.yml | 8 ++++---- .github/workflows/test-e2e.yml | 2 +- .github/workflows/test-unit-integration.yml | 2 +- 11 files changed, 15 insertions(+), 15 deletions(-) diff --git a/.github/workflows/build-image.yml b/.github/workflows/build-image.yml index 995829d04..ecbdc6eb0 100644 --- a/.github/workflows/build-image.yml +++ b/.github/workflows/build-image.yml @@ -59,7 +59,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: lfs: ${{ inputs.lfs }} diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2b30dda5d..3e21438af 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -9,7 +9,7 @@ jobs: name: Build & Quality Checks runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: lfs: true - uses: ./.github/actions/setup diff --git a/.github/workflows/check-payload-types.yml b/.github/workflows/check-payload-types.yml index e3b31407f..402bf86e5 100644 --- a/.github/workflows/check-payload-types.yml +++ b/.github/workflows/check-payload-types.yml @@ -34,7 +34,7 @@ jobs: NEXT_PUBLIC_PAYLOAD_URL: http://localhost:3000 steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: lfs: true - uses: ./.github/actions/setup diff --git a/.github/workflows/deploy-docs.yml b/.github/workflows/deploy-docs.yml index 736803732..75338b089 100644 --- a/.github/workflows/deploy-docs.yml +++ b/.github/workflows/deploy-docs.yml @@ -36,7 +36,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: lfs: true fetch-depth: 0 diff --git a/.github/workflows/publish-scraper-python.yml b/.github/workflows/publish-scraper-python.yml index 6c486a1c5..e407be206 100644 --- a/.github/workflows/publish-scraper-python.yml +++ b/.github/workflows/publish-scraper-python.yml @@ -12,7 +12,7 @@ jobs: contents: read id-token: write steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - uses: actions/setup-python@v6 with: diff --git a/.github/workflows/publish-scraper.yml b/.github/workflows/publish-scraper.yml index a3210dd8d..a7bb14ba6 100644 --- a/.github/workflows/publish-scraper.yml +++ b/.github/workflows/publish-scraper.yml @@ -12,7 +12,7 @@ jobs: contents: read id-token: write steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - uses: pnpm/action-setup@v6 diff --git a/.github/workflows/publish-ui.yml b/.github/workflows/publish-ui.yml index 80fa9db51..2195cbb24 100644 --- a/.github/workflows/publish-ui.yml +++ b/.github/workflows/publish-ui.yml @@ -12,7 +12,7 @@ jobs: contents: read id-token: write steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - uses: pnpm/action-setup@v6 diff --git a/.github/workflows/release-images.yml b/.github/workflows/release-images.yml index cb90d33cb..31a5ba0eb 100644 --- a/.github/workflows/release-images.yml +++ b/.github/workflows/release-images.yml @@ -88,7 +88,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: lfs: true @@ -210,7 +210,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Log in to Container Registry uses: docker/login-action@v4 diff --git a/.github/workflows/security.yml b/.github/workflows/security.yml index 64c79647e..758b1c45f 100644 --- a/.github/workflows/security.yml +++ b/.github/workflows/security.yml @@ -39,7 +39,7 @@ jobs: if: ${{ github.event.inputs.scan_type == 'all' || github.event.inputs.scan_type == 'dependencies' || github.event.inputs.scan_type == '' }} steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: lfs: true fetch-depth: 0 @@ -110,7 +110,7 @@ jobs: if: ${{ github.event.inputs.scan_type == 'all' || github.event.inputs.scan_type == 'docker' || github.event.inputs.scan_type == '' }} steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: lfs: true fetch-depth: 0 @@ -249,7 +249,7 @@ jobs: if: ${{ github.event.inputs.scan_type == 'all' || github.event.inputs.scan_type == 'config' || github.event.inputs.scan_type == '' }} steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: lfs: true fetch-depth: 0 @@ -329,7 +329,7 @@ jobs: if: ${{ github.event.inputs.scan_type == 'all' || github.event.inputs.scan_type == 'filesystem' || github.event.inputs.scan_type == '' }} steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: lfs: true fetch-depth: 0 diff --git a/.github/workflows/test-e2e.yml b/.github/workflows/test-e2e.yml index 825344f97..e1d175d15 100644 --- a/.github/workflows/test-e2e.yml +++ b/.github/workflows/test-e2e.yml @@ -56,7 +56,7 @@ jobs: apt-get update apt-get install -y --no-install-recommends git-lfs - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: lfs: true - uses: ./.github/actions/setup diff --git a/.github/workflows/test-unit-integration.yml b/.github/workflows/test-unit-integration.yml index 4c9a818bf..96fb02bad 100644 --- a/.github/workflows/test-unit-integration.yml +++ b/.github/workflows/test-unit-integration.yml @@ -42,7 +42,7 @@ jobs: NODE_OPTIONS: "--max-old-space-size=8192" steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: lfs: true fetch-depth: 0