Skip to content

Commit 9898f8b

Browse files
authored
Pin codecov/codecov-action to v7.0.0 SHA (GHO-261) (#390)
Pins `codecov/codecov-action` from the floating `@v5` tag to **v7.0.0** at commit `fb8b3582c8e4def4969c97caa2f19720cb33a72f`, per the security review in GHO-261. The v5 line never received the VULN-1652 template-injection hardening (fixed upstream in v6.0.1); v7.0.0 is the reviewed remediation target, and pinning to a full commit SHA removes the mutable-tag risk. Canary verified green in EasyPost/shentry#23. Ref: GHO-261
1 parent c29e23c commit 9898f8b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
run: EASYPOST_TEST_API_KEY=123 EASYPOST_PROD_API_KEY=123 just coverage
4747
- name: Coverage
4848
if: github.ref == 'refs/heads/master'
49-
uses: codecov/codecov-action@v5
49+
uses: codecov/codecov-action@fb8b3582c8e4def4969c97caa2f19720cb33a72f # v7.0.0
5050
with:
5151
token: ${{ secrets.CODECOV_TOKEN }}
5252
docs:

0 commit comments

Comments
 (0)