Skip to content

Commit c9a6d19

Browse files
authored
use security extended for all services
1 parent f716158 commit c9a6d19

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/codeql-monorepo-full.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ jobs:
3535
uses: advanced-security/monorepo-code-scanning-action/whole-repo@main
3636
with:
3737
projects-json: monorepo-projects.json
38+
queries: security-extended
3839

3940
scan:
4041
runs-on: ubuntu-latest

.github/workflows/codeql-monorepo.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ jobs:
7373
uses: advanced-security/monorepo-code-scanning-action/changes@main
7474
with:
7575
projects-json: monorepo-projects.json
76+
queries: security-extended
7677

7778
scan:
7879
if: needs.changes.outputs.scan-required == 'true'

0 commit comments

Comments
 (0)