File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed
Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -15,10 +15,11 @@ name: OSV-Scanner
1515on :
1616 pull_request :
1717 branches : [ "main" ]
18- schedule :
19- - cron : ' 0 0 * * 0'
2018 push :
2119 branches : [ "main" ]
20+ schedule :
21+ - cron : ' 0 0 * * 0'
22+ workflow_dispatch :
2223
2324permissions :
2425 # Require writing security events to upload SARIF file to security tab
@@ -29,7 +30,7 @@ permissions:
2930jobs :
3031 scan-scheduled :
3132 if : ${{ github.event_name == 'push' || github.event_name == 'schedule' }}
32- uses : " google/osv-scanner-action/.github/workflows/osv-scanner-reusable.yml@1f1242919d8a60496dd1874b24b62b2370ed4c78 " # v1.7.1
33+ uses : " google/osv-scanner-action/.github/workflows/osv-scanner-reusable.yml@75532bf0bf75464b047d80414dbce04449498365 " # v1.7.3
3334 with :
3435 # Example of specifying custom arguments
3536 scan-args : |-
3839 ./
3940 scan-pr :
4041 if : ${{ github.event_name == 'pull_request' || github.event_name == 'merge_group' }}
41- uses : " google/osv-scanner-action/.github/workflows/osv-scanner-reusable-pr.yml@1f1242919d8a60496dd1874b24b62b2370ed4c78 " # v1.7.1
42+ uses : " google/osv-scanner-action/.github/workflows/osv-scanner-reusable-pr.yml@75532bf0bf75464b047d80414dbce04449498365 " # v1.7.3
4243 with :
4344 # Example of specifying custom arguments
4445 scan-args : |-
Original file line number Diff line number Diff line change @@ -3,6 +3,8 @@ name: Update PRs
33
44on :
55 push :
6+ schedule :
7+ - cron : ' 0 0 * * 0'
68 workflow_dispatch :
79
810permissions :
You can’t perform that action at this time.
0 commit comments