Skip to content

Commit 3fd7baf

Browse files
authored
Add as output
scan-required: ${{ steps.changes.outputs.scan-required }}
1 parent c57cb75 commit 3fd7baf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/codeql-monorepo.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ jobs:
3232
contents: read
3333
outputs:
3434
projects: ${{ steps.changes.outputs.projects }}
35+
scan-required: ${{ steps.changes.outputs.scan-required }}
3536
steps:
3637
# # Only checkout the latest commit and just the packages folder
3738
# - name: Checkout repository

0 commit comments

Comments
 (0)