Skip to content

Commit 97c73c3

Browse files
Watson1978kenhys
authored andcommitted
ci: use sha pinning to mitigate
Signed-off-by: Shizuo Fujita <fujita@clear-code.com>
1 parent 904e88d commit 97c73c3

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/linux.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ jobs:
2525
- ubuntu-latest
2626
name: Ruby ${{ matrix.ruby }} unit testing on ${{ matrix.os }}
2727
steps:
28-
- uses: actions/checkout@v6
29-
- uses: ruby/setup-ruby@v1
28+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
29+
- uses: ruby/setup-ruby@4dc28cf14d77b0afa6832d9765ac422dbf0dfedd # v1.298.0
3030
with:
3131
ruby-version: ${{ matrix.ruby }}
3232
- name: unit testing

.github/workflows/stale-actions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
stale:
88
runs-on: ubuntu-latest
99
steps:
10-
- uses: actions/stale@v10
10+
- uses: actions/stale@b5d41d4e1d5dceea10e7104786b73624c18a190f # v10.2.0
1111
with:
1212
repo-token: ${{ secrets.GITHUB_TOKEN }}
1313
days-before-stale: 30

0 commit comments

Comments
 (0)