Merge branch 'main' into marcogario/require_workflows_path

This commit is contained in:
Marco Gario 2024-07-01 11:05:13 +02:00 committed by GitHub
commit dbfc2b6359
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 17 additions and 12 deletions

View file

@ -6,7 +6,12 @@ Note that the only difference between `v2` and `v3` of the CodeQL Action is the
## [UNRELEASED] ## [UNRELEASED]
No user facing changes.
## 3.25.11 - 28 Jun 2024
- Avoid failing the workflow run if there is an error while uploading debug artifacts. [#2349](https://github.com/github/codeql-action/pull/2349) - Avoid failing the workflow run if there is an error while uploading debug artifacts. [#2349](https://github.com/github/codeql-action/pull/2349)
- Update default CodeQL bundle version to 2.17.6. [#2352](https://github.com/github/codeql-action/pull/2352)
## 3.25.10 - 13 Jun 2024 ## 3.25.10 - 13 Jun 2024

View file

@ -1,6 +1,6 @@
{ {
"bundleVersion": "codeql-bundle-v2.17.5", "bundleVersion": "codeql-bundle-v2.17.6",
"cliVersion": "2.17.5", "cliVersion": "2.17.6",
"priorBundleVersion": "codeql-bundle-v2.17.4", "priorBundleVersion": "codeql-bundle-v2.17.5",
"priorCliVersion": "2.17.4" "priorCliVersion": "2.17.5"
} }

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

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

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{ {
"name": "codeql", "name": "codeql",
"version": "3.25.11", "version": "3.25.12",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "codeql", "name": "codeql",
"version": "3.25.11", "version": "3.25.12",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@actions/artifact": "^1.1.2", "@actions/artifact": "^1.1.2",

View file

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

View file

@ -1,6 +1,6 @@
{ {
"bundleVersion": "codeql-bundle-v2.17.5", "bundleVersion": "codeql-bundle-v2.17.6",
"cliVersion": "2.17.5", "cliVersion": "2.17.6",
"priorBundleVersion": "codeql-bundle-v2.17.4", "priorBundleVersion": "codeql-bundle-v2.17.5",
"priorCliVersion": "2.17.4" "priorCliVersion": "2.17.5"
} }