Skip to content

Commit 0a2be55

Browse files
author
Alvaro Muñoz
committed
2 parents 8906bd9 + cbfd53a commit 0a2be55

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

.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"),

action.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,8 @@ runs:
2626
env:
2727
GITHUB_TOKEN: ${{ inputs.token }}
2828
GH_TOKEN: ${{ inputs.token }}
29+
INPUT_SOURCE-ROOT: ${{ inputs.source-root }}
30+
INPUT_SARIF-OUTPUT: ${{ inputs.sarif-output }}
31+
INPUT_SUITE: ${{ inputs.suite }}
2932
run: |
3033
node ${{ github.action_path }}/.github/action/dist/index.js

0 commit comments

Comments
 (0)