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: CONTRIBUTING.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -92,7 +92,7 @@ We typically deprecate a version of CodeQL when the GitHub Enterprise Server (GH
92
92
1. Remove support for the old version of CodeQL.
93
93
- Bump `CODEQL_MINIMUM_VERSION` in `src/codeql.ts` to the new minimum version of CodeQL.
94
94
- Remove any code that is only needed to support the old version of CodeQL. This is often behind a version guard, so look for instances of version numbers between the old minimum version and the new minimum version in the codebase. A good place to start is the list of version numbers in `src/codeql.ts`.
95
-
- Update the default set of CodeQL test versions in `pr-checks/sync.py`.
95
+
- Update the default set of CodeQL test versions in `pr-checks/sync.ts`.
96
96
- Remove the old minimum version of CodeQL.
97
97
- Add the latest patch release for any new CodeQL minor version series that have shipped in GHES.
98
98
- Run the script to update the generated PR checks.
0 commit comments