Skip to content

Commit c7d9083

Browse files
committed
Make ALWAYS_ENABLED_REGISTRY_TYPE read-only
1 parent 2831d9a commit c7d9083

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/start-proxy.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ function isPAT(value: string) {
192192
* enabled, because generic CodeQL workflow components may use them rather than just
193193
* language-specific components.
194194
*/
195-
export const ALWAYS_ENABLED_REGISTRY_TYPE = ["git_source"];
195+
export const ALWAYS_ENABLED_REGISTRY_TYPE = ["git_source"] as const;
196196

197197
type RegistryMapping = Partial<Record<BuiltInLanguage, string[]>>;
198198

0 commit comments

Comments
 (0)