Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit48ab28a

Browse files
authored
Merge pull request#2662 from github/update-v3.28.0-d01b25e64
Merge main into releases/v3
2 parentsdf409f7 +4946b76 commit48ab28a

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

‎.github/workflows/__go-indirect-tracing-workaround-diagnostic.yml

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

‎.github/workflows/__go-indirect-tracing-workaround-no-file-program.yml

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

‎.github/workflows/__go-indirect-tracing-workaround.yml

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

‎.github/workflows/__go-tracing-autobuilder.yml

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

‎.github/workflows/__go-tracing-custom-build-steps.yml

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

‎.github/workflows/__go-tracing-legacy-workflow.yml

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

‎.github/workflows/__multi-language-autodetect.yml

Lines changed: 8 additions & 12 deletions
Some generated files are not rendered by default. Learn more aboutcustomizing how changed files appear on GitHub.

‎.github/workflows/__start-proxy.yml

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

‎.github/workflows/debug-artifacts.yml

Lines changed: 2 additions & 2 deletions
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//./}"

‎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.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.

‎README.md

Lines changed: 1 addition & 2 deletions
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 v2will stop receiving updateswhen GHES 3.11 is deprecated.
85+
CodeQL Action v2has stopped receiving updatesnow 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

‎lib/actions-util.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more aboutcustomizing 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 aboutcustomizing how changed files appear on GitHub.

‎lib/analyze.js

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

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp