We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 904e88d commit 97c73c3Copy full SHA for 97c73c3
2 files changed
.github/workflows/linux.yml
@@ -25,8 +25,8 @@ jobs:
25
- ubuntu-latest
26
name: Ruby ${{ matrix.ruby }} unit testing on ${{ matrix.os }}
27
steps:
28
- - uses: actions/checkout@v6
29
- - uses: ruby/setup-ruby@v1
+ - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
+ - uses: ruby/setup-ruby@4dc28cf14d77b0afa6832d9765ac422dbf0dfedd # v1.298.0
30
with:
31
ruby-version: ${{ matrix.ruby }}
32
- name: unit testing
.github/workflows/stale-actions.yml
@@ -7,7 +7,7 @@ jobs:
7
stale:
8
runs-on: ubuntu-latest
9
10
- - uses: actions/stale@v10
+ - uses: actions/stale@b5d41d4e1d5dceea10e7104786b73624c18a190f # v10.2.0
11
12
repo-token: ${{ secrets.GITHUB_TOKEN }}
13
days-before-stale: 30
0 commit comments