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

View File

@@ -165,6 +165,6 @@ outputs:
codeql-version:
description: The version of the CodeQL binary used for analysis
runs:
using: node20
using: node24
main: '../lib/init-action.js'
post: '../lib/init-action-post.js'