Skip to content

Commit f079b84

Browse files
authored
Merge pull request #2317 from github/update-v3.25.7-a095bf2a1
Merge main into releases/v3
2 parents 9fdb3e4 + e1a4268 commit f079b84

File tree

266 files changed

+20990
-25899
lines changed

Some content is hidden

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

266 files changed

+20990
-25899
lines changed

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

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

Diff for: .github/workflows/__scaling-reserved-ram.yml

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

Diff for: .github/workflows/__swift-custom-build.yml

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

Diff for: .github/workflows/__unset-environment.yml

+10-11
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

+6-5
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,10 @@ jobs:
2525
fail-fast: false
2626
matrix:
2727
version:
28-
- stable-20230403
29-
- stable-v2.13.5
30-
- stable-v2.14.6
28+
# TODO: Once CLI v2.17.4 is available and the platform is switched back to ubuntu,
29+
# stable-20230403, stable-v2.13.5, and stable-v2.14.6 can be added back to this matrix,
30+
# and the VERSIONS variable in the bash script below.
31+
# Prior to CLI v2.15.1, ARM runners were not supported by the build tracer.
3132
- stable-v2.15.5
3233
- stable-v2.16.6
3334
- default
@@ -37,7 +38,7 @@ jobs:
3738
env:
3839
CODEQL_ACTION_TEST_MODE: true
3940
timeout-minutes: 45
40-
runs-on: ubuntu-latest
41+
runs-on: macos-latest # TODO: Switch back to ubuntu for `nightly-latest` and `latest` once CLI v2.17.4 is available.
4142
steps:
4243
- name: Check out repository
4344
uses: actions/checkout@v4
@@ -75,7 +76,7 @@ jobs:
7576
- name: Check expected artifacts exist
7677
shell: bash
7778
run: |
78-
VERSIONS="stable-20230403 stable-v2.13.5 stable-v2.14.6 stable-v2.15.5 stable-v2.16.6 default latest nightly-latest"
79+
VERSIONS="stable-v2.15.5 stable-v2.16.6 default latest nightly-latest"
7980
LANGUAGES="cpp csharp go java javascript python"
8081
for version in $VERSIONS; do
8182
pushd "./my-debug-artifacts-${version//./}"

Diff for: .github/workflows/update-bundle.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
cli_version=$(jq -r '.cliVersion' src/defaults.json)
5555
pr_url=$(gh pr create \
5656
--title "Update default bundle to $cli_version" \
57-
--body "This pull request updates the default CodeQL bundle, as used with \`tools: latest\` and on GHES, to $cli_version." \
57+
--body "This pull request updates the default CodeQL bundle, as used with \`tools: linked\` and on GHES, to $cli_version." \
5858
--assignee "$GITHUB_ACTOR" \
5959
--draft \
6060
)

Diff for: CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ 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.25.7 - 31 May 2024
8+
9+
- We are rolling out a feature in May/June 2024 that will reduce the Actions cache usage of the Action by keeping only the newest TRAP cache for each language. [#2306](https://github.com/github/codeql-action/pull/2306)
10+
711
## 3.25.6 - 20 May 2024
812

913
- Update default CodeQL bundle version to 2.17.3. [#2295](https://github.com/github/codeql-action/pull/2295)

Diff for: lib/actions-util.js

+2-1
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-action.js

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

0 commit comments

Comments
 (0)