Update changelog and version after v2.2.9

This commit is contained in:
github-actions[bot] 2023-03-27 13:41:15 +00:00
Родитель 04df1262e6
Коммит 32daed70e7
3 изменённых файлов: 7 добавлений и 3 удалений

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

@ -1,5 +1,9 @@
# CodeQL Action Changelog
## [UNRELEASED]
No user facing changes.
## 2.2.9 - 27 Mar 2023
- Customers post-processing the SARIF output of the `analyze` Action before uploading it to Code Scanning will benefit from an improved debugging experience. [#1598](https://github.com/github/codeql-action/pull/1598)

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

@ -1,12 +1,12 @@
{
"name": "codeql",
"version": "2.2.9",
"version": "2.2.10",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "codeql",
"version": "2.2.9",
"version": "2.2.10",
"license": "MIT",
"dependencies": {
"@actions/artifact": "^1.1.0",

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

@ -1,6 +1,6 @@
{
"name": "codeql",
"version": "2.2.9",
"version": "2.2.10",
"private": true,
"description": "CodeQL action",
"scripts": {