diff --git a/.github/action/src/codeql.ts b/.github/action/src/codeql.ts index 56615fa80ce..0fcdd81ee3f 100644 --- a/.github/action/src/codeql.ts +++ b/.github/action/src/codeql.ts @@ -24,7 +24,7 @@ export async function newCodeQL(): Promise { 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"), diff --git a/action.yml b/action.yml index e8f13962e81..9281212ea24 100644 --- a/action.yml +++ b/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 }} + INPUT_SUITE: ${{ inputs.suite }} run: | node ${{ github.action_path }}/.github/action/dist/index.js