diff --git a/CHANGELOG.md b/CHANGELOG.md index 25e24c91a4..af4e9fa806 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ ## [UNRELEASED] +No user facing changes. + +## 2.1.28 - 18 Oct 2022 + - Update default CodeQL bundle version to 2.11.1. [#1294](https://github.com/github/codeql-action/pull/1294) - Replace uses of GitHub Actions command `set-output` because it is now deprecated. See more information in the [GitHub Changelog](https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/). [#1301](https://github.com/github/codeql-action/pull/1301) diff --git a/node_modules/.package-lock.json b/node_modules/.package-lock.json index 8469845f0b..875fc2f71b 100644 --- a/node_modules/.package-lock.json +++ b/node_modules/.package-lock.json @@ -1,6 +1,6 @@ { "name": "codeql", - "version": "2.1.28", + "version": "2.1.29", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package-lock.json b/package-lock.json index ad5d723791..76f637037f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "codeql", - "version": "2.1.28", + "version": "2.1.29", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "codeql", - "version": "2.1.28", + "version": "2.1.29", "license": "MIT", "dependencies": { "@actions/artifact": "^1.1.0", diff --git a/package.json b/package.json index d5494a5987..34f2510f44 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "codeql", - "version": "2.1.28", + "version": "2.1.29", "private": true, "description": "CodeQL action", "scripts": {