From d505c77152ef137d5480c4582efb34989b4cca6d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Jun 2026 11:53:51 +0000 Subject: [PATCH] build(deps): bump actions/checkout from 6.0.2 to 7.0.0 Bumps [actions/checkout](https://github.com/actions/checkout) from 6.0.2 to 7.0.0. - [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.0.2...v7.0.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/codeql-analysis.yml | 2 +- .github/workflows/combine_and_report.yml | 2 +- .github/workflows/docker.yml | 2 +- .github/workflows/erb_lint.yml | 2 +- .github/workflows/factory_bot_lint.yml | 2 +- .github/workflows/npm_lint_and_test.yml | 2 +- .github/workflows/rake-after_party.yml | 2 +- .github/workflows/rspec.yml | 2 +- .github/workflows/ruby_lint.yml | 2 +- .github/workflows/security.yml | 2 +- .github/workflows/spec_checker.yml | 2 +- .github/workflows/yaml_lint.yml | 2 +- 12 files changed, 12 insertions(+), 12 deletions(-) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 7c8b2e1585..ebe966e57c 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -42,7 +42,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v6.0.2 + uses: actions/checkout@v7.0.0 # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL diff --git a/.github/workflows/combine_and_report.yml b/.github/workflows/combine_and_report.yml index f4289ca434..e7454869dc 100644 --- a/.github/workflows/combine_and_report.yml +++ b/.github/workflows/combine_and_report.yml @@ -10,7 +10,7 @@ jobs: steps: - name: Checkout Project if: ${{ !cancelled() }} - uses: actions/checkout@v6.0.2 + uses: actions/checkout@v7.0.0 - name: Download artifacts if: ${{ !cancelled() }} uses: actions/download-artifact@v8 diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index da26d295ea..724c1c335a 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -27,7 +27,7 @@ jobs: TEST_MAX_DURATION: 60 steps: - name: Checkout repository - uses: actions/checkout@v6.0.2 + uses: actions/checkout@v7.0.0 - name: Create downloads folder run: | mkdir -p tmp/downloads diff --git a/.github/workflows/erb_lint.yml b/.github/workflows/erb_lint.yml index b79807da8f..71eb955821 100644 --- a/.github/workflows/erb_lint.yml +++ b/.github/workflows/erb_lint.yml @@ -22,7 +22,7 @@ jobs: timeout-minutes: 10 steps: - - uses: actions/checkout@v6.0.2 + - uses: actions/checkout@v7.0.0 - name: Set up Ruby uses: ruby/setup-ruby@v1 diff --git a/.github/workflows/factory_bot_lint.yml b/.github/workflows/factory_bot_lint.yml index d8fa4458c1..c9826e9071 100644 --- a/.github/workflows/factory_bot_lint.yml +++ b/.github/workflows/factory_bot_lint.yml @@ -36,7 +36,7 @@ jobs: --health-retries 5 steps: - - uses: actions/checkout@v6.0.2 + - uses: actions/checkout@v7.0.0 - name: Set up Ruby uses: ruby/setup-ruby@v1 diff --git a/.github/workflows/npm_lint_and_test.yml b/.github/workflows/npm_lint_and_test.yml index 2e92179083..6552e0c6b8 100644 --- a/.github/workflows/npm_lint_and_test.yml +++ b/.github/workflows/npm_lint_and_test.yml @@ -27,7 +27,7 @@ jobs: timeout-minutes: 10 steps: - - uses: actions/checkout@v6.0.2 + - uses: actions/checkout@v7.0.0 - uses: actions/setup-node@v6 with: diff --git a/.github/workflows/rake-after_party.yml b/.github/workflows/rake-after_party.yml index d3d893e743..da0cd78065 100644 --- a/.github/workflows/rake-after_party.yml +++ b/.github/workflows/rake-after_party.yml @@ -36,7 +36,7 @@ jobs: --health-retries 5 steps: - - uses: actions/checkout@v6.0.2 + - uses: actions/checkout@v7.0.0 - name: Set up Ruby uses: ruby/setup-ruby@v1 diff --git a/.github/workflows/rspec.yml b/.github/workflows/rspec.yml index b424e9bd9b..66cc885762 100644 --- a/.github/workflows/rspec.yml +++ b/.github/workflows/rspec.yml @@ -37,7 +37,7 @@ jobs: --health-retries 5 steps: - - uses: actions/checkout@v6.0.2 + - uses: actions/checkout@v7.0.0 - name: Set up Ruby uses: ruby/setup-ruby@v1 diff --git a/.github/workflows/ruby_lint.yml b/.github/workflows/ruby_lint.yml index fb8be369fa..87a9a922ce 100644 --- a/.github/workflows/ruby_lint.yml +++ b/.github/workflows/ruby_lint.yml @@ -24,7 +24,7 @@ jobs: timeout-minutes: 10 steps: - - uses: actions/checkout@v6.0.2 + - uses: actions/checkout@v7.0.0 - name: Set up Ruby uses: ruby/setup-ruby@v1 diff --git a/.github/workflows/security.yml b/.github/workflows/security.yml index 88e9d35c4c..fee44319d2 100644 --- a/.github/workflows/security.yml +++ b/.github/workflows/security.yml @@ -24,7 +24,7 @@ jobs: timeout-minutes: 10 steps: - - uses: actions/checkout@v6.0.2 + - uses: actions/checkout@v7.0.0 - name: Set up Ruby uses: ruby/setup-ruby@v1 diff --git a/.github/workflows/spec_checker.yml b/.github/workflows/spec_checker.yml index 659b736164..137d7f55b4 100644 --- a/.github/workflows/spec_checker.yml +++ b/.github/workflows/spec_checker.yml @@ -22,7 +22,7 @@ jobs: runs-on: ubuntu-latest timeout-minutes: 10 steps: - - uses: actions/checkout@v6.0.2 + - uses: actions/checkout@v7.0.0 - name: Set up Ruby uses: ruby/setup-ruby@v1 with: diff --git a/.github/workflows/yaml_lint.yml b/.github/workflows/yaml_lint.yml index 8db7586c4d..c4fa4c0f90 100644 --- a/.github/workflows/yaml_lint.yml +++ b/.github/workflows/yaml_lint.yml @@ -18,6 +18,6 @@ jobs: runs-on: ubuntu-latest timeout-minutes: 5 steps: - - uses: actions/checkout@v6.0.2 + - uses: actions/checkout@v7.0.0 - name: yaml-lint uses: ibiqlik/action-yamllint@v3