From ea5953c1b20f069271a5d10491e912f2bc6451f6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 9 Dec 2025 04:03:26 +0000 Subject: [PATCH] Update actions/checkout action to v6.0.1 --- .github/workflows/ci_linux_alpine_x86_64_musl.yml | 6 +++--- .../workflows/ci_linux_alpine_x86_64_musl_complementary.yml | 6 +++--- .github/workflows/ci_linux_debian_x86_64_gnu.yml | 6 +++--- .../workflows/ci_linux_debian_x86_64_gnu_complementary.yml | 6 +++--- .github/workflows/ci_linux_ubuntu_aarch64_gnu.yml | 6 +++--- .../workflows/ci_linux_ubuntu_aarch64_gnu_complementary.yml | 6 +++--- .github/workflows/ci_linux_ubuntu_x86_64_gnu.yml | 6 +++--- .../workflows/ci_linux_ubuntu_x86_64_gnu_complementary.yml | 6 +++--- .github/workflows/ci_macos_arm64.yml | 6 +++--- .github/workflows/linting.yml | 2 +- .github/workflows/push_linux_aarch64_gnu.yml | 4 ++-- .github/workflows/push_linux_x86_64_gnu.yml | 4 ++-- .github/workflows/push_linux_x86_64_musl.yml | 6 +++--- .github/workflows/push_macos_arm64.yml | 4 ++-- .github/workflows/push_ruby.yml | 2 +- .github/workflows/verify-action-pins.yml | 2 +- 16 files changed, 39 insertions(+), 39 deletions(-) diff --git a/.github/workflows/ci_linux_alpine_x86_64_musl.yml b/.github/workflows/ci_linux_alpine_x86_64_musl.yml index 6048c12e..a94e292b 100644 --- a/.github/workflows/ci_linux_alpine_x86_64_musl.yml +++ b/.github/workflows/ci_linux_alpine_x86_64_musl.yml @@ -63,7 +63,7 @@ jobs: alpine_version: '3.22' coverage: 'true' steps: - - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 + - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 with: fetch-depth: 0 @@ -120,7 +120,7 @@ jobs: openssl-dev cyrus-sasl-dev cyrus-sasl cyrus-sasl-login \ cyrus-sasl-crammd5 cyrus-sasl-digestmd5 cyrus-sasl-gssapiv2 cyrus-sasl-scram \ krb5-libs openssl zlib zlib-dev zstd-libs - - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 + - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 with: fetch-depth: 0 - name: Configure git safe directory @@ -156,7 +156,7 @@ jobs: - ruby: '3.4' coverage: 'true' steps: - - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 + - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 with: fetch-depth: 0 - name: Download precompiled library diff --git a/.github/workflows/ci_linux_alpine_x86_64_musl_complementary.yml b/.github/workflows/ci_linux_alpine_x86_64_musl_complementary.yml index f8ef3086..91653928 100644 --- a/.github/workflows/ci_linux_alpine_x86_64_musl_complementary.yml +++ b/.github/workflows/ci_linux_alpine_x86_64_musl_complementary.yml @@ -78,7 +78,7 @@ jobs: openssl-dev cyrus-sasl-dev cyrus-sasl cyrus-sasl-login \ cyrus-sasl-crammd5 cyrus-sasl-digestmd5 cyrus-sasl-gssapiv2 cyrus-sasl-scram \ krb5-libs openssl zlib zlib-dev zstd-libs - - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 + - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 with: fetch-depth: 0 - name: Configure git safe directory @@ -113,7 +113,7 @@ jobs: - ruby: '3.2' alpine_version: '3.21' steps: - - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 + - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 with: fetch-depth: 0 @@ -199,7 +199,7 @@ jobs: - '3.2' runs-on: ubuntu-latest steps: - - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 + - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 with: fetch-depth: 0 - name: Download precompiled library diff --git a/.github/workflows/ci_linux_debian_x86_64_gnu.yml b/.github/workflows/ci_linux_debian_x86_64_gnu.yml index 433374b1..553dc7a4 100644 --- a/.github/workflows/ci_linux_debian_x86_64_gnu.yml +++ b/.github/workflows/ci_linux_debian_x86_64_gnu.yml @@ -70,7 +70,7 @@ jobs: coverage: 'true' runs-on: ubuntu-latest steps: - - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 + - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 with: fetch-depth: 0 @@ -158,7 +158,7 @@ jobs: # This is why we do not want Renovate to update it automatically runs-on: ubuntu-22.04 # renovate: ignore steps: - - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 + - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 with: fetch-depth: 0 - name: Install build dependencies @@ -225,7 +225,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 + - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 with: fetch-depth: 0 - name: Download precompiled library diff --git a/.github/workflows/ci_linux_debian_x86_64_gnu_complementary.yml b/.github/workflows/ci_linux_debian_x86_64_gnu_complementary.yml index 9df8c36a..817fc1de 100644 --- a/.github/workflows/ci_linux_debian_x86_64_gnu_complementary.yml +++ b/.github/workflows/ci_linux_debian_x86_64_gnu_complementary.yml @@ -80,7 +80,7 @@ jobs: - 'trixie' runs-on: ubuntu-22.04 # renovate: ignore steps: - - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 + - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 with: fetch-depth: 0 - name: Install build dependencies @@ -142,7 +142,7 @@ jobs: - 'trixie' runs-on: ubuntu-latest steps: - - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 + - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 with: fetch-depth: 0 @@ -259,7 +259,7 @@ jobs: - 'trixie' runs-on: ubuntu-latest steps: - - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 + - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 with: fetch-depth: 0 - name: Download precompiled library diff --git a/.github/workflows/ci_linux_ubuntu_aarch64_gnu.yml b/.github/workflows/ci_linux_ubuntu_aarch64_gnu.yml index 4b811f85..15bb17a9 100644 --- a/.github/workflows/ci_linux_ubuntu_aarch64_gnu.yml +++ b/.github/workflows/ci_linux_ubuntu_aarch64_gnu.yml @@ -71,7 +71,7 @@ jobs: continue-on-error: true runs-on: ubuntu-${{ matrix.ubuntu-version }}-arm steps: - - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 + - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 with: fetch-depth: 0 - name: Set up Ruby @@ -132,7 +132,7 @@ jobs: # This is why we do not want Renovate to update it automatically runs-on: ubuntu-22.04-arm # renovate: ignore steps: - - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 + - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 with: fetch-depth: 0 - name: Install build dependencies @@ -199,7 +199,7 @@ jobs: runs-on: ubuntu-${{ matrix.ubuntu-version }}-arm steps: - - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 + - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 with: fetch-depth: 0 - name: Download precompiled library diff --git a/.github/workflows/ci_linux_ubuntu_aarch64_gnu_complementary.yml b/.github/workflows/ci_linux_ubuntu_aarch64_gnu_complementary.yml index 1e44ed12..287f3cdb 100644 --- a/.github/workflows/ci_linux_ubuntu_aarch64_gnu_complementary.yml +++ b/.github/workflows/ci_linux_ubuntu_aarch64_gnu_complementary.yml @@ -72,7 +72,7 @@ jobs: # This is why we do not want Renovate to update it automatically runs-on: ubuntu-22.04-arm # renovate: ignore steps: - - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 + - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 with: fetch-depth: 0 - name: Install build dependencies @@ -139,7 +139,7 @@ jobs: continue-on-error: true runs-on: ubuntu-${{ matrix.ubuntu-version }}-arm steps: - - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 + - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 with: fetch-depth: 0 - name: Set up Ruby @@ -218,7 +218,7 @@ jobs: runs-on: ubuntu-${{ matrix.ubuntu-version }}-arm steps: - - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 + - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 with: fetch-depth: 0 - name: Download precompiled library diff --git a/.github/workflows/ci_linux_ubuntu_x86_64_gnu.yml b/.github/workflows/ci_linux_ubuntu_x86_64_gnu.yml index fc2bdca9..82472677 100644 --- a/.github/workflows/ci_linux_ubuntu_x86_64_gnu.yml +++ b/.github/workflows/ci_linux_ubuntu_x86_64_gnu.yml @@ -71,7 +71,7 @@ jobs: continue-on-error: true runs-on: ubuntu-${{ matrix.ubuntu-version }} steps: - - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 + - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 with: fetch-depth: 0 - name: Set up Ruby @@ -142,7 +142,7 @@ jobs: # This is why we do not want Renovate to update it automatically runs-on: ubuntu-22.04 # renovate: ignore steps: - - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 + - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 with: fetch-depth: 0 - name: Install build dependencies @@ -209,7 +209,7 @@ jobs: runs-on: ubuntu-${{ matrix.ubuntu-version }} steps: - - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 + - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 with: fetch-depth: 0 - name: Download precompiled library diff --git a/.github/workflows/ci_linux_ubuntu_x86_64_gnu_complementary.yml b/.github/workflows/ci_linux_ubuntu_x86_64_gnu_complementary.yml index a80807d2..1eedc9f9 100644 --- a/.github/workflows/ci_linux_ubuntu_x86_64_gnu_complementary.yml +++ b/.github/workflows/ci_linux_ubuntu_x86_64_gnu_complementary.yml @@ -71,7 +71,7 @@ jobs: # This is why we do not want Renovate to update it automatically runs-on: ubuntu-22.04 # renovate: ignore steps: - - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 + - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 with: fetch-depth: 0 - name: Install build dependencies @@ -138,7 +138,7 @@ jobs: continue-on-error: true runs-on: ubuntu-${{ matrix.ubuntu-version }} steps: - - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 + - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 with: fetch-depth: 0 - name: Set up Ruby @@ -217,7 +217,7 @@ jobs: runs-on: ubuntu-${{ matrix.ubuntu-version }} steps: - - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 + - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 with: fetch-depth: 0 - name: Download precompiled library diff --git a/.github/workflows/ci_macos_arm64.yml b/.github/workflows/ci_macos_arm64.yml index 2c66f067..dcf73e66 100644 --- a/.github/workflows/ci_macos_arm64.yml +++ b/.github/workflows/ci_macos_arm64.yml @@ -42,7 +42,7 @@ jobs: macos-version: 'macos-14' runs-on: ${{ matrix.macos-version }} steps: - - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 + - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 with: fetch-depth: 0 - name: Install Bash 4+ and Kerberos @@ -138,7 +138,7 @@ jobs: timeout-minutes: 45 runs-on: macos-15 steps: - - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 + - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 with: fetch-depth: 0 - name: Install Bash 4+ and Kerberos @@ -185,7 +185,7 @@ jobs: macos-version: 'macos-14' runs-on: ${{ matrix.macos-version }} steps: - - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 + - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 with: fetch-depth: 0 - name: Download precompiled library diff --git a/.github/workflows/linting.yml b/.github/workflows/linting.yml index 51796657..bc8e6603 100644 --- a/.github/workflows/linting.yml +++ b/.github/workflows/linting.yml @@ -32,7 +32,7 @@ jobs: name: YARD Documentation Lint runs-on: ubuntu-latest steps: - - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 + - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 - name: Set up Ruby uses: ruby/setup-ruby@8aeb6ff8030dd539317f8e1769a044873b56ea71 # v1.268.0 diff --git a/.github/workflows/push_linux_aarch64_gnu.yml b/.github/workflows/push_linux_aarch64_gnu.yml index 87bcfcc0..d9d282b4 100644 --- a/.github/workflows/push_linux_aarch64_gnu.yml +++ b/.github/workflows/push_linux_aarch64_gnu.yml @@ -23,13 +23,13 @@ jobs: contents: write id-token: write steps: - - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 + - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 with: fetch-depth: 0 # Vendor the attestation patch from rubygems/release-gem (no action execution) - name: Vendor release-gem patch - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 with: repository: rubygems/release-gem ref: a25424ba2ba8b387abc8ef40807c2c85b96cbe32 # v1.1.1 diff --git a/.github/workflows/push_linux_x86_64_gnu.yml b/.github/workflows/push_linux_x86_64_gnu.yml index ee14bb0e..912b6ec4 100644 --- a/.github/workflows/push_linux_x86_64_gnu.yml +++ b/.github/workflows/push_linux_x86_64_gnu.yml @@ -23,13 +23,13 @@ jobs: contents: write id-token: write steps: - - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 + - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 with: fetch-depth: 0 # Vendor the attestation patch from rubygems/release-gem (no action execution) - name: Vendor release-gem patch - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 with: repository: rubygems/release-gem ref: a25424ba2ba8b387abc8ef40807c2c85b96cbe32 # v1.1.1 diff --git a/.github/workflows/push_linux_x86_64_musl.yml b/.github/workflows/push_linux_x86_64_musl.yml index b6aa6e7b..ec6c2433 100644 --- a/.github/workflows/push_linux_x86_64_musl.yml +++ b/.github/workflows/push_linux_x86_64_musl.yml @@ -25,7 +25,7 @@ jobs: openssl-dev cyrus-sasl-dev cyrus-sasl cyrus-sasl-login \ cyrus-sasl-crammd5 cyrus-sasl-digestmd5 cyrus-sasl-gssapiv2 cyrus-sasl-scram \ krb5-libs openssl zlib zlib-dev zstd-libs - - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 + - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 with: fetch-depth: 0 - name: Configure git safe directory @@ -56,13 +56,13 @@ jobs: contents: write id-token: write steps: - - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 + - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 with: fetch-depth: 0 # Vendor the attestation patch from rubygems/release-gem (no action execution) - name: Vendor release-gem patch - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 with: repository: rubygems/release-gem ref: a25424ba2ba8b387abc8ef40807c2c85b96cbe32 # v1.1.1 diff --git a/.github/workflows/push_macos_arm64.yml b/.github/workflows/push_macos_arm64.yml index 6d3b43a8..9bf79e1d 100644 --- a/.github/workflows/push_macos_arm64.yml +++ b/.github/workflows/push_macos_arm64.yml @@ -22,13 +22,13 @@ jobs: contents: write id-token: write steps: - - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 + - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 with: fetch-depth: 0 # Vendor the attestation patch from rubygems/release-gem (no action execution) - name: Vendor release-gem patch - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 with: repository: rubygems/release-gem ref: a25424ba2ba8b387abc8ef40807c2c85b96cbe32 # v1.1.1 diff --git a/.github/workflows/push_ruby.yml b/.github/workflows/push_ruby.yml index aa07cc48..da5b2a42 100644 --- a/.github/workflows/push_ruby.yml +++ b/.github/workflows/push_ruby.yml @@ -19,7 +19,7 @@ jobs: id-token: write steps: - - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 + - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 with: fetch-depth: 0 diff --git a/.github/workflows/verify-action-pins.yml b/.github/workflows/verify-action-pins.yml index bc8d61f9..9f5fd5c2 100644 --- a/.github/workflows/verify-action-pins.yml +++ b/.github/workflows/verify-action-pins.yml @@ -7,7 +7,7 @@ jobs: verify_action_pins: runs-on: ubuntu-latest steps: - - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 + - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 - name: Check SHA pins run: | if grep -E -r "uses: .*/.*@(v[0-9]+|main|master)($|[[:space:]]|$)" --include="*.yml" --include="*.yaml" .github/workflows/ | grep -v "#"; then