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 @@ -35,7 +35,7 @@ permissions:
3535jobs :
3636 scan-scheduled :
3737 if : ${{ github.event_name == 'push' || github.event_name == 'schedule' }}
38- uses : " google/osv-scanner-action/.github/workflows/osv-scanner-reusable.yml@35ad5af695460e8fc22ee9777485303c8d0a88cf " # v2.3.0
38+ uses : " google/osv-scanner-action/.github/workflows/osv-scanner-reusable.yml@ccb575fd49a679661853f52831627d4578f6816d " # v2.3.1
3939 with :
4040 # Example of specifying custom arguments
4141 scan-args : |-
4444 ./
4545 scan-pr :
4646 if : ${{ github.event_name == 'pull_request' || github.event_name == 'merge_group' }}
47- uses : " google/osv-scanner-action/.github/workflows/osv-scanner-reusable-pr.yml@35ad5af695460e8fc22ee9777485303c8d0a88cf " # v2.3.0
47+ uses : " google/osv-scanner-action/.github/workflows/osv-scanner-reusable-pr.yml@ccb575fd49a679661853f52831627d4578f6816d " # v2.3.1
4848 with :
4949 # Example of specifying custom arguments
5050 scan-args : |-
You can’t perform that action at this time.
0 commit comments