Update changelog and version after v2.21.6

This commit is contained in:
github-actions[bot] 2023-09-13 16:39:21 +00:00
parent 701f152f28
commit 70c4c0fc21
3 changed files with 7 additions and 3 deletions

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.6 - 13 Sep 2023
- Better error message when there is a failure to determine the merge base of the code to analysis. [#1860](https://github.com/github/codeql-action/pull/1860)

4
package-lock.json generated
View file

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

View file

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