Skip to content

Commit 48ab28a

Browse files
authored
Merge pull request #2662 from github/update-v3.28.0-d01b25e64
Merge main into releases/v3
2 parents df409f7 + 4946b76 commit 48ab28a

File tree

106 files changed

+584
-567
lines changed

Some content is hidden

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

106 files changed

+584
-567
lines changed

Diff for: .github/workflows/__go-indirect-tracing-workaround-diagnostic.yml

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: .github/workflows/__go-indirect-tracing-workaround-no-file-program.yml

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: .github/workflows/__go-indirect-tracing-workaround.yml

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: .github/workflows/__go-tracing-autobuilder.yml

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: .github/workflows/__go-tracing-custom-build-steps.yml

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: .github/workflows/__go-tracing-legacy-workflow.yml

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: .github/workflows/__multi-language-autodetect.yml

+8-12
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: .github/workflows/__start-proxy.yml

+80
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: .github/workflows/debug-artifacts.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@ jobs:
2222
fail-fast: false
2323
matrix:
2424
version:
25-
- stable-v2.14.6
2625
- stable-v2.15.5
2726
- stable-v2.16.6
2827
- stable-v2.17.6
2928
- stable-v2.18.4
29+
- stable-v2.19.4
3030
- default
3131
- linked
3232
- nightly-latest
@@ -71,7 +71,7 @@ jobs:
7171
- name: Check expected artifacts exist
7272
shell: bash
7373
run: |
74-
VERSIONS="stable-v2.14.6 stable-v2.15.5 stable-v2.16.6 stable-v2.17.6 stable-v2.18.4 default linked nightly-latest"
74+
VERSIONS="stable-v2.15.5 stable-v2.16.6 stable-v2.17.6 stable-v2.18.4 stable-v2.19.4 default linked nightly-latest"
7575
LANGUAGES="cpp csharp go java javascript python"
7676
for version in $VERSIONS; do
7777
pushd "./my-debug-artifacts-${version//./}"

Diff for: CHANGELOG.md

+5
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.28.0 - 20 Dec 2024
8+
9+
- Bump the minimum CodeQL bundle version to 2.15.5. [#2655](https://github.com/github/codeql-action/pull/2655)
10+
- Don't fail in the unusual case that a file is on the search path. [#2660](https://github.com/github/codeql-action/pull/2660).
11+
712
## 3.27.9 - 12 Dec 2024
813

914
No user facing changes.

Diff for: README.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -81,9 +81,8 @@ We typically release new minor versions of the CodeQL Action and Bundle when a n
8181
| `v3.25.11` | `2.17.6` | Enterprise Server 3.14 | |
8282
| `v3.24.11` | `2.16.6` | Enterprise Server 3.13 | |
8383
| `v3.22.12` | `2.15.5` | Enterprise Server 3.12 | |
84-
| `v2.22.1` | `2.14.6` | Enterprise Server 3.11 | Supports CodeQL Action v3, but did not ship with CodeQL Action v3. For more information, see "[Code scanning: deprecation of CodeQL Action v2](https://github.blog/changelog/2024-01-12-code-scanning-deprecation-of-codeql-action-v2/#users-of-github-enterprise-server-311)." |
8584

86-
CodeQL Action v2 will stop receiving updates when GHES 3.11 is deprecated.
85+
CodeQL Action v2 has stopped receiving updates now that GHES 3.11 is deprecated.
8786

8887
See the full list of GHES release and deprecation dates at [GitHub Enterprise Server releases](https://docs.github.com/en/enterprise-server/admin/all-releases#releases-of-github-enterprise-server).
8988

Diff for: lib/actions-util.js

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: lib/actions-util.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: lib/analyze.js

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)