From 6b55643d15f061a40207b29e8334b8872d9da962 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 18 Jun 2026 17:02:42 +0000 Subject: [PATCH] Update actions/checkout action to v7 --- .github/workflows/codeql-ruby.yaml | 2 +- .github/workflows/release-github.yaml | 2 +- .github/workflows/release-rubygem.yaml | 2 +- .github/workflows/rubocop.yml | 2 +- .github/workflows/test-ruby.yml | 2 +- .github/workflows/zizmor-analysis.yaml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/codeql-ruby.yaml b/.github/workflows/codeql-ruby.yaml index 26242c56..f0276ecd 100644 --- a/.github/workflows/codeql-ruby.yaml +++ b/.github/workflows/codeql-ruby.yaml @@ -24,7 +24,7 @@ jobs: permissions: security-events: write steps: - - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 with: persist-credentials: false - uses: github/codeql-action/init@8aad20d150bbac5944a9f9d289da16a4b0d87c1e # v4.36.2 diff --git a/.github/workflows/release-github.yaml b/.github/workflows/release-github.yaml index 377407cf..bfdb74c5 100644 --- a/.github/workflows/release-github.yaml +++ b/.github/workflows/release-github.yaml @@ -14,7 +14,7 @@ jobs: permissions: contents: write steps: - - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 with: persist-credentials: false - uses: cucumber/action-create-github-release@cf2c6f77ba35d2424362e83393a1c4c004cf2ddb # v1.1.1 diff --git a/.github/workflows/release-rubygem.yaml b/.github/workflows/release-rubygem.yaml index 78550f38..00c7e820 100644 --- a/.github/workflows/release-rubygem.yaml +++ b/.github/workflows/release-rubygem.yaml @@ -16,7 +16,7 @@ jobs: id-token: write contents: read steps: - - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 with: persist-credentials: false - uses: ruby/setup-ruby@89f90524b88a01fe6e0b732220432cc6142926af # v1.313.0 diff --git a/.github/workflows/rubocop.yml b/.github/workflows/rubocop.yml index 53fb62be..0435b00e 100644 --- a/.github/workflows/rubocop.yml +++ b/.github/workflows/rubocop.yml @@ -14,7 +14,7 @@ jobs: rubocop: runs-on: ubuntu-latest steps: - - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 with: persist-credentials: false - uses: ruby/setup-ruby@89f90524b88a01fe6e0b732220432cc6142926af # v1.313.0 diff --git a/.github/workflows/test-ruby.yml b/.github/workflows/test-ruby.yml index 98422a30..d3e23181 100644 --- a/.github/workflows/test-ruby.yml +++ b/.github/workflows/test-ruby.yml @@ -30,7 +30,7 @@ jobs: runs-on: ${{ matrix.os }} steps: - - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 with: persist-credentials: false - uses: ruby/setup-ruby@89f90524b88a01fe6e0b732220432cc6142926af # v1.313.0 diff --git a/.github/workflows/zizmor-analysis.yaml b/.github/workflows/zizmor-analysis.yaml index 1d9c3ce0..f6e8d4be 100644 --- a/.github/workflows/zizmor-analysis.yaml +++ b/.github/workflows/zizmor-analysis.yaml @@ -23,7 +23,7 @@ jobs: security-events: write steps: - name: Checkout repository - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 with: persist-credentials: false