Skip to content

Commit ec4b603

Browse files
authored
ci: use sha pinning to mitigate (#1)
Lower risk about supply chain attack even though matched tag was compromised. Signed-off-by: Kentaro Hayashi <hayashi@clear-code.com>
1 parent ab7a212 commit ec4b603

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/linux.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ jobs:
1919
- ubuntu-latest
2020
name: Ruby ${{ matrix.ruby }} unit testing on ${{ matrix.os }}
2121
steps:
22-
- uses: actions/checkout@v4
23-
- uses: ruby/setup-ruby@v1
22+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
23+
- uses: ruby/setup-ruby@09a7688d3b55cf0e976497ff046b70949eeaccfd # v1.288.0
2424
with:
2525
ruby-version: ${{ matrix.ruby }}
2626
rubygems: latest

0 commit comments

Comments
 (0)