Skip to content

Commit dbfc2b6

Browse files
authored
Merge branch 'main' into marcogario/require_workflows_path
2 parents 0ff1bdb + 79e9a50 commit dbfc2b6

File tree

6 files changed

+17
-12
lines changed

6 files changed

+17
-12
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,12 @@ Note that the only difference between `v2` and `v3` of the CodeQL Action is the
66

77
## [UNRELEASED]
88

9+
No user facing changes.
10+
11+
## 3.25.11 - 28 Jun 2024
12+
913
- Avoid failing the workflow run if there is an error while uploading debug artifacts. [#2349](https://github.com/github/codeql-action/pull/2349)
14+
- Update default CodeQL bundle version to 2.17.6. [#2352](https://github.com/github/codeql-action/pull/2352)
1015

1116
## 3.25.10 - 13 Jun 2024
1217

lib/defaults.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"bundleVersion": "codeql-bundle-v2.17.5",
3-
"cliVersion": "2.17.5",
4-
"priorBundleVersion": "codeql-bundle-v2.17.4",
5-
"priorCliVersion": "2.17.4"
2+
"bundleVersion": "codeql-bundle-v2.17.6",
3+
"cliVersion": "2.17.6",
4+
"priorBundleVersion": "codeql-bundle-v2.17.5",
5+
"priorCliVersion": "2.17.5"
66
}

node_modules/.package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "codeql",
3-
"version": "3.25.11",
3+
"version": "3.25.12",
44
"private": true,
55
"description": "CodeQL action",
66
"scripts": {

src/defaults.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"bundleVersion": "codeql-bundle-v2.17.5",
3-
"cliVersion": "2.17.5",
4-
"priorBundleVersion": "codeql-bundle-v2.17.4",
5-
"priorCliVersion": "2.17.4"
2+
"bundleVersion": "codeql-bundle-v2.17.6",
3+
"cliVersion": "2.17.6",
4+
"priorBundleVersion": "codeql-bundle-v2.17.5",
5+
"priorCliVersion": "2.17.5"
66
}

0 commit comments

Comments
 (0)