File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 79
79
80
80
- name : Run OSV scanner on existing code
81
81
# yamllint disable rule:line-length
82
- uses : google/osv-scanner-action/osv-scanner-action@b00f71e051ddddc6e46a193c31c8c0bf283bf9e6 # v2.1.0
82
+ uses : google/osv-scanner-action/osv-scanner-action@e92b5d07338d4f0ba0981dffed17c48976ca4730 # v2.2.3
83
83
continue-on-error : true
84
84
with :
85
85
scan-args : |-
97
97
98
98
- name : Run OSV scanner on new code
99
99
# yamllint disable rule:line-length
100
- uses : google/osv-scanner-action/osv-scanner-action@b00f71e051ddddc6e46a193c31c8c0bf283bf9e6 # v2.1.0
100
+ uses : google/osv-scanner-action/osv-scanner-action@e92b5d07338d4f0ba0981dffed17c48976ca4730 # v2.2.3
101
101
continue-on-error : true
102
102
with :
103
103
scan-args : |-
@@ -109,7 +109,7 @@ jobs:
109
109
110
110
- name : Run the OSV scanner reporter for the job summary page
111
111
# yamllint disable rule:line-length
112
- uses : google/osv-scanner-action/osv-reporter-action@b00f71e051ddddc6e46a193c31c8c0bf283bf9e6 # v2.1.0
112
+ uses : google/osv-scanner-action/osv-reporter-action@e92b5d07338d4f0ba0981dffed17c48976ca4730 # v2.2.3
113
113
with :
114
114
scan-args : |-
115
115
--output=markdown:output.md
@@ -122,7 +122,7 @@ jobs:
122
122
123
123
- name : Run the OSV scanner reporter for the code-scanning dashboard
124
124
# yamllint disable rule:line-length
125
- uses : google/osv-scanner-action/osv-reporter-action@b00f71e051ddddc6e46a193c31c8c0bf283bf9e6 # v2.1.0
125
+ uses : google/osv-scanner-action/osv-reporter-action@e92b5d07338d4f0ba0981dffed17c48976ca4730 # v2.2.3
126
126
with :
127
127
scan-args : |-
128
128
--output=osv-results.sarif
You can’t perform that action at this time.
0 commit comments