Skip to content

Commit 489225d

Browse files
authored
Merge pull request #1777 from github/update-v2.20.4-a148c5807
Merge main into releases/v2
2 parents 46ed16d + 1b6383d commit 489225d

File tree

5,494 files changed

+727420
-538409
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,494 files changed

+727420
-538409
lines changed

Diff for: .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+
- "*"

Diff for: .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.

Diff for: CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
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+
5+
## 2.20.4 - 14 Jul 2023
6+
7+
- 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).
8+
- 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.
9+
- 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.
10+
- 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)
11+
- Update default CodeQL bundle version to 2.14.0. [#1762](https://github.com/github/codeql-action/pull/1762)
12+
313
## 2.20.3 - 06 Jul 2023
414

515
- Update default CodeQL bundle version to 2.13.5. [#1743](https://github.com/github/codeql-action/pull/1743)

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ You can use Actions or environment variables to share configuration across multi
169169

170170
## Troubleshooting
171171

172-
Read about [troubleshooting code scanning](https://help.github.com/en/github/finding-security-vulnerabilities-and-errors-in-your-code/troubleshooting-code-scanning).
172+
Read about [troubleshooting code scanning](https://docs.github.com/en/code-security/code-scanning/troubleshooting-code-scanning).
173173

174174
## Contributing
175175

Diff for: lib/actions-util.js

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

0 commit comments

Comments
 (0)