Skip to content

Commit

Permalink
Merge pull request #937 from github/henrymercer/revert-node-16-upgrade
Browse files Browse the repository at this point in the history
Revert Node.js v16 upgrade
  • Loading branch information
henrymercer committed Feb 17, 2022
2 parents cefec5b + 72f407c commit fe6fb6f
Show file tree
Hide file tree
Showing 69 changed files with 8,120 additions and 29,193 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Expand Up @@ -2,7 +2,7 @@

## [UNRELEASED]

No user facing changes.
- 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)

## 1.1.1 - 17 Feb 2022

Expand Down
2 changes: 1 addition & 1 deletion analyze/action.yml
Expand Up @@ -72,5 +72,5 @@ outputs:
sarif-id:
description: The ID of the uploaded SARIF file.
runs:
using: "node16"
using: "node12"
main: "../lib/analyze-action.js"
2 changes: 1 addition & 1 deletion autobuild/action.yml
Expand Up @@ -7,5 +7,5 @@ inputs:
matrix:
default: ${{ toJson(matrix) }}
runs:
using: 'node16'
using: 'node12'
main: '../lib/autobuild-action.js'
2 changes: 1 addition & 1 deletion init/action.yml
Expand Up @@ -73,5 +73,5 @@ outputs:
codeql-path:
description: The path of the CodeQL binary used for analysis
runs:
using: 'node16'
using: 'node12'
main: '../lib/init-action.js'
6 changes: 3 additions & 3 deletions node_modules/.package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Empty file modified node_modules/@types/node/LICENSE 100755 → 100644
Empty file.
10 changes: 5 additions & 5 deletions node_modules/@types/node/README.md 100755 → 100644

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit fe6fb6f

Please sign in to comment.