Skip to content

Commit cf4c7e1

Browse files
build(deps): Bump step-security/jest-coverage-report-action from 2.3.3 to 2.3.4 (#601)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3ce34d7 commit cf4c7e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
run: npm run test && npm run build
3737

3838
- name: Test
39-
uses: step-security/jest-coverage-report-action@ea54c69465c9b2a498770f0b962e8b4013a3b48c # v2.3.3
39+
uses: step-security/jest-coverage-report-action@d70fde6bf791cdc2294f8c462d128caaafd28cdf # v2.3.4
4040
if: ${{ ((github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name == github.repository) || github.event_name == 'push') && !cancelled() && !failure() }}
4141
with:
4242
test-script: npm run test && npm run build

0 commit comments

Comments
 (0)