Skip to content

Commit bf431f3

Browse files
authored
Pin codecov/codecov-action to v7.0.0 SHA (GHO-261) (#551)
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 b985d7d commit bf431f3

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
@@ -70,7 +70,7 @@ jobs:
7070
- run: EASYPOST_TEST_API_KEY=123 EASYPOST_PROD_API_KEY=123 just coverage
7171
- name: Coverage
7272
if: github.ref == 'refs/heads/master'
73-
uses: codecov/codecov-action@v5
73+
uses: codecov/codecov-action@fb8b3582c8e4def4969c97caa2f19720cb33a72f # v7.0.0
7474
with:
7575
token: ${{ secrets.CODECOV_TOKEN }}
7676
docs:

0 commit comments

Comments
 (0)