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:
35
35
jobs :
36
36
scan-scheduled :
37
37
if : ${{ github.event_name == 'push' || github.event_name == 'schedule' }}
38
- uses : " google/osv-scanner-action/.github/workflows/osv-scanner-reusable.yml@6bd271cb6a4c61522812ff2e7f7719cadf74f685 " # v1.8.3
38
+ uses : " google/osv-scanner-action/.github/workflows/osv-scanner-reusable.yml@712a57b5f042cd42c534f88b387f93fcec14394a " # v1.8.4
39
39
with :
40
40
# Example of specifying custom arguments
41
41
scan-args : |-
44
44
./
45
45
scan-pr :
46
46
if : ${{ github.event_name == 'pull_request' || github.event_name == 'merge_group' }}
47
- uses : " google/osv-scanner-action/.github/workflows/osv-scanner-reusable-pr.yml@6bd271cb6a4c61522812ff2e7f7719cadf74f685 " # v1.8.3
47
+ uses : " google/osv-scanner-action/.github/workflows/osv-scanner-reusable-pr.yml@712a57b5f042cd42c534f88b387f93fcec14394a " # v1.8.4
48
48
with :
49
49
# Example of specifying custom arguments
50
50
scan-args : |-
You can’t perform that action at this time.
0 commit comments