Update changelog and version after v2.1.22

This commit is contained in:
github-actions[bot] 2022-09-01 10:50:36 +00:00
parent b398f525a5
commit a3607ca1f7
3 changed files with 7 additions and 3 deletions

View file

@ -1,5 +1,9 @@
# CodeQL Action Changelog
## [UNRELEASED]
No user facing changes.
## 2.1.22 - 01 Sep 2022
- Downloading CodeQL packs has been moved to the `init` step. Previously, CodeQL packs were downloaded during the `analyze` step. [#1218](https://github.com/github/codeql-action/pull/1218)

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{
"name": "codeql",
"version": "2.1.22",
"version": "2.1.23",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "codeql",
"version": "2.1.22",
"version": "2.1.23",
"license": "MIT",
"dependencies": {
"@actions/artifact": "^1.0.0",

View file

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