File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 82
82
83
83
- name : Run OSV scanner on existing code
84
84
# yamllint disable rule:line-length
85
- uses : google/osv-scanner-action/osv-scanner-action@6fc714450122bda9d00e4ad5d639ad6a39eedb1f # v2.0.1
85
+ uses : google/osv-scanner-action/osv-scanner-action@e69cc6c86b31f1e7e23935bbe7031b50e51082de # v2.0.2
86
86
continue-on-error : true
87
87
with :
88
88
scan-args : |-
99
99
100
100
- name : Run OSV scanner on new code
101
101
# yamllint disable rule:line-length
102
- uses : google/osv-scanner-action/osv-scanner-action@6fc714450122bda9d00e4ad5d639ad6a39eedb1f # v2.0.1
102
+ uses : google/osv-scanner-action/osv-scanner-action@e69cc6c86b31f1e7e23935bbe7031b50e51082de # v2.0.2
103
103
continue-on-error : true
104
104
with :
105
105
scan-args : |-
@@ -110,7 +110,7 @@ jobs:
110
110
111
111
- name : Run the OSV scanner reporter
112
112
# yamllint disable rule:line-length
113
- uses : google/osv-scanner-action/osv-reporter-action@6fc714450122bda9d00e4ad5d639ad6a39eedb1f # v2.0.1
113
+ uses : google/osv-scanner-action/osv-reporter-action@e69cc6c86b31f1e7e23935bbe7031b50e51082de # v2.0.2
114
114
with :
115
115
scan-args : |-
116
116
--output=osv-results.sarif
You can’t perform that action at this time.
0 commit comments