Files
compiler-explorer/.github
mattgodbolt-molty 6635bce019 Bump github-script to v9 and codecov-action to v7
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>
2026-07-20 16:22:18 -05:00
..
2025-01-27 16:12:59 -06:00
2024-09-12 14:47:39 -05:00