We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
actions-all
1 parent e0bbb66 commit 09c2ba4Copy full SHA for 09c2ba4
.github/action/src/codeql.ts
@@ -24,7 +24,7 @@ export async function newCodeQL(): Promise<CodeQLConfig> {
24
return {
25
language: "yaml",
26
path: await findCodeQL(),
27
- pack: "githubsecuritylab/actions-queries",
+ pack: "githubsecuritylab/actions-all",
28
suite: `codeql-suites/${core.getInput("suite") || "actions-code-scanning"}.qls`,
29
source_root: core.getInput("source-root"),
30
output: core.getInput("sarif"),
0 commit comments