Merge pull request #2389 from github/mergeback/v3.25.14-to-main-5cf07d8b

Mergeback v3.25.14 refs/heads/releases/v3 into main
This commit is contained in:
Angela P Wen 2024-07-25 11:18:04 +02:00 committed by GitHub
commit f8e94f9775
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 8 additions and 4 deletions

View file

@ -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

2
node_modules/.package-lock.json generated vendored
View file

@ -1,6 +1,6 @@
{
"name": "codeql",
"version": "3.25.14",
"version": "3.25.15",
"lockfileVersion": 3,
"requires": true,
"packages": {

4
package-lock.json generated
View file

@ -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",

View file

@ -1,6 +1,6 @@
{
"name": "codeql",
"version": "3.25.14",
"version": "3.25.15",
"private": true,
"description": "CodeQL action",
"scripts": {