File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 3232 # https://github.com/google/osv-scanner-action
3333 scan-scheduled :
3434 if : ${{ github.event_name == 'push' || github.event_name == 'schedule' }}
35- uses : google/osv-scanner-action/.github/workflows/osv-scanner-reusable.yml@v2.2.3
35+ uses : google/osv-scanner-action/.github/workflows/osv-scanner-reusable.yml@v2.3.2
3636 with :
3737 # Example of specifying custom arguments
3838 scan-args : |-
4343 # https://github.com/google/osv-scanner-action
4444 scan-pr :
4545 if : ${{ github.event_name == 'pull_request' || github.event_name == 'merge_group' }}
46- uses : google/osv-scanner-action/.github/workflows/osv-scanner-reusable-pr.yml@v2.2.3
46+ uses : google/osv-scanner-action/.github/workflows/osv-scanner-reusable-pr.yml@v2.3.2
4747 with :
4848 # Example of specifying custom arguments
4949 scan-args : |-
You can’t perform that action at this time.
0 commit comments