Skip to content

Commit d39d5d5

Browse files
authored
Merge pull request #939 from github/update-v1.1.2-fe6fb6f2
Merge main into v1
2 parents 474bbf0 + da54d7b commit d39d5d5

File tree

115 files changed

+8216
-29385
lines changed

Some content is hidden

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

115 files changed

+8216
-29385
lines changed

.github/workflows/__analyze-ref-input.yml

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/__debug-artifacts.yml

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/__go-custom-queries.yml

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/__go-custom-tracing-autobuild.yml

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/__go-custom-tracing.yml

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/__multi-language-autodetect.yml

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/__remote-config.yml

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/__rubocop-multi-language.yml

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/__unset-environment.yml

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/__upload-ref-sha-input.yml

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/update-supported-enterprise-server-versions.yml

+1
Original file line numberDiff line numberDiff line change
@@ -40,5 +40,6 @@ jobs:
4040
body: ""
4141
author: GitHub <[email protected]>
4242
branch: update-supported-enterprise-server-versions
43+
draft: true
4344
env:
4445
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# CodeQL Action and CodeQL Runner Changelog
22

3+
## 1.1.2 - 17 Feb 2022
4+
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)
6+
7+
## 1.1.1 - 17 Feb 2022
8+
9+
- The CodeQL CLI versions up to and including version 2.4.4 are not compatible with the CodeQL Action 1.1.1 and later. The Action will emit an error if it detects that it is being used by an incompatible version of the CLI. [#931](https://github.com/github/codeql-action/pull/931)
10+
- Update default CodeQL bundle version to 2.8.1. [#925](https://github.com/github/codeql-action/pull/925)
11+
312
## 1.1.0 - 11 Feb 2022
413

514
- The CodeQL Action now uses Node.js v16. [#909](https://github.com/github/codeql-action/pull/909)

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: "node16"
75+
using: "node12"
7676
main: "../lib/analyze-action.js"

autobuild/action.yml

+1-1
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

+1-1
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'

lib/actions-util.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/analyze-action-env.test.js

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/analyze-action-env.test.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/analyze-action-input.test.js

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/analyze-action-input.test.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/analyze-action.js

+12-9
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)