fix(ci): use allow-listed codecov-action@v4 ref instead of a SHA pin#306
fix(ci): use allow-listed codecov-action@v4 ref instead of a SHA pin#306demolaf wants to merge 3 commits into
Conversation
|
Note Gemini is unable to generate a review for this pull request due to the file types involved not being currently supported. |
Coverage Report✅ Coverage 75.48% meets 40% threshold Total Coverage: 75.48% Package Breakdown
Minimum threshold: 40% |
Wiz Scan Summary
To detect these findings earlier in the dev lifecycle, try using Wiz Code VS Code Extension. |
|
The org's Actions allow-list only permits the literal ref codecov/codecov-action@v4, but this repo's zizmor scan mandates every action be SHA-pinned — and confirmed empirically, the allow-list rejects any SHA for this action, even the exact commit v4 points to. These two policies directly conflict for this one action; someone with access to either the org allow-list or the zizmor mandatory-checks config needs to grant an exception. |
No description provided.