Skip to content

Commit 23acc5c

Browse files
authored
Merge pull request #2337 from github/update-v3.25.10-5bf6dad35
Merge main into releases/v3
2 parents 530d4fe + 9b72dbd commit 23acc5c

Some content is hidden

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

55 files changed

+280
-153
lines changed

.github/actions/query-filter-test/action.yml

-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ runs:
4848
- uses: ./../action/analyze
4949
with:
5050
output: ${{ runner.temp }}/results
51-
upload-database: false
5251
upload: never
5352
env:
5453
CODEQL_ACTION_TEST_MODE: "true"

.github/workflows/__all-platform-bundle.yml

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

.github/workflows/__analyze-ref-input.yml

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

.github/workflows/__autobuild-action.yml

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

.github/workflows/__autobuild-direct-tracing-with-working-dir.yml

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

.github/workflows/__go-custom-queries.yml

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

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

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

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

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

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

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

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

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

.github/workflows/__javascript-source-root.yml

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

.github/workflows/__test-autobuild-working-dir.yml

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

.github/workflows/__test-local-codeql.yml

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

.github/workflows/__test-proxy.yml

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

.github/workflows/__upload-ref-sha-input.yml

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

.github/workflows/__with-checkout-path.yml

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

.github/workflows/expected-queries-runs.yml

-2
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,6 @@ jobs:
3737
- uses: ./../action/analyze
3838
with:
3939
output: ${{ runner.temp }}/results
40-
upload-database: false
41-
upload: never
4240

4341
- name: Check Sarif
4442
uses: ./../action/.github/actions/check-sarif

.github/workflows/python312-windows.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ on:
1414

1515
jobs:
1616
test-setup-python-scripts:
17+
env:
18+
CODEQL_ACTION_TEST_MODE: true
1719
timeout-minutes: 45
1820
runs-on: windows-latest
1921

@@ -37,6 +39,3 @@ jobs:
3739

3840
- name: Analyze
3941
uses: ./../action/analyze
40-
with:
41-
upload: false
42-
upload-database: false

.github/workflows/test-codeql-bundle-all.yml

-2
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,5 @@ jobs:
5353
shell: bash
5454
run: ./build.sh
5555
- uses: ./../action/analyze
56-
with:
57-
upload-database: false
5856
env:
5957
CODEQL_ACTION_TEST_MODE: true

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.10 - 13 Jun 2024
8+
9+
- Update default CodeQL bundle version to 2.17.5. [#2327](https://github.com/github/codeql-action/pull/2327)
10+
711
## 3.25.9 - 12 Jun 2024
812

913
- Avoid failing database creation if the database folder already exists and contains some unexpected files. Requires CodeQL 2.18.0 or higher. [#2330](https://github.com/github/codeql-action/pull/2330)

lib/codeql.js

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

lib/codeql.js.map

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

lib/config-utils.js

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

lib/config-utils.js.map

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

lib/config-utils.test.js

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

lib/config-utils.test.js.map

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

lib/database-upload.js

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

lib/database-upload.js.map

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

lib/defaults.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"bundleVersion": "codeql-bundle-v2.17.4",
3-
"cliVersion": "2.17.4",
4-
"priorBundleVersion": "codeql-bundle-v2.17.3",
5-
"priorCliVersion": "2.17.3"
2+
"bundleVersion": "codeql-bundle-v2.17.5",
3+
"cliVersion": "2.17.5",
4+
"priorBundleVersion": "codeql-bundle-v2.17.4",
5+
"priorCliVersion": "2.17.4"
66
}

0 commit comments

Comments
 (0)