Skip to content

Commit fe6fb6f

Browse files
authored
Merge pull request #937 from github/henrymercer/revert-node-16-upgrade
Revert Node.js v16 upgrade
2 parents cefec5b + 72f407c commit fe6fb6f

Some content is hidden

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

69 files changed

+8120
-29193
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+
- Due to potential issues for GHES 3.1–3.3 customers who are using recent versions of the CodeQL Action via GHES Connect, the CodeQL Action now uses Node.js v12 rather than Node.js v16. [#937](https://github.com/github/codeql-action/pull/937)
66

77
## 1.1.1 - 17 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: "node16"
75+
using: "node12"
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: 'node16'
10+
using: 'node12'
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: 'node16'
76+
using: 'node12'
7777
main: '../lib/init-action.js'

node_modules/.package-lock.json

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

node_modules/@types/node/LICENSE

100755100644
File mode changed.

node_modules/@types/node/README.md

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

0 commit comments

Comments
 (0)