Skip to content

Commit 05cb00c

Browse files
committed
Merge branch 'main' into henrymercer/cli-deprecation-warning
2 parents 674e180 + 84c0579 commit 05cb00c

File tree

5 files changed

+8
-5
lines changed

5 files changed

+8
-5
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55
- This is the last release of the Action that supports CodeQL CLI versions 2.8.5 to 2.9.3. These versions of the CodeQL CLI were deprecated on June 20, 2023 alongside GitHub Enterprise Server 3.5 and will not be supported by the next release of the CodeQL Action (2.21.0).
66
- If you are using one of these versions, please update to a newer version of the CodeQL CLI (minimum 2.9.4). For instance, if you have specified a custom version of the CLI using the 'tools' input to the 'init' Action, you can remove it to use the default version.
77
- Alternatively, if you want to continue using a version of the CodeQL CLI between 2.8.5 and 2.9.3, you can replace 'github/codeql-action/*@v2' by 'github/codeql-action/*@v2.20.4' in your code scanning workflow to ensure you continue using this version of the CodeQL Action.
8+
9+
## 2.20.3 - 06 Jul 2023
10+
811
- Update default CodeQL bundle version to 2.13.5. [#1743](https://github.com/github/codeql-action/pull/1743)
912

1013
## 2.20.2 - 03 Jul 2023

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ You can use Actions or environment variables to share configuration across multi
169169

170170
## Troubleshooting
171171

172-
Read about [troubleshooting code scanning](https://help.github.com/en/github/finding-security-vulnerabilities-and-errors-in-your-code/troubleshooting-code-scanning).
172+
Read about [troubleshooting code scanning](https://docs.github.com/en/code-security/code-scanning/troubleshooting-code-scanning).
173173

174174
## Contributing
175175

node_modules/.package-lock.json

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

package-lock.json

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

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "codeql",
3-
"version": "2.20.3",
3+
"version": "2.20.4",
44
"private": true,
55
"description": "CodeQL action",
66
"scripts": {

0 commit comments

Comments
 (0)