Skip to content

Commit 86fb0f9

Browse files
authored
Pin third-party GitHub Actions to SHAs and update Codecov (#76)
1 parent cbd03a2 commit 86fb0f9

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
with:
2626
node-version: 20
2727
- run: npm install -g tsx
28-
- uses: ruby/setup-ruby@v1
28+
- uses: ruby/setup-ruby@afeafc3d1ab54a631816aba4c914a0081c12ff2f
2929
with:
3030
ruby-version: ${{ matrix.ruby }}
3131
bundler-cache: true
@@ -37,7 +37,7 @@ jobs:
3737
run: bundle exec rake test
3838
- name: Upload coverage to Codecov
3939
if: matrix.ruby == '3.3'
40-
uses: codecov/codecov-action@v5
40+
uses: codecov/codecov-action@fb8b3582c8e4def4969c97caa2f19720cb33a72f
4141
with:
4242
token: ${{ secrets.CODECOV_TOKEN }}
4343
files: ./coverage/coverage.json
@@ -55,7 +55,7 @@ jobs:
5555
- uses: actions/checkout@v4
5656
with:
5757
lfs: true
58-
- uses: ruby/setup-ruby@v1
58+
- uses: ruby/setup-ruby@afeafc3d1ab54a631816aba4c914a0081c12ff2f
5959
with:
6060
ruby-version: 3.3
6161
bundler-cache: true

0 commit comments

Comments
 (0)