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.
2 parents 89707a0 + 3fd7baf commit 3f14ea0Copy full SHA for 3f14ea0
.github/workflows/codeql-monorepo.yml
@@ -32,6 +32,7 @@ jobs:
32
contents: read
33
outputs:
34
projects: ${{ steps.changes.outputs.projects }}
35
+ scan-required: ${{ steps.changes.outputs.scan-required }}
36
steps:
37
# # Only checkout the latest commit and just the packages folder
38
# - name: Checkout repository
@@ -84,6 +85,7 @@ jobs:
84
85
strategy:
86
matrix:
87
project: ${{ fromJson(needs.changes.outputs.projects).projects }}
88
89
90
- name: Analyze code
91
uses: advanced-security/monorepo-code-scanning-action/scan@main
0 commit comments