We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 310e18b + 38aa148 commit d83dd89Copy full SHA for d83dd89
1 file changed
.github/workflows/test.yml
@@ -34,7 +34,7 @@ jobs:
34
ruby-version: ${{ matrix.ruby }}
35
bundler-cache: true
36
- run: bundle exec rspec --color --format RSpec::Github::Formatter --format documentation
37
- - uses: codecov/codecov-action@v5
+ - uses: codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 # v6
38
with:
39
fail_ci_if_error: true
40
token: ${{ secrets.CODECOV_TOKEN }}
0 commit comments