From 29441ecba006a45b548811fbe1c81879ee913e0b Mon Sep 17 00:00:00 2001 From: Shizuo Fujita Date: Fri, 27 Mar 2026 16:10:38 +0900 Subject: [PATCH] ci: use sha pinning to mitigate Signed-off-by: Shizuo Fujita --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 0afd52f..237bf2a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -24,8 +24,8 @@ jobs: os: [ 'ubuntu-latest', 'macos-latest', 'windows-latest' ] name: Ruby ${{ matrix.ruby }} unit testing on ${{ matrix.os }} steps: - - uses: actions/checkout@v6 - - uses: ruby/setup-ruby@v1 + - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + - uses: ruby/setup-ruby@4dc28cf14d77b0afa6832d9765ac422dbf0dfedd # v1.298.0 with: ruby-version: ${{ matrix.ruby }} - name: unit testing