Update changelog and version after v2.21.1

This commit is contained in:
github-actions[bot] 2023-07-26 18:34:36 +00:00
Родитель 6ca1aa8c19
Коммит eaa61762f4
3 изменённых файлов: 7 добавлений и 3 удалений

Просмотреть файл

@ -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)

4
package-lock.json сгенерированный
Просмотреть файл

@ -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,6 +1,6 @@
{
"name": "codeql",
"version": "2.21.1",
"version": "2.21.2",
"private": true,
"description": "CodeQL action",
"scripts": {