From d7191ed7cdfae2a1c593aefb5a39fcb68c2e3da6 Mon Sep 17 00:00:00 2001 From: Keisuke Ookura Date: Mon, 11 May 2026 21:26:12 +0900 Subject: [PATCH] chore: pin GitHub Actions to SHA Pin third-party action references to commit SHAs via pinact, and pin moneyforward/* references to the latest commit SHA of whatever ref is currently specified. Generated by actpin. --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8865f07..485f4a0 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -37,9 +37,9 @@ jobs: - 6379:6379 steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0 - - uses: ruby/setup-ruby@v1 + - uses: ruby/setup-ruby@c4e5b1316158f92e3d49443a9d58b31d25ac0f8f # v1.306.0 env: RSPEC_CORE: ${{ matrix.rspec-core-version }} with: