Commit c1ab2f4
committed
ci: clear Node 20 action deprecations
Bump the actions still running on Node.js 20:
- github/codeql-action/upload-sarif@v3 -> @v4 (leaked-secrets-scan). v3 also
carries a separate 'CodeQL Action v3 deprecated Dec 2026, move to v4'
warning; v4 runs on Node 24 and clears both.
- softprops/action-gh-release v2.6.0 -> v3.0.0 (pinned to commit
b4309332981a82ec1c5618f44dd2e27cc8bfbfda) in both release-smartem-workspace
and release-smartem-epuplayer. v3.0.0 is a pure runtime bump (Node 20 ->
Node 24), no functional changes.
- actions/add-to-project@v1.0.2 -> @v2.0.0 (pr-admin). v2.0.0 runs on Node 24.
Verified each target's action.yml declares 'using: node24'. The epuplayer
softprops pin did not surface in recent annotations (stale run predating the
Node 20 annotation rollout) but resolves to Node 20 statically.1 parent 73a08b4 commit c1ab2f4
4 files changed
Lines changed: 4 additions & 4 deletions
File tree
- .github/workflows
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
| 36 | + | |
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
| 35 | + | |
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
477 | 477 | | |
478 | 478 | | |
479 | 479 | | |
480 | | - | |
| 480 | + | |
481 | 481 | | |
482 | 482 | | |
483 | 483 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
336 | 336 | | |
337 | 337 | | |
338 | 338 | | |
339 | | - | |
| 339 | + | |
340 | 340 | | |
341 | 341 | | |
342 | 342 | | |
| |||
0 commit comments