Update changelog and version after v2.2.1

This commit is contained in:
github-actions[bot] 2023-01-27 09:30:07 +00:00
Родитель 3ebbd71c74
Коммит e1070bd101
3 изменённых файлов: 7 добавлений и 3 удалений

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

@ -1,5 +1,9 @@
# CodeQL Action Changelog
## [UNRELEASED]
No user facing changes.
## 2.2.1 - 27 Jan 2023
No user facing changes.

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

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

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

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