Skip to content

Commit 821d3bd

Browse files
committed
Merge branch 'main' into cklin/overlay-pack-check
2 parents e471477 + f45dfa6 commit 821d3bd

35 files changed

+85
-368
lines changed

.github/pull_request_template.md

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
1+
2+
3+
### Risk assessment
4+
5+
For internal use only. Please select the risk level of this change:
6+
7+
- **Low risk:** Changes are fully under feature flags, or have been fully tested and validated in pre-production environments and are highly observable, or are documentation or test only.
8+
- **High risk:** Changes are not fully under feature flags, have limited visibility and/or cannot be tested outside of production.
9+
110
### Merge / deployment checklist
211

3-
- [ ] Confirm this change is backwards compatible with existing workflows.
4-
- [ ] Confirm the [readme](https://github.com/github/codeql-action/blob/main/README.md) has been updated if necessary.
5-
- [ ] Confirm the [changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) has been updated if necessary.
12+
- Confirm this change is backwards compatible with existing workflows.
13+
- Consider adding a [changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) entry for this change.
14+
- Confirm the [readme](https://github.com/github/codeql-action/blob/main/README.md) and docs have been updated if necessary.

.github/workflows/__extract-direct-to-toolcache.yml renamed to .github/workflows/__bundle-toolcache.yml

Lines changed: 3 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/__zstd-bundle.yml renamed to .github/workflows/__bundle-zstd.yml

Lines changed: 3 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/__zstd-bundle-streaming.yml

Lines changed: 0 additions & 110 deletions
This file was deleted.

analyze/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ inputs:
2020
default: "always"
2121
cleanup-level:
2222
description: >-
23-
DEPRECATED. This option is ignored since, for performance reasons, the CodeQL Action no longer saves
24-
intermediate results during evaluation.
23+
DEPRECATED. This option is ignored since, for performance reasons, the CodeQL Action automatically
24+
manages cleanup of intermediate results.
2525
required: false
2626
ram:
2727
description: >-

lib/analyze-action.js

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/analyze-action.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/codeql.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/codeql.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/codeql.test.js

Lines changed: 10 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)