Skip to content

Commit c0b22b8

Browse files
committed
Replace filename in CONTRIBUTING.md
1 parent d09af9d commit c0b22b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ We typically deprecate a version of CodeQL when the GitHub Enterprise Server (GH
9292
1. Remove support for the old version of CodeQL.
9393
- Bump `CODEQL_MINIMUM_VERSION` in `src/codeql.ts` to the new minimum version of CodeQL.
9494
- 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`.
9696
- Remove the old minimum version of CodeQL.
9797
- Add the latest patch release for any new CodeQL minor version series that have shipped in GHES.
9898
- Run the script to update the generated PR checks.

0 commit comments

Comments
 (0)