Skip to content

Commit 0eee195

Browse files
committed
ci: use sha pinning to mitigate
Lower risk about supply chain attack even though matched tag was compromised. Signed-off-by: Kentaro Hayashi <hayashi@clear-code.com>
1 parent bcfaf7e commit 0eee195

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
@@ -28,8 +28,8 @@ jobs:
2828
--health-retries 5
2929
name: Ruby ${{ matrix.ruby }} unit testing on ${{ matrix.os }}
3030
steps:
31-
- uses: actions/checkout@v2
32-
- uses: ruby/setup-ruby@v1
31+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
32+
- uses: ruby/setup-ruby@09a7688d3b55cf0e976497ff046b70949eeaccfd # v1.288.0
3333
with:
3434
ruby-version: ${{ matrix.ruby }}
3535
- name: prepare database

0 commit comments

Comments
 (0)