Skip to content

Commit 15fba84

Browse files
authored
Merge pull request #70 from stax-labs/chore_fixed_sha_codecov_action
chore(security): update the codecov action to a fixed sha
2 parents 346b18e + b71d0ec commit 15fba84

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,10 @@ jobs:
2222
- name: Run tests
2323
run: make test
2424
- name: Upload coverage to Codecov 📝
25-
uses: "codecov/codecov-action@v1"
25+
# https://github.com/codecov/codecov-action codecov/1.4.0
26+
# Pinned this to a git sha as per recommendations in GitHub actions hardening guide.
27+
# 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"
2629
with:
2730
fail_ci_if_error: true
2831
file: ./coverage-reports/coverage-report.xml

0 commit comments

Comments
 (0)