Skip to content

Commit 065cdc0

Browse files
committed
Change DEFAULT_CONFIG_FILE_NAME
1 parent f99dd5a commit 065cdc0

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

lib/entry-points.js

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

src/config/remote-file.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ export interface RemoteFileAddress {
1616
}
1717

1818
/** The default file path to use in configuration file shorthands. */
19-
export const DEFAULT_CONFIG_FILE_NAME = ".github/codeql-action.yaml";
19+
export const DEFAULT_CONFIG_FILE_NAME = ".github/codeql-config.yml";
2020

2121
/** The default ref to use in configuration file shorthands. */
2222
export const DEFAULT_CONFIG_FILE_REF = "main";

0 commit comments

Comments
 (0)