You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* fix: harden GitHub Actions workflows (zizmor)
- Fix template-injection in ci.yml: move matrix.shard expressions to env
vars in unit test and e2e test steps
- Fix template-injection in provenance.yml: move matrix.libc,
matrix.platform, and matrix.arch expressions to env vars in SEA build step
- Fix ref-version-mismatch: update pnpm/action-setup SHA to match v5 tag
across all workflows (ci.yml, provenance.yml, weekly-update.yml)
- Fix ref-version-mismatch: update actions/upload-artifact from impostor
commit to v4.6.2 in provenance.yml
- Add dependabot cooldown configuration (default-days: 7)
- Disable secrets-outside-env rule via .github/zizmor.yml
(repo policy decision, not a code-level fix)
* fix(ci): suppress zizmor cache-poisoning on setup-node steps
Add inline zizmor ignore comments for the 4 setup-node cache-poisoning
false positives (low confidence) while keeping the rule active globally.
---------
Co-authored-by: jdalton <john.david.dalton@gmail.com>
0 commit comments