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 7878
7979 - name : Run OSV scanner on existing code
8080 # yamllint disable rule:line-length
81- uses : google/osv-scanner-action/osv-scanner-action@e92b5d07338d4f0ba0981dffed17c48976ca4730 # v2.2.3
81+ uses : google/osv-scanner-action/osv-scanner-action@9bb69575e74019c2ad085a1860787043adf47ccb # v2.2.4
8282 continue-on-error : true
8383 with :
8484 scan-args : |-
9696
9797 - name : Run OSV scanner on new code
9898 # yamllint disable rule:line-length
99- uses : google/osv-scanner-action/osv-scanner-action@e92b5d07338d4f0ba0981dffed17c48976ca4730 # v2.2.3
99+ uses : google/osv-scanner-action/osv-scanner-action@9bb69575e74019c2ad085a1860787043adf47ccb # v2.2.4
100100 continue-on-error : true
101101 with :
102102 scan-args : |-
@@ -108,7 +108,7 @@ jobs:
108108
109109 - name : Run the OSV scanner reporter for the job summary page
110110 # yamllint disable rule:line-length
111- uses : google/osv-scanner-action/osv-reporter-action@e92b5d07338d4f0ba0981dffed17c48976ca4730 # v2.2.3
111+ uses : google/osv-scanner-action/osv-reporter-action@9bb69575e74019c2ad085a1860787043adf47ccb # v2.2.4
112112 with :
113113 scan-args : |-
114114 --output=markdown:output.md
@@ -121,7 +121,7 @@ jobs:
121121
122122 - name : Run the OSV scanner reporter for the code-scanning dashboard
123123 # yamllint disable rule:line-length
124- uses : google/osv-scanner-action/osv-reporter-action@e92b5d07338d4f0ba0981dffed17c48976ca4730 # v2.2.3
124+ uses : google/osv-scanner-action/osv-reporter-action@9bb69575e74019c2ad085a1860787043adf47ccb # v2.2.4
125125 with :
126126 scan-args : |-
127127 --output=osv-results.sarif
You can’t perform that action at this time.
0 commit comments