Skip to content

Commit d2baed4

Browse files
authored
Merge branch 'main' into update-bundle/codeql-bundle-v2.14.0
2 parents 49f1478 + c552617 commit d2baed4

File tree

5,457 files changed

+726976
-537734
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,457 files changed

+726976
-537734
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+
- "*"

.github/workflows/__scaling-reserved-ram.yml

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

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
- 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).
66
- 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.
77
- 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.
8+
- 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)
89
- Update default CodeQL bundle version to 2.14.0. [#1762](https://github.com/github/codeql-action/pull/1762)
910

1011
## 2.20.3 - 06 Jul 2023

lib/analyze-action.js

+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)