Skip to content

Commit fa64970

Browse files
authored
Merge pull request #73 from stax-labs/update-codecov-action-20210423
Update codecov github action
2 parents dc5d09f + 53824fb commit fa64970

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
# https://github.com/codecov/codecov-action codecov/1.4.0
2626
# Pinned this to a git sha as per recommendations in GitHub actions hardening guide.
2727
# see https://docs.github.com/en/actions/learn-github-actions/security-hardening-for-github-actions#using-third-party-actions
28-
uses: "codecov/codecov-action@0e28ff86a50029a44d10df6ed4c308711925a6a8"
28+
uses: "codecov/codecov-action@967e2b38a85a62bd61be5529ada27ebc109948c2"
2929
with:
3030
fail_ci_if_error: true
31-
file: ./coverage-reports/coverage-report.xml
31+
file: ./coverage-reports/coverage-report.xml

0 commit comments

Comments
 (0)