Upgrade Node.js version to 24.

This requires creating a new major-version (v4) of codeql-action.
This commit is contained in:
Mario Campos
2025-09-26 19:36:42 +00:00
parent 80cb6b56b9
commit 7434149006
16 changed files with 69 additions and 70 deletions
+1 -1
View File
@@ -26,6 +26,6 @@ outputs:
proxy_urls:
description: A stringified JSON array of objects containing the types and URLs of the configured registries.
runs:
using: node20
using: node24
main: "../lib/start-proxy-action.js"
post: "../lib/start-proxy-action-post.js"