From fd09372143a2aa3c2de3e932b4dc9fa5be93aa4b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Jan 2026 15:01:56 +0000 Subject: [PATCH] Bump actions/checkout from 6.0.0 to 6.0.1 Bumps [actions/checkout](https://github.com/actions/checkout) from 6.0.0 to 6.0.1. - [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/1af3b93b6815bc44a9784bd300feb67ff0d1eeb3...8e8c483db84b4bee98b60c0593521ed34d9990e8) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.0.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/bundler.yml | 2 +- .github/workflows/daily-bundler.yml | 2 +- .github/workflows/daily-rubygems.yml | 2 +- .github/workflows/install-rubygems.yml | 8 ++++---- .github/workflows/read-only.yml | 2 +- .github/workflows/realworld-bundler.yml | 8 ++++---- .github/workflows/ruby-core.yml | 4 ++-- .github/workflows/rubygems.yml | 2 +- .github/workflows/scorecards.yml | 2 +- .github/workflows/sync-ruby.yml | 2 +- .github/workflows/system-rubygems-bundler.yml | 4 ++-- .github/workflows/truffleruby-bundler.yml | 2 +- .github/workflows/ubuntu-lint.yml | 4 ++-- .github/workflows/weekly-update.yml | 2 +- 14 files changed, 23 insertions(+), 23 deletions(-) diff --git a/.github/workflows/bundler.yml b/.github/workflows/bundler.yml index 7ea6be4aec21..5122660c89d7 100644 --- a/.github/workflows/bundler.yml +++ b/.github/workflows/bundler.yml @@ -55,7 +55,7 @@ jobs: RGV: .. RUBYOPT: --disable-gems steps: - - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 + - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 with: persist-credentials: false - name: Setup ruby diff --git a/.github/workflows/daily-bundler.yml b/.github/workflows/daily-bundler.yml index 14f78a83c661..72e87b2dadfa 100644 --- a/.github/workflows/daily-bundler.yml +++ b/.github/workflows/daily-bundler.yml @@ -20,7 +20,7 @@ jobs: env: RGV: .. steps: - - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 + - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 with: persist-credentials: false diff --git a/.github/workflows/daily-rubygems.yml b/.github/workflows/daily-rubygems.yml index e7512f869f03..115b76bd34e5 100644 --- a/.github/workflows/daily-rubygems.yml +++ b/.github/workflows/daily-rubygems.yml @@ -23,7 +23,7 @@ jobs: env: TRUFFLERUBYOPT: --experimental-options --testing-rubygems steps: - - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 + - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 with: persist-credentials: false diff --git a/.github/workflows/install-rubygems.yml b/.github/workflows/install-rubygems.yml index fee2d0f0d247..0ff8c3120e1d 100644 --- a/.github/workflows/install-rubygems.yml +++ b/.github/workflows/install-rubygems.yml @@ -31,7 +31,7 @@ jobs: - { name: openssl, value: true } - { name: no-openssl, value: false } steps: - - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 + - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 with: persist-credentials: false - name: Setup ruby @@ -124,7 +124,7 @@ jobs: - { name: "3.4", value: 3.4.5 } - { name: jruby, value: jruby-10.0.2.0, rails-args: --skip-webpack-install } steps: - - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 + - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 with: persist-credentials: false - name: Setup ruby @@ -166,7 +166,7 @@ jobs: - dev - system steps: - - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 + - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 with: persist-credentials: false - name: Setup original ruby @@ -216,7 +216,7 @@ jobs: - { name: "3.4", value: 3.4.5 } steps: - - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 + - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 with: persist-credentials: false - name: Setup ruby diff --git a/.github/workflows/read-only.yml b/.github/workflows/read-only.yml index 3124b576ea27..c43beb1b8bbc 100644 --- a/.github/workflows/read-only.yml +++ b/.github/workflows/read-only.yml @@ -31,7 +31,7 @@ jobs: - { name: ruby-3.4, value: 3.4.5 } steps: - - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 + - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 with: persist-credentials: false - name: Basic usage on a read-only filesystem diff --git a/.github/workflows/realworld-bundler.yml b/.github/workflows/realworld-bundler.yml index 7447bf59c3c6..008ce716f98c 100644 --- a/.github/workflows/realworld-bundler.yml +++ b/.github/workflows/realworld-bundler.yml @@ -37,7 +37,7 @@ jobs: RGV: .. RUBYOPT: --disable-gems steps: - - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 + - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 with: persist-credentials: false - name: Setup ruby @@ -60,7 +60,7 @@ jobs: name: Tapioca runs-on: ubuntu-24.04 steps: - - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 + - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 with: persist-credentials: false - name: Setup ruby @@ -87,7 +87,7 @@ jobs: - { ruby: { name: ruby-3.3, value: 3.3.9 } } - { ruby: { name: ruby-3.4, value: 3.4.5 } } steps: - - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 + - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 with: persist-credentials: false - name: Setup ruby @@ -111,7 +111,7 @@ jobs: needs: [bundler, system_rubygems_bundler] runs-on: ubuntu-24.04 steps: - - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 + - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 with: persist-credentials: false - name: Setup ruby diff --git a/.github/workflows/ruby-core.yml b/.github/workflows/ruby-core.yml index 0d30d17b3014..d3d54f7b2c64 100644 --- a/.github/workflows/ruby-core.yml +++ b/.github/workflows/ruby-core.yml @@ -23,7 +23,7 @@ jobs: matrix: target: [Rubygems, Bundler] steps: - - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 + - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 with: repository: ruby/ruby path: ruby/ruby @@ -41,7 +41,7 @@ jobs: ./configure -C --disable-install-doc make working-directory: ruby/ruby - - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 + - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 with: path: rubygems/rubygems # We need to backport repository url to sync_default_gems.rb of `ruby_3_4` branch. persist-credentials: false diff --git a/.github/workflows/rubygems.yml b/.github/workflows/rubygems.yml index 90a920bc3cb8..c7ac23d82ae1 100644 --- a/.github/workflows/rubygems.yml +++ b/.github/workflows/rubygems.yml @@ -39,7 +39,7 @@ jobs: os: { name: Ubuntu, value: ubuntu-24.04 } steps: - - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 + - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 with: persist-credentials: false - name: Setup ruby diff --git a/.github/workflows/scorecards.yml b/.github/workflows/scorecards.yml index 6ce7eb45f9bc..6ed13bd7a13d 100644 --- a/.github/workflows/scorecards.yml +++ b/.github/workflows/scorecards.yml @@ -28,7 +28,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 with: persist-credentials: false diff --git a/.github/workflows/sync-ruby.yml b/.github/workflows/sync-ruby.yml index 9ce5b130749d..c423396d28b2 100644 --- a/.github/workflows/sync-ruby.yml +++ b/.github/workflows/sync-ruby.yml @@ -8,7 +8,7 @@ jobs: runs-on: ubuntu-latest if: ${{ github.repository_owner == 'ruby' }} steps: - - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 + - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 with: persist-credentials: false diff --git a/.github/workflows/system-rubygems-bundler.yml b/.github/workflows/system-rubygems-bundler.yml index 50b717431324..be8c765d4b79 100644 --- a/.github/workflows/system-rubygems-bundler.yml +++ b/.github/workflows/system-rubygems-bundler.yml @@ -33,7 +33,7 @@ jobs: - { ruby: { name: ruby-3.3, value: 3.3.0 } } - { ruby: { name: ruby-3.4, value: 3.4.1 } } steps: - - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 + - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 with: persist-credentials: false - name: Setup ruby @@ -52,7 +52,7 @@ jobs: run: | RGV=$(ruby -e 'puts Gem::VERSION.split(".")[0..2].join(".")') echo "RGV=v$RGV" >> $GITHUB_ENV - - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 + - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 with: path: bundler/tmp/rubygems ref: ${{ env.RGV }} diff --git a/.github/workflows/truffleruby-bundler.yml b/.github/workflows/truffleruby-bundler.yml index c7715071150d..0fb1df085d5c 100644 --- a/.github/workflows/truffleruby-bundler.yml +++ b/.github/workflows/truffleruby-bundler.yml @@ -24,7 +24,7 @@ jobs: runs-on: ubuntu-24.04 steps: - - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 + - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 with: persist-credentials: false - name: Setup ruby diff --git a/.github/workflows/ubuntu-lint.yml b/.github/workflows/ubuntu-lint.yml index 0dda6a140eeb..705e9c76716e 100644 --- a/.github/workflows/ubuntu-lint.yml +++ b/.github/workflows/ubuntu-lint.yml @@ -29,7 +29,7 @@ jobs: - yamllint - zizmor steps: - - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 + - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 with: persist-credentials: false - uses: astral-sh/setup-uv@1e862dfacbd1d6d858c55d9b792c756523627244 # v7.1.4 @@ -71,7 +71,7 @@ jobs: env: RUBYOPT: -Ilib steps: - - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 + - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 with: persist-credentials: false - name: Setup ruby diff --git a/.github/workflows/weekly-update.yml b/.github/workflows/weekly-update.yml index 08186902d52a..97a4c73627d4 100644 --- a/.github/workflows/weekly-update.yml +++ b/.github/workflows/weekly-update.yml @@ -26,7 +26,7 @@ jobs: git config --global user.email license.update@rubygems.org git config --global push.autoSetupRemote true - - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 + - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 with: persist-credentials: true