We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f716158 commit c9a6d19Copy full SHA for c9a6d19
.github/workflows/codeql-monorepo-full.yml
@@ -35,6 +35,7 @@ jobs:
35
uses: advanced-security/monorepo-code-scanning-action/whole-repo@main
36
with:
37
projects-json: monorepo-projects.json
38
+ queries: security-extended
39
40
scan:
41
runs-on: ubuntu-latest
.github/workflows/codeql-monorepo.yml
@@ -73,6 +73,7 @@ jobs:
73
uses: advanced-security/monorepo-code-scanning-action/changes@main
74
75
76
77
78
79
if: needs.changes.outputs.scan-required == 'true'
0 commit comments