Skip to content

Commit c4dca28

Browse files
authored
Merge pull request #3502 from github/mbg/remove-ccr
Remove all CCR-specific code and tests
2 parents cb4e075 + 1aad278 commit c4dca28

18 files changed

+23
-229
lines changed

.github/pull_request_template.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,13 @@ For internal use only. Please select the risk level of this change:
2323
Workflow types:
2424

2525
- **Advanced setup** - Impacts users who have custom CodeQL workflows.
26-
- **Managed** - Impacts users with `dynamic` workflows (Default Setup, CCR, ...).
26+
- **Managed** - Impacts users with `dynamic` workflows (Default Setup, Code Quality, ...).
2727

2828
Products:
2929

3030
- **Code Scanning** - The changes impact analyses when `analysis-kinds: code-scanning`.
3131
- **Code Quality** - The changes impact analyses when `analysis-kinds: code-quality`.
32-
- **CCR** - The changes impact analyses for Copilot Code Reviews.
32+
- **Other first-party** - The changes impact other first-party analyses.
3333
- **Third-party analyses** - The changes affect the `upload-sarif` action.
3434

3535
Environments:
@@ -54,6 +54,7 @@ Environments:
5454

5555
- **Feature flags** - All new or changed code paths can be fully disabled with corresponding feature flags.
5656
- **Rollback** - Change can only be disabled by rolling back the release or releasing a new version with a fix.
57+
- **Development/testing only** - This change cannot cause any failures in production.
5758
- **Other** - Please provide details.
5859

5960
#### How will you know if something goes wrong after this change is released?

.github/workflows/__ccr.yml

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

lib/analyze-action.js

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

lib/autobuild-action.js

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

lib/init-action-post.js

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

lib/init-action.js

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

lib/setup-codeql-action.js

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

lib/start-proxy-action.js

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

lib/upload-lib.js

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

lib/upload-sarif-action.js

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

0 commit comments

Comments
 (0)