Skip to content

Commit 079d43e

Browse files
Merge pull request #681 from nextcloud/dependabot/github_actions/fsfe/reuse-action-6.0.0
chore(deps): Bump fsfe/reuse-action from 5.0.0 to 6.0.0
2 parents c15bd3b + 794a24f commit 079d43e

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/reuse.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ jobs:
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

build-js/WebpackSPDXPlugin.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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',

0 commit comments

Comments
 (0)