Skip to content

Commit 7ce060f

Browse files
committed
Merge branch 'main' into henrymercer/zstd-bundles
2 parents dfe2b66 + 7233ec5 commit 7ce060f

File tree

229 files changed

+4626
-1827
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

229 files changed

+4626
-1827
lines changed

CHANGELOG.md

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

77
## [UNRELEASED]
88

9+
- Update default CodeQL bundle version to 2.18.3. [#2449](https://github.com/github/codeql-action/pull/2449)
10+
11+
## 3.26.5 - 23 Aug 2024
12+
913
- Fix an issue where the `csrutil` system call used for telemetry would fail on MacOS ARM machines with System Integrity Protection disabled. [#2441](https://github.com/github/codeql-action/pull/2441)
1014

1115
## 3.26.4 - 21 Aug 2024

lib/api-compatibility.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{ "maximumVersion": "3.14", "minimumVersion": "3.10" }
1+
{ "maximumVersion": "3.15", "minimumVersion": "3.10" }

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.18.2",
3-
"cliVersion": "2.18.2",
4-
"priorBundleVersion": "codeql-bundle-v2.18.1",
5-
"priorCliVersion": "2.18.1"
2+
"bundleVersion": "codeql-bundle-v2.18.3",
3+
"cliVersion": "2.18.3",
4+
"priorBundleVersion": "codeql-bundle-v2.18.2",
5+
"priorCliVersion": "2.18.2"
66
}

lib/init-action.js

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

lib/init-action.js.map

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

0 commit comments

Comments
 (0)