diff --git a/CHANGELOG.md b/CHANGELOG.md index bdeb5c8ff3..667389777b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ ## [UNRELEASED] -No user facing changes. +- Bump the version of the Action to 2.20.0. This ensures that users who received a Dependabot upgrade to [`cdcdbb5`](https://github.com/github/codeql-action/commit/cdcdbb579706841c47f7063dda365e292e5cad7a), which was mistakenly marked as Action version 2.13.4, continue to receive updates to the CodeQL Action. Full details in [#1729](https://github.com/github/codeql-action/pull/1729) ## 2.3.6 - 01 Jun 2023 diff --git a/node_modules/.package-lock.json b/node_modules/.package-lock.json index c11cbf00d3..31e692a844 100644 --- a/node_modules/.package-lock.json +++ b/node_modules/.package-lock.json @@ -1,6 +1,6 @@ { "name": "codeql", - "version": "2.3.7", + "version": "2.20.0", "lockfileVersion": 3, "requires": true, "packages": { diff --git a/package-lock.json b/package-lock.json index d31da2bed1..1420772d1b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "codeql", - "version": "2.3.7", + "version": "2.20.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "codeql", - "version": "2.3.7", + "version": "2.20.0", "license": "MIT", "dependencies": { "@actions/artifact": "^1.1.0", diff --git a/package.json b/package.json index 9b8f2b7004..457d217b0c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "codeql", - "version": "2.3.7", + "version": "2.20.0", "private": true, "description": "CodeQL action", "scripts": {