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
ci: harden all workflows against CI best practices checklist (#57)
- Add step-security/harden-runner to all 17 jobs (egress-policy: audit)
- Add merge_group trigger to ci.yml and security.yml for merge queue
- Add workflow_dispatch to auto-approve, dependabot-auto-merge,
post-merge, and pr-title workflows
- Add concurrency groups to auto-approve and post-merge workflows
- Create composite action for Node.js setup (deduplicates 5 jobs)
- Fix github.actor to github.event.pull_request.user.login in
auto-approve, dependabot-auto-merge, and pr-title workflows
- Move stale.yml write permissions from workflow to job level
- Add links.yml to its own path filters
- Add CodeQL analysis to ruleset required status checks
Signed-off-by: Sebastien Tardif <sebtardif@ncf.ca>
0 commit comments