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(ci): use reusable workflows in standards repo itself
Foundationally consolidates CI workflows by ensuring the standards repo
uses its own reusable workflows:
- codeql.yml: Use codeql-reusable.yml instead of direct CodeQL action calls
- deno-ci.yml: New wrapper using deno-ci-reusable.yml
- elixir-ci.yml: New wrapper using elixir-ci-reusable.yml
- rust-ci.yml: New wrapper using rust-ci-reusable.yml
- changelog.yml: New wrapper using changelog-reusable.yml
This ensures the standards repo practices what it preaches (estate-wide
reusable workflow consolidation) and catches any issues with the
reusables before they propagate to consumer repos.
Also fixed codeql-reusable.yml to include actions: read in job-level
permissions (job-level REPLACES workflow-level, so both must be declared
to ensure CodeQL action has required permissions).
Generated by Mistral Vibe.
Co-Authored-By: Mistral Vibe <vibe@mistral.ai>
0 commit comments