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 @@ -30,7 +30,7 @@ permissions:
30
30
jobs :
31
31
scan-scheduled :
32
32
if : ${{ github.event_name == 'push' || github.event_name == 'schedule' }}
33
- uses : " google/osv-scanner-action/.github/workflows/osv-scanner-reusable.yml@6fc714450122bda9d00e4ad5d639ad6a39eedb1f " # v2.0.1
33
+ uses : " google/osv-scanner-action/.github/workflows/osv-scanner-reusable.yml@e69cc6c86b31f1e7e23935bbe7031b50e51082de " # v2.0.2
34
34
with :
35
35
# Example of specifying custom arguments
36
36
scan-args : |-
39
39
./
40
40
scan-pr :
41
41
if : ${{ github.event_name == 'pull_request' || github.event_name == 'merge_group' }}
42
- uses : " google/osv-scanner-action/.github/workflows/osv-scanner-reusable-pr.yml@6fc714450122bda9d00e4ad5d639ad6a39eedb1f " # v2.0.1
42
+ uses : " google/osv-scanner-action/.github/workflows/osv-scanner-reusable-pr.yml@e69cc6c86b31f1e7e23935bbe7031b50e51082de " # v2.0.2
43
43
with :
44
44
# Example of specifying custom arguments
45
45
scan-args : |-
You can’t perform that action at this time.
0 commit comments