File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change 1919 pull_request :
2020 branches : ["main"]
2121 types :
22- - opened
23- - reopened
24- - synchronize
25- - closed
22+ - opened # scan new PRs
23+ - reopened # scan PRs that are reopened
24+ - synchronize # scan newly pushed commits to PRs
25+ - closed # republish results from merged PRs
2626
2727jobs :
2828 changes :
7575 projects-json : monorepo-projects.json
7676
7777 scan :
78- # if: needs.changes.outputs.scan-required == true
78+ if : needs.changes.outputs.scan-required == ' true'
7979 runs-on : ubuntu-latest
8080 permissions :
8181 contents : read
8585 strategy :
8686 matrix :
8787 project : ${{ fromJson(needs.changes.outputs.projects).projects }}
88- scan-required : ${{ steps.changes.outputs.scan-required }}
8988 steps :
9089 - name : Analyze code
9190 uses : advanced-security/monorepo-code-scanning-action/scan@main
You can’t perform that action at this time.
0 commit comments