mirror of
https://github.com/github/codeql.git
synced 2025-12-28 06:36:33 +01:00
Generate yaml file
This commit is contained in:
2
.github/action/dist/index.js
vendored
2
.github/action/dist/index.js
vendored
@@ -28606,7 +28606,7 @@ async function newCodeQL() {
|
||||
return {
|
||||
language: "yaml",
|
||||
path: await findCodeQL(),
|
||||
pack: "githubsecuritylab/actions-all",
|
||||
pack: "githubsecuritylab/actions-queries",
|
||||
suite: `codeql-suites/${core.getInput("suite") || "actions-code-scanning"}.qls`,
|
||||
source_root: core.getInput("source-root"),
|
||||
output: core.getInput("sarif"),
|
||||
|
||||
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-all",
|
||||
pack: "githubsecuritylab/actions-queries",
|
||||
suite: `codeql-suites/${core.getInput("suite") || "actions-code-scanning"}.qls`,
|
||||
source_root: core.getInput("source-root"),
|
||||
output: core.getInput("sarif"),
|
||||
|
||||
Reference in New Issue
Block a user