Skip to content

Commit 5246291

Browse files
committed
Merge branch 'main' into henrymercer/bump-minimum-codeql-version
2 parents fed4586 + 013a1d0 commit 5246291

File tree

5,439 files changed

+726628
-537195
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,439 files changed

+726628
-537195
lines changed

.github/dependabot.yml

+12-5
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,23 @@ updates:
66
interval: weekly
77
labels:
88
- Update dependencies
9-
ignore:
10-
- dependency-name: "*"
11-
update-types:
12-
- version-update:semver-minor
13-
- version-update:semver-patch
9+
groups:
10+
npm:
11+
patterns:
12+
- "*"
1413
- package-ecosystem: github-actions
1514
directory: "/"
1615
schedule:
1716
interval: weekly
17+
groups:
18+
actions:
19+
patterns:
20+
- "*"
1821
- package-ecosystem: github-actions
1922
directory: "/.github/actions/setup-swift/" # All subdirectories outside of "/.github/workflows" must be explicitly included.
2023
schedule:
2124
interval: weekly
25+
groups:
26+
actions-setup-swift:
27+
patterns:
28+
- "*"

CHANGELOG.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,18 @@
11
# CodeQL Action Changelog
22

3+
See the [releases page](https://github.com/github/codeql-action/releases) for the relevant changes to the CodeQL CLI and language packs.
4+
35
## [UNRELEASED]
46

5-
- Bump the minimum CodeQL bundle version to 2.9.4. [#1724](https://github.com/github/codeql-action/pull/1724)
7+
- CodeQL Action now requires CodeQL CLI 2.9.4 or later. For more information, see the corresponding changelog entry for CodeQL Action version 2.20.4. [#1724](https://github.com/github/codeql-action/pull/1724)
8+
9+
## 2.20.4 - 14 Jul 2023
10+
611
- This is the last release of the Action that supports CodeQL CLI versions 2.8.5 to 2.9.3. These versions of the CodeQL CLI were deprecated on June 20, 2023 alongside GitHub Enterprise Server 3.5 and will not be supported by the next release of the CodeQL Action (2.21.0).
712
- If you are using one of these versions, please update to CodeQL CLI version 2.9.4 or later. For instance, if you have specified a custom version of the CLI using the 'tools' input to the 'init' Action, you can remove this input to use the default version.
813
- Alternatively, if you want to continue using a version of the CodeQL CLI between 2.8.5 and 2.9.3, you can replace 'github/codeql-action/*@v2' by 'github/codeql-action/*@v2.20.4' in your code scanning workflow to ensure you continue using this version of the CodeQL Action.
914
- We are rolling out a feature in July 2023 that will slightly reduce the default amount of RAM used for query execution, in proportion to the runner's total memory. This will help to avoid out-of-memory failures on larger runners. [#1760](https://github.com/github/codeql-action/pull/1760)
15+
- Update default CodeQL bundle version to 2.14.0. [#1762](https://github.com/github/codeql-action/pull/1762)
1016

1117
## 2.20.3 - 06 Jul 2023
1218

lib/analyze.js

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

lib/analyze.js.map

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

lib/analyze.test.js

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

lib/analyze.test.js.map

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

lib/api-client.js

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

lib/api-client.js.map

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

0 commit comments

Comments
 (0)