Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Alvaro Muñoz committed Mar 18, 2024
2 parents 8906bd9 + cbfd53a commit 0a2be55
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/action/src/codeql.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export async function newCodeQL(): Promise<CodeQLConfig> {
return {
language: "yaml",
path: await findCodeQL(),
pack: "githubsecuritylab/actions-queries",
pack: "githubsecuritylab/actions-all",
suite: `codeql-suites/${core.getInput("suite") || "actions-code-scanning"}.qls`,
source_root: core.getInput("source-root"),
output: core.getInput("sarif"),
Expand Down
3 changes: 3 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
INPUT_SUITE: ${{ inputs.suite }}
run: |
node ${{ github.action_path }}/.github/action/dist/index.js

0 comments on commit 0a2be55

Please sign in to comment.