From faac97b70efa7e7999804781a225454421f44bdf Mon Sep 17 00:00:00 2001 From: ookura keisuke <54784611+ookura-mf@users.noreply.github.com> Date: Thu, 7 May 2026 21:47:18 +0900 Subject: [PATCH] chore: pin GitHub Actions to SHA Pin third-party and internal action references to commit SHAs reachable at or before 2026-04-28T00:00:00Z, replacing tag/branch references. Generated by actions-sha-pinner from actions_pinned.csv. --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1283275..732e4c3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Set up Ruby ${{ matrix.ruby }} - uses: ruby/setup-ruby@v1 + uses: ruby/setup-ruby@c4e5b1316158f92e3d49443a9d58b31d25ac0f8f # v1 with: ruby-version: ${{ matrix.ruby }} - name: Generate Gemfile.lock @@ -49,7 +49,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Set up Ruby ${{ matrix.ruby }} - uses: ruby/setup-ruby@v1 + uses: ruby/setup-ruby@c4e5b1316158f92e3d49443a9d58b31d25ac0f8f # v1 with: ruby-version: ${{ matrix.ruby }} - name: Generate Gemfile.lock