From d0206e8c49be3af6cc1a63e1aa96eb977ed3c163 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 6 Jul 2023 13:14:11 +0000 Subject: [PATCH 1/4] Update changelog for v2.20.3 --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 239a26492..58aa3104d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # CodeQL Action Changelog -## [UNRELEASED] +## 2.20.3 - 06 Jul 2023 - Update default CodeQL bundle version to 2.13.5. [#1743](https://github.com/github/codeql-action/pull/1743) From e97b7675af9f1c0112d01307c4ad41cdbb75873a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 6 Jul 2023 13:51:01 +0000 Subject: [PATCH 2/4] Update changelog and version after v2.20.3 --- CHANGELOG.md | 4 ++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 58aa3104d..034139271 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # CodeQL Action Changelog +## [UNRELEASED] + +No user facing changes. + ## 2.20.3 - 06 Jul 2023 - Update default CodeQL bundle version to 2.13.5. [#1743](https://github.com/github/codeql-action/pull/1743) diff --git a/package-lock.json b/package-lock.json index 58dbc5f13..cff812d98 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "codeql", - "version": "2.20.3", + "version": "2.20.4", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "codeql", - "version": "2.20.3", + "version": "2.20.4", "license": "MIT", "dependencies": { "@actions/artifact": "^1.1.0", diff --git a/package.json b/package.json index 5902f01dd..049c4cd56 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "codeql", - "version": "2.20.3", + "version": "2.20.4", "private": true, "description": "CodeQL action", "scripts": { From 59c62518002b2015b741cd192d3b36bc7787efc7 Mon Sep 17 00:00:00 2001 From: Mathias Vorreiter Pedersen Date: Thu, 6 Jul 2023 17:14:12 +0100 Subject: [PATCH 3/4] Fix README link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f265c53f5..e88220bc6 100644 --- a/README.md +++ b/README.md @@ -169,7 +169,7 @@ You can use Actions or environment variables to share configuration across multi ## Troubleshooting -Read about [troubleshooting code scanning](https://help.github.com/en/github/finding-security-vulnerabilities-and-errors-in-your-code/troubleshooting-code-scanning). +Read about [troubleshooting code scanning](https://docs.github.com/en/code-security/code-scanning/troubleshooting-code-scanning). ## Contributing From 0bc3d1ffcf92291b280c7ab13d378edaa10660c8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 6 Jul 2023 16:29:43 +0000 Subject: [PATCH 4/4] Update checked-in dependencies --- node_modules/.package-lock.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/node_modules/.package-lock.json b/node_modules/.package-lock.json index ad9d018fa..bae32cdfc 100644 --- a/node_modules/.package-lock.json +++ b/node_modules/.package-lock.json @@ -1,6 +1,6 @@ { "name": "codeql", - "version": "2.20.3", + "version": "2.20.4", "lockfileVersion": 3, "requires": true, "packages": {