From a200d4c573583e82d6e19510b350df66ef5c77b8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 21 Jun 2026 14:18:09 +0000 Subject: [PATCH] fix(dependabot): bump the github-actions-dependencies group across 6 directories with 1 update Bumps the github-actions-dependencies group with 1 update in the / directory: [actions/checkout](https://github.com/actions/checkout). Bumps the github-actions-dependencies group with 1 update in the /.github/workflows directory: [actions/checkout](https://github.com/actions/checkout). Bumps the github-actions-dependencies group with 1 update in the /shared-actions/run-cypress-functional directory: [actions/checkout](https://github.com/actions/checkout). Bumps the github-actions-dependencies group with 1 update in the /shared-actions/run-cypress-visual directory: [actions/checkout](https://github.com/actions/checkout). Bumps the github-actions-dependencies group with 1 update in the /shared-actions/run-playwright-visual directory: [actions/checkout](https://github.com/actions/checkout). Bumps the github-actions-dependencies group with 1 update in the /workflow-templates directory: [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) 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) 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) 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) 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) 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-dependencies - dependency-name: actions/checkout dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions-dependencies - dependency-name: actions/checkout dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions-dependencies - dependency-name: actions/checkout dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions-dependencies - dependency-name: actions/checkout dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions-dependencies - dependency-name: actions/checkout dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions-dependencies ... Signed-off-by: dependabot[bot] --- .github/workflows/ci-standard-checks-workflow.yaml | 2 +- .github/workflows/create-github-release.yaml | 2 +- .github/workflows/frontend-library-pr-release-workflow.yml | 2 +- .github/workflows/go-lint-workflow.yaml | 4 ++-- .github/workflows/graphql-generate-persisted-operations.yml | 2 +- .github/workflows/image-multiarch.yaml | 2 +- .github/workflows/plantuml.yml | 2 +- .github/workflows/release.yaml | 2 +- .github/workflows/sonarcloud-scan.yml | 2 +- shared-actions/run-cypress-functional/action.yml | 2 +- shared-actions/run-cypress-visual/action.yml | 2 +- shared-actions/run-playwright-visual/action.yml | 2 +- workflow-templates/frontend-canary-cleanup.yml | 2 +- workflow-templates/library-checks-and-release.yml | 2 +- workflow-templates/secrets-scan.yml | 4 ++-- 15 files changed, 17 insertions(+), 17 deletions(-) diff --git a/.github/workflows/ci-standard-checks-workflow.yaml b/.github/workflows/ci-standard-checks-workflow.yaml index 3855f6ba..e2337095 100644 --- a/.github/workflows/ci-standard-checks-workflow.yaml +++ b/.github/workflows/ci-standard-checks-workflow.yaml @@ -29,7 +29,7 @@ jobs: runs-on: [ "${{ inputs.runner }}" ] steps: - name: Check Out Source Code - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 - uses: actions/setup-node@v6 diff --git a/.github/workflows/create-github-release.yaml b/.github/workflows/create-github-release.yaml index 0061b8d1..700af4fa 100644 --- a/.github/workflows/create-github-release.yaml +++ b/.github/workflows/create-github-release.yaml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 - uses: go-semantic-release/action@v1 with: diff --git a/.github/workflows/frontend-library-pr-release-workflow.yml b/.github/workflows/frontend-library-pr-release-workflow.yml index 8ec392fd..4d61ced4 100644 --- a/.github/workflows/frontend-library-pr-release-workflow.yml +++ b/.github/workflows/frontend-library-pr-release-workflow.yml @@ -83,7 +83,7 @@ jobs: steps: - name: Check out Git repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 # Required for SonarCloud and semantic-release diff --git a/.github/workflows/go-lint-workflow.yaml b/.github/workflows/go-lint-workflow.yaml index 8744c6e2..bd173aff 100644 --- a/.github/workflows/go-lint-workflow.yaml +++ b/.github/workflows/go-lint-workflow.yaml @@ -54,10 +54,10 @@ jobs: steps: - name: Check out Git repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Check out repository containing linter config - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: repository: ${{ inputs.golangci-lint-config-repo }} ref: ${{ inputs.golangci-lint-config-repo-ref }} diff --git a/.github/workflows/graphql-generate-persisted-operations.yml b/.github/workflows/graphql-generate-persisted-operations.yml index b6ca1a92..eb5fab4b 100644 --- a/.github/workflows/graphql-generate-persisted-operations.yml +++ b/.github/workflows/graphql-generate-persisted-operations.yml @@ -26,7 +26,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Set up Node.js uses: actions/setup-node@v6 diff --git a/.github/workflows/image-multiarch.yaml b/.github/workflows/image-multiarch.yaml index 460f7c04..40c87752 100644 --- a/.github/workflows/image-multiarch.yaml +++ b/.github/workflows/image-multiarch.yaml @@ -60,7 +60,7 @@ jobs: runs-on: [ "${{ inputs.runner }}" ] steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Set up QEMU if: ${{ contains(inputs.platforms, ',') }} uses: docker/setup-qemu-action@v4 diff --git a/.github/workflows/plantuml.yml b/.github/workflows/plantuml.yml index 748e198a..f26114ee 100644 --- a/.github/workflows/plantuml.yml +++ b/.github/workflows/plantuml.yml @@ -19,7 +19,7 @@ jobs: runs-on: ubuntu-latest if: ${{ github.actor != 'dependabot[bot]' }} steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: # Checkout the Pull Request branch, so that we are not in a detached head state. # and can push the re-generated diagrams to the HEAD of the same branch. diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index d44f4b1d..620c3896 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Update major version tag run: | git config --global user.email "security@typeform.com" diff --git a/.github/workflows/sonarcloud-scan.yml b/.github/workflows/sonarcloud-scan.yml index 97b3802a..5fcb695f 100644 --- a/.github/workflows/sonarcloud-scan.yml +++ b/.github/workflows/sonarcloud-scan.yml @@ -63,7 +63,7 @@ jobs: steps: - name: Check out Git repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 # Required for SonarCloud to analyze git history diff --git a/shared-actions/run-cypress-functional/action.yml b/shared-actions/run-cypress-functional/action.yml index ffca8b18..f20d86a9 100644 --- a/shared-actions/run-cypress-functional/action.yml +++ b/shared-actions/run-cypress-functional/action.yml @@ -71,7 +71,7 @@ runs: using: 'composite' steps: - name: Check out Git repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Setup Node with Cache uses: Typeform/.github/shared-actions/setup-node-with-cache@v1 diff --git a/shared-actions/run-cypress-visual/action.yml b/shared-actions/run-cypress-visual/action.yml index 0a06b6cb..466a2482 100644 --- a/shared-actions/run-cypress-visual/action.yml +++ b/shared-actions/run-cypress-visual/action.yml @@ -89,7 +89,7 @@ runs: using: 'composite' steps: - name: Check out Git repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Setup Node with Cache uses: Typeform/.github/shared-actions/setup-node-with-cache@v1 diff --git a/shared-actions/run-playwright-visual/action.yml b/shared-actions/run-playwright-visual/action.yml index 12d6e30a..72477e9e 100644 --- a/shared-actions/run-playwright-visual/action.yml +++ b/shared-actions/run-playwright-visual/action.yml @@ -92,7 +92,7 @@ runs: using: 'composite' steps: - name: Check out Git repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Setup Node with Cache uses: Typeform/.github/shared-actions/setup-node-with-cache@v1 diff --git a/workflow-templates/frontend-canary-cleanup.yml b/workflow-templates/frontend-canary-cleanup.yml index c528a4f7..253546f8 100644 --- a/workflow-templates/frontend-canary-cleanup.yml +++ b/workflow-templates/frontend-canary-cleanup.yml @@ -20,7 +20,7 @@ jobs: echo "Deploy was not successful, deploy workflow exited with status: ${{ github.event.workflow_run.conclusion}}. You may need to revert your PR." - name: Check out Git repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Set up Node.js uses: actions/setup-node@v6 diff --git a/workflow-templates/library-checks-and-release.yml b/workflow-templates/library-checks-and-release.yml index 8e4cce38..9a0fbcc7 100644 --- a/workflow-templates/library-checks-and-release.yml +++ b/workflow-templates/library-checks-and-release.yml @@ -21,7 +21,7 @@ jobs: steps: - name: Check out Git repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Set up Node.js uses: actions/setup-node@v6 diff --git a/workflow-templates/secrets-scan.yml b/workflow-templates/secrets-scan.yml index 3262b5b5..256cc456 100644 --- a/workflow-templates/secrets-scan.yml +++ b/workflow-templates/secrets-scan.yml @@ -11,9 +11,9 @@ jobs: steps: - name: Check Out Source Code - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: - # By default, actions/checkout@v6 does a shallow clone with + # By default, actions/checkout@v7 does a shallow clone with # depth 1. 0 means 'fetch the whole history'. We use it here # since we don't know how many commits a PR could have. If # you're repo is very large and cloning is slow, you could