From a67c69d6a6afda773713c43750b4cf2f66919f28 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 21 Jul 2026 00:11:34 +0000 Subject: [PATCH] chore(deps): update actions/checkout digest to d23441a --- .github/workflows/claude-code.yml | 2 +- .github/workflows/gem-release.yml | 2 +- .github/workflows/main.yml | 10 +++++----- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/claude-code.yml b/.github/workflows/claude-code.yml index 8c2254e6..2880ad84 100644 --- a/.github/workflows/claude-code.yml +++ b/.github/workflows/claude-code.yml @@ -24,7 +24,7 @@ jobs: issues: write id-token: write steps: - - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 + - uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6 with: fetch-depth: 1 diff --git a/.github/workflows/gem-release.yml b/.github/workflows/gem-release.yml index 09d86479..36829525 100644 --- a/.github/workflows/gem-release.yml +++ b/.github/workflows/gem-release.yml @@ -19,7 +19,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout Repository - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 + uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6 with: ref: ${{ github.event.release.tag_name || inputs.tag }} diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index ee90b93e..ef82afa1 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -28,7 +28,7 @@ jobs: BUNDLE_GEMFILE: Gemfile steps: - - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 + - uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6 - uses: ruby/setup-ruby@v1 with: ruby-version: ${{ matrix.ruby }} @@ -47,7 +47,7 @@ jobs: name: Standard runs-on: ubuntu-latest steps: - - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 + - uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6 - uses: ruby/setup-ruby@v1 with: ruby-version: "4.0.5" @@ -58,7 +58,7 @@ jobs: runs-on: ubuntu-latest name: Gherkin Conformance steps: - - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 + - uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6 with: submodules: true - uses: ruby/setup-ruby@v1 @@ -71,7 +71,7 @@ jobs: runs-on: ubuntu-latest name: Type Check steps: - - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 + - uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6 - uses: ruby/setup-ruby@v1 with: ruby-version: "4.0.5" @@ -82,7 +82,7 @@ jobs: runs-on: ubuntu-latest name: Security Audit steps: - - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 + - uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6 - uses: ruby/setup-ruby@v1 with: ruby-version: "4.0.5"