We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8906bd9 + cbfd53a commit 0a2be55Copy full SHA for 0a2be55
2 files changed
.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"),
action.yml
@@ -26,5 +26,8 @@ runs:
env:
GITHUB_TOKEN: ${{ inputs.token }}
GH_TOKEN: ${{ inputs.token }}
+ INPUT_SOURCE-ROOT: ${{ inputs.source-root }}
+ INPUT_SARIF-OUTPUT: ${{ inputs.sarif-output }}
31
+ INPUT_SUITE: ${{ inputs.suite }}
32
run: |
33
node ${{ github.action_path }}/.github/action/dist/index.js
0 commit comments