Skip to content

Commit fca7ace

Browse files
authored
Merge pull request #2918 from github/update-v3.28.19-4a00331d4
Merge main into releases/v3
2 parents ff0a06e + 1dcd2be commit fca7ace

File tree

246 files changed

+2605
-2004
lines changed

Some content is hidden

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

246 files changed

+2605
-2004
lines changed

.github/dependabot.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ version: 2
22
updates:
33
- package-ecosystem: npm
44
directory: "/"
5-
reviewers:
6-
- "github/codeql-production-shield"
75
schedule:
86
interval: weekly
97
labels:
@@ -26,8 +24,6 @@ updates:
2624
- "*"
2725
- package-ecosystem: github-actions
2826
directory: "/"
29-
reviewers:
30-
- "github/codeql-production-shield"
3127
schedule:
3228
interval: weekly
3329
groups:
@@ -36,8 +32,6 @@ updates:
3632
- "*"
3733
- package-ecosystem: github-actions
3834
directory: "/.github/actions/setup-swift/" # All subdirectories outside of "/.github/workflows" must be explicitly included.
39-
reviewers:
40-
- "github/codeql-production-shield"
4135
schedule:
4236
interval: weekly
4337
groups:

.github/workflows/__rubocop-multi-language.yml

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

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
strategy:
7676
fail-fast: false
7777
matrix:
78-
os: [ubuntu-22.04,ubuntu-24.04,windows-2019,windows-2022,macos-13,macos-14]
78+
os: [ubuntu-22.04,ubuntu-24.04,windows-2022,windows-2025,macos-13,macos-14,macos-15]
7979
tools: ${{ fromJson(needs.check-codeql-versions.outputs.versions) }}
8080
runs-on: ${{ matrix.os }}
8181

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
See the [releases page](https://github.com/github/codeql-action/releases) for the relevant changes to the CodeQL CLI and language packs.
44

5+
## 3.28.19 - 03 Jun 2025
6+
7+
- The CodeQL Action no longer includes its own copy of the extractor for the `actions` language, which is currently in public preview.
8+
The `actions` extractor has been included in the CodeQL CLI since v2.20.6. If your workflow has enabled the `actions` language _and_ you have pinned
9+
your `tools:` property to a specific version of the CodeQL CLI earlier than v2.20.6, you will need to update to at least CodeQL v2.20.6 or disable
10+
`actions` analysis.
11+
- Update default CodeQL bundle version to 2.21.4. [#2910](https://github.com/github/codeql-action/pull/2910)
12+
513
## 3.28.18 - 16 May 2025
614

715
- Update default CodeQL bundle version to 2.21.3. [#2893](https://github.com/github/codeql-action/pull/2893)

actions-extractor/codeql-extractor.yml

Lines changed: 0 additions & 44 deletions
This file was deleted.

actions-extractor/tools/autobuild-impl.ps1

Lines changed: 0 additions & 40 deletions
This file was deleted.

actions-extractor/tools/autobuild.cmd

Lines changed: 0 additions & 3 deletions
This file was deleted.

actions-extractor/tools/autobuild.sh

Lines changed: 0 additions & 39 deletions
This file was deleted.

lib/api-compatibility.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{ "maximumVersion": "3.17", "minimumVersion": "3.13" }
1+
{ "maximumVersion": "3.18", "minimumVersion": "3.13" }

lib/codeql.js

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

lib/codeql.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.

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.21.3",
3-
"cliVersion": "2.21.3",
4-
"priorBundleVersion": "codeql-bundle-v2.21.2",
5-
"priorCliVersion": "2.21.2"
2+
"bundleVersion": "codeql-bundle-v2.21.4",
3+
"cliVersion": "2.21.4",
4+
"priorBundleVersion": "codeql-bundle-v2.21.3",
5+
"priorCliVersion": "2.21.3"
66
}

0 commit comments

Comments
 (0)