mirror of
https://github.com/github/codeql-action.git
synced 2025-12-06 07:48:17 +08:00
Use Node.js v16 in all Actions
This is now in active LTS status.
This commit is contained in:
@@ -34,5 +34,5 @@ outputs:
|
||||
sarif-id:
|
||||
description: The ID of the uploaded SARIF file.
|
||||
runs:
|
||||
using: 'node12'
|
||||
using: 'node16'
|
||||
main: '../lib/upload-sarif-action.js'
|
||||
|
||||
Reference in New Issue
Block a user