Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit bae3a3a

Browse files
Merge pull request #1005 from github/mergeback/v2.1.6-to-main-28eead24
Mergeback v2.1.6 refs/heads/v2 into main
2 parents bfe9e81 + bcd5c02 commit bae3a3a

File tree

5 files changed

+11
-7
lines changed

5 files changed

+11
-7
lines changed

.github/workflows/codeql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: "CodeQL action"
22

33
on:
44
push:
5-
branches: [main, v1]
5+
branches: [main, v1, v2]
66
pull_request:
7-
branches: [main, v1]
7+
branches: [main, v1, v2]
88
# Run checks on reopened draft PRs to support triggering PR checks on draft PRs that were opened
99
# by other workflows.
1010
types: [opened, synchronize, reopened, ready_for_review]

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,13 @@
22

33
## [UNRELEASED]
44

5+
No user facing changes.
6+
7+
## 2.1.6 - 30 Mar 2022
8+
59
- [v2+ only] The CodeQL Action now runs on Node.js v16. [#1000](https://github.com/github/codeql-action/pull/1000)
610
- Update default CodeQL bundle version to 2.8.4. [#990](https://github.com/github/codeql-action/pull/990)
11+
- Fix a bug where an invalid `commit_oid` was being sent to code scanning when a custom checkout path was being used. [#956](https://github.com/github/codeql-action/pull/956)
712

813
## 1.1.5 - 15 Mar 2022
914

@@ -21,7 +26,6 @@
2126
## 1.1.3 - 23 Feb 2022
2227

2328
- Fix a bug where the CLR traces can continue tracing even after tracing should be stopped. [#938](https://github.com/github/codeql-action/pull/938)
24-
- Fix a bug where an invalid `commit_oid` was being sent to code scanning when a custom checkout path was being used. [#956](https://github.com/github/codeql-action/pull/956)
2529

2630
## 1.1.2 - 17 Feb 2022
2731

node_modules/.package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "codeql",
3-
"version": "2.1.6",
3+
"version": "2.1.7",
44
"private": true,
55
"description": "CodeQL action",
66
"scripts": {

0 commit comments

Comments
 (0)