mirror of
https://github.com/github/codeql.git
synced 2025-12-28 22:56:32 +01:00
Merge branch 'master' of https://github.com/GitHubSecurityLab/codeql-actions
This commit is contained in:
2
.github/action/src/codeql.ts
vendored
2
.github/action/src/codeql.ts
vendored
@@ -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"),
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user