Skip to content

Commit e47f040

Browse files
author
github-actions[bot]
committed
Update version and changelog for v1.1.13
1 parent 4d013d7 commit e47f040

3 files changed

Lines changed: 11 additions & 12 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,42 +1,41 @@
11
# CodeQL Action Changelog
22

3-
## 2.1.13 - 21 Jun 2022
3+
## 1.1.13 - 21 Jun 2022
44

55
- Add the ability to filter queries from a code scanning run by using the `query-filters` option in the code scanning configuration file. [#1098](https://github.com/github/codeql-action/pull/1098)
66
- Update default CodeQL bundle version to 2.9.4. [#1100](https://github.com/github/codeql-action/pull/1100)
77

8-
## 2.1.12 - 01 Jun 2022
8+
## 1.1.12 - 01 Jun 2022
99

1010
- Update default CodeQL bundle version to 2.9.3. [#1084](https://github.com/github/codeql-action/pull/1084)
1111

12-
## 2.1.11 - 17 May 2022
12+
## 1.1.11 - 17 May 2022
1313

1414
- Update default CodeQL bundle version to 2.9.2. [#1074](https://github.com/github/codeql-action/pull/1074)
1515

16-
## 2.1.10 - 10 May 2022
16+
## 1.1.10 - 10 May 2022
1717

1818
- Update default CodeQL bundle version to 2.9.1. [#1056](https://github.com/github/codeql-action/pull/1056)
1919
- When `wait-for-processing` is enabled, the workflow will now fail if there were any errors that occurred during processing of the analysis results.
2020

21-
## 2.1.9 - 27 Apr 2022
21+
## 1.1.9 - 27 Apr 2022
2222

2323
- Add `working-directory` input to the `autobuild` action. [#1024](https://github.com/github/codeql-action/pull/1024)
2424
- The `analyze` and `upload-sarif` actions will now wait up to 2 minutes for processing to complete after they have uploaded the results so they can report any processing errors that occurred. This behavior can be disabled by setting the `wait-for-processing` action input to `"false"`. [#1007](https://github.com/github/codeql-action/pull/1007)
2525
- Update default CodeQL bundle version to 2.9.0.
2626
- Fix a bug where [status reporting fails on Windows](https://github.com/github/codeql-action/issues/1041). [#1042](https://github.com/github/codeql-action/pull/1042)
2727

28-
## 2.1.8 - 08 Apr 2022
28+
## 1.1.8 - 08 Apr 2022
2929

3030
- Update default CodeQL bundle version to 2.8.5. [#1014](https://github.com/github/codeql-action/pull/1014)
3131
- Fix error where the init action would fail due to a GitHub API request that was taking too long to complete [#1025](https://github.com/github/codeql-action/pull/1025)
3232

33-
## 2.1.7 - 05 Apr 2022
33+
## 1.1.7 - 05 Apr 2022
3434

3535
- A bug where additional queries specified in the workflow file would sometimes not be respected has been fixed. [#1018](https://github.com/github/codeql-action/pull/1018)
3636

37-
## 2.1.6 - 30 Mar 2022
37+
## 1.1.6 - 30 Mar 2022
3838

39-
- [v2+ only] The CodeQL Action now runs on Node.js v16. [#1000](https://github.com/github/codeql-action/pull/1000)
4039
- Update default CodeQL bundle version to 2.8.4. [#990](https://github.com/github/codeql-action/pull/990)
4140
- 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)
4241

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.13",
3+
"version": "1.1.13",
44
"private": true,
55
"description": "CodeQL action",
66
"scripts": {

0 commit comments

Comments
 (0)