File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2121 persist-credentials : false
2222
2323 - name : REUSE Compliance Check
24- uses : fsfe/reuse-action@bb774aa972c2a89ff34781233d275075cbddf542 # v5 .0.0
24+ uses : fsfe/reuse-action@676e2d560c9a403aa252096d99fcab3e1132b0f5 # v6 .0.0
Original file line number Diff line number Diff line change @@ -197,13 +197,15 @@ class WebpackSPDXPlugin {
197197 authors . add ( pkg . author )
198198 output += `- ${ pkg . name } \n\t- version: ${ pkg . version } \n\t- license: ${ license } \n`
199199 }
200+ // REUSE-IgnoreStart
200201 output = `\n\n${ output } `
201202 for ( const author of [ ...authors ] . sort ( ) ) {
202203 output = `SPDX-FileCopyrightText: ${ author } \n${ output } `
203204 }
204205 for ( const license of [ ...licenses ] . sort ( ) ) {
205206 output = `SPDX-License-Identifier: ${ license } \n${ output } `
206207 }
208+ // REUSE-IgnoreEnd
207209
208210 compilation . emitAsset (
209211 asset . split ( '?' , 2 ) [ 0 ] + '.license' ,
You can’t perform that action at this time.
0 commit comments