diff --git a/CHANGELOG.md b/CHANGELOG.md index fbbe6cc2c..c44efea7f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # CodeQL Action Changelog +## [UNRELEASED] + +No user facing changes. + ## 2.1.31 - 04 Nov 2022 - The `rb/weak-cryptographic-algorithm` Ruby query has been updated to no longer report uses of hash functions such as `MD5` and `SHA1` even if they are known to be weak. These hash algorithms are used very often in non-sensitive contexts, making the query too imprecise in practice. For more information, see the corresponding change in the [github/codeql repository](https://github.com/github/codeql/pull/11129). [#1344](https://github.com/github/codeql-action/pull/1344) diff --git a/package-lock.json b/package-lock.json index b40dca944..478fb9369 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "codeql", - "version": "2.1.31", + "version": "2.1.32", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "codeql", - "version": "2.1.31", + "version": "2.1.32", "license": "MIT", "dependencies": { "@actions/artifact": "^1.1.0", diff --git a/package.json b/package.json index ceab0b609..7a7124fde 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "codeql", - "version": "2.1.31", + "version": "2.1.32", "private": true, "description": "CodeQL action", "scripts": {