Update changelog and version after v2.21.1

This commit is contained in:
github-actions[bot]
2023-07-26 18:34:36 +00:00
parent 6ca1aa8c19
commit eaa61762f4
3 changed files with 7 additions and 3 deletions
+4
View File
@@ -2,6 +2,10 @@
See the [releases page](https://github.com/github/codeql-action/releases) for the relevant changes to the CodeQL CLI and language packs.
## [UNRELEASED]
No user facing changes.
## 2.21.1 - 26 Jul 2023
- Improve the handling of fatal errors from the CodeQL CLI. [#1795](https://github.com/github/codeql-action/pull/1795)
+2 -2
View File
@@ -1,12 +1,12 @@
{
"name": "codeql",
"version": "2.21.1",
"version": "2.21.2",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "codeql",
"version": "2.21.1",
"version": "2.21.2",
"license": "MIT",
"dependencies": {
"@actions/artifact": "^1.1.1",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "codeql",
"version": "2.21.1",
"version": "2.21.2",
"private": true,
"description": "CodeQL action",
"scripts": {