Skip to content

Commit f5b23b8

Browse files
authored
ci: use sha pinning to mitigate (#245)
Signed-off-by: Shizuo Fujita <fujita@clear-code.com>
1 parent 3dd0c3a commit f5b23b8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/linux.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ jobs:
2727
experimental: [false]
2828
name: Ruby ${{ matrix.ruby }} unit testing on ${{ matrix.os }}
2929
steps:
30-
- uses: actions/checkout@v6
31-
- uses: ruby/setup-ruby@v1
30+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
31+
- uses: ruby/setup-ruby@4dc28cf14d77b0afa6832d9765ac422dbf0dfedd # v1.298.0
3232
with:
3333
ruby-version: ${{ matrix.ruby }}
3434
- name: unit testing

0 commit comments

Comments
 (0)