Skip to content

Commit 88073a5

Browse files
authoredFeb 8, 2022
Merge pull request #909 from github/henrymercer/bump-node-js-to-v16
Use Node.js v16 in all Actions
2 parents a777a98 + eb172af commit 88073a5

File tree

233 files changed

+29193
-43150
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

233 files changed

+29193
-43150
lines changed
 

Diff for: ‎CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## [UNRELEASED]
44

5-
No user facing changes.
5+
- The CodeQL Action now uses Node.js v16. [#909](https://github.com/github/codeql-action/pull/909)
66

77
## 1.0.32 - 07 Feb 2022
88

Diff for: ‎analyze/action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,5 +72,5 @@ outputs:
7272
sarif-id:
7373
description: The ID of the uploaded SARIF file.
7474
runs:
75-
using: "node12"
75+
using: "node16"
7676
main: "../lib/analyze-action.js"

0 commit comments

Comments
 (0)