diff --git a/CHANGELOG.md b/CHANGELOG.md index a0645d0acc..971cf5a8f9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ Note that the only difference between `v2` and `v3` of the CodeQL Action is the ## [UNRELEASED] +No user facing changes. + +## 3.25.14 - 25 Jul 2024 + - Experimental: add a new `start-proxy` action which starts the same HTTP proxy as used by [`github/dependabot-action`](https://github.com/github/dependabot-action). Do not use this in production as it is part of an internal experiment and subject to change at any time. ## 3.25.13 - 19 Jul 2024 diff --git a/node_modules/.package-lock.json b/node_modules/.package-lock.json index 5f553b5548..4e68baa48a 100644 --- a/node_modules/.package-lock.json +++ b/node_modules/.package-lock.json @@ -1,6 +1,6 @@ { "name": "codeql", - "version": "3.25.14", + "version": "3.25.15", "lockfileVersion": 3, "requires": true, "packages": { diff --git a/package-lock.json b/package-lock.json index 88929b7761..bb8685eacf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "codeql", - "version": "3.25.14", + "version": "3.25.15", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "codeql", - "version": "3.25.14", + "version": "3.25.15", "license": "MIT", "dependencies": { "@actions/artifact": "^1.1.2", diff --git a/package.json b/package.json index 64de85b51e..d6e7ceb459 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "codeql", - "version": "3.25.14", + "version": "3.25.15", "private": true, "description": "CodeQL action", "scripts": {