Skip to content

Commit 88073a5

Browse files
authored
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

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
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

analyze/action.yml

Lines changed: 1 addition & 1 deletion
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"

autobuild/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ inputs:
77
matrix:
88
default: ${{ toJson(matrix) }}
99
runs:
10-
using: 'node12'
10+
using: 'node16'
1111
main: '../lib/autobuild-action.js'

init/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,5 +73,5 @@ outputs:
7373
codeql-path:
7474
description: The path of the CodeQL binary used for analysis
7575
runs:
76-
using: 'node12'
76+
using: 'node16'
7777
main: '../lib/init-action.js'

node_modules/.package-lock.json

Lines changed: 4 additions & 128 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

node_modules/@types/del/LICENSE

Lines changed: 0 additions & 21 deletions
This file was deleted.

node_modules/@types/del/README.md

Lines changed: 0 additions & 3 deletions
This file was deleted.

node_modules/@types/del/package.json

Lines changed: 0 additions & 14 deletions
This file was deleted.

node_modules/@types/jszip/LICENSE

Lines changed: 0 additions & 21 deletions
This file was deleted.

node_modules/@types/jszip/README.md

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)