You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/development_handbook.md
+3-11Lines changed: 3 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -514,23 +514,15 @@ To upgrade the CodeQL external dependencies:
514
514
5. Submit a Pull Request to the `github/codeql-coding-standards` repository with the title `Upgrade `github/codeql` dependency to <insert codeql_standard_library value>`. Use this template for the description, filling :
515
515
516
516
```md
517
-
This PR updates the `supported_codeql_configs.json` file to target:
518
-
519
-
- CodeQL CLI <codeql_cli>
520
-
- CodeQL Standard Library <codeql_standard_library>
521
-
- GHES <ghes>
522
-
- CodeQL CLI Bundle <date_of_bundle>
523
-
524
-
<EITHER:This should match the versions of CodeQL deployed with GitHub Enterprise Server <ghes>>
525
-
<OR: This does not match any released version of GitHub Enterprise Server.>
517
+
This PR updates the `supported_codeql_configs.json` file to target CodeQL CLI <codeql_cli>.
526
518
527
519
## CodeQL dependency upgrade checklist:
528
520
529
-
- [ ] Reformat our CodeQL using the latest version (if required)
521
+
- [ ] Confirm the code has been correctly reformatted according to the new CodeQL CLI.
530
522
- [ ] Identify any CodeQL compiler warnings and errors, and update queries as required.
531
523
- [ ] Validate that the `github/codeql` test cases succeed.
532
524
- [ ] Address any CodeQL test failures in the `github/codeql-coding-standards` repository.
533
-
- [ ] Validate performance vs pre-upgrade
525
+
- [ ] Validate performance vs pre-upgrade, using /test-performance
534
526
```
535
527
536
528
6. Follow the dependency upgrade checklist, confirming each step. The `.github/workflows/standard_library_upgrade_tests.yml` will trigger automation for running the `github/codeql` unit tests with the appropriate CLI version.
0 commit comments