mirror of
https://github.com/compiler-explorer/compiler-explorer.git
synced 2026-07-21 23:26:56 -04:00
The branch build for the previous commit showed these two were still
node20: our own actions/github-script@v7 uses (the release tag step and
the infra-settings comment workflow), and codecov-action@v5, which pins
github-script v7 by SHA internally (their v6 bumped it to v8).
github-script v9's breaking change is that require('@actions/github')
no longer works inside scripts; neither of ours does that (one calls
github.rest.git.createRef, the other requires only the core fs module).
codecov v6 is the node24 bump and v7 only rotates their signing account;
our token/verbose usage is unaffected.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>