Skip to content

Commit 09c2ba4

Browse files
authored
Make action download actions-all
1 parent e0bbb66 commit 09c2ba4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/action/src/codeql.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ export async function newCodeQL(): Promise<CodeQLConfig> {
2424
return {
2525
language: "yaml",
2626
path: await findCodeQL(),
27-
pack: "githubsecuritylab/actions-queries",
27+
pack: "githubsecuritylab/actions-all",
2828
suite: `codeql-suites/${core.getInput("suite") || "actions-code-scanning"}.qls`,
2929
source_root: core.getInput("source-root"),
3030
output: core.getInput("sarif"),

0 commit comments

Comments
 (0)