Skip to content

Commit babb554

Browse files
authored
Merge pull request #2640 from github/update-v3.27.7-89757925c
Merge main into releases/v3
2 parents aa57810 + 0a5a1c0 commit babb554

File tree

5,624 files changed

+328644
-189239
lines changed

Some content is hidden

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

5,624 files changed

+328644
-189239
lines changed

.github/workflows/__extract-direct-to-toolcache.yml

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

.github/workflows/debug-artifacts-failure.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
name: PR Check - Debug artifacts after failure
44
env:
55
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
6-
CODEQL_ACTION_ARTIFACT_V4_UPGRADE: true
76
on:
87
push:
98
branches:

.github/workflows/debug-artifacts-legacy.yml

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

.github/workflows/debug-artifacts.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
name: PR Check - Debug artifact upload
33
env:
44
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5-
CODEQL_ACTION_ARTIFACT_V4_UPGRADE: true
65
on:
76
push:
87
branches:

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ See the [releases page](https://github.com/github/codeql-action/releases) for th
44

55
Note that the only difference between `v2` and `v3` of the CodeQL Action is the node version they support, with `v3` running on node 20 while we continue to release `v2` to support running on node 16. For example `3.22.11` was the first `v3` release and is functionally identical to `2.22.11`. This approach ensures an easy way to track exactly which features are included in different versions, indicated by the minor and patch version numbers.
66

7+
## 3.27.7 - 10 Dec 2024
8+
9+
- We are rolling out a change in December 2024 that will extract the CodeQL bundle directly to the toolcache to improve performance. [#2631](https://github.com/github/codeql-action/pull/2631)
10+
- Update default CodeQL bundle version to 2.20.0. [#2636](https://github.com/github/codeql-action/pull/2636)
11+
712
## 3.27.6 - 03 Dec 2024
813

914
- Update default CodeQL bundle version to 2.19.4. [#2626](https://github.com/github/codeql-action/pull/2626)

lib/actions-util.js

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

lib/actions-util.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/actions-util.test.js

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

0 commit comments

Comments
 (0)