We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ce34d7 commit cf4c7e1Copy full SHA for cf4c7e1
.github/workflows/test.yml
@@ -36,7 +36,7 @@ jobs:
36
run: npm run test && npm run build
37
38
- name: Test
39
- uses: step-security/jest-coverage-report-action@ea54c69465c9b2a498770f0b962e8b4013a3b48c # v2.3.3
+ uses: step-security/jest-coverage-report-action@d70fde6bf791cdc2294f8c462d128caaafd28cdf # v2.3.4
40
if: ${{ ((github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name == github.repository) || github.event_name == 'push') && !cancelled() && !failure() }}
41
with:
42
test-script: npm run test && npm run build
0 commit comments