From 63cabcee21db9cee9aa02981cb3e29f9f6edc16d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 5 Dec 2024 11:22:17 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20fsfe/reuse-action?= =?UTF-8?q?=20action=20to=20v5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/renovate.json | 2 +- .github/workflows/reuse.yml | 16 +++++++++------- .reuse/dep5 | 11 ----------- REUSE.toml | 15 +++++++++++++++ 4 files changed, 25 insertions(+), 19 deletions(-) delete mode 100644 .reuse/dep5 create mode 100644 REUSE.toml diff --git a/.github/renovate.json b/.github/renovate.json index 4f5f4e4..f0c612b 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -6,7 +6,7 @@ "timezone": "Europe/Berlin", "rebaseWhen": "conflicted", "rangeStrategy": "bump", - "commitMessagePrefix": "⬆️", + "commitMessagePrefix": "⬆️ ", "platformCommit": "enabled", "ignoreDeps": [ "node", diff --git a/.github/workflows/reuse.yml b/.github/workflows/reuse.yml index 90b86e2..6f9601f 100644 --- a/.github/workflows/reuse.yml +++ b/.github/workflows/reuse.yml @@ -1,15 +1,17 @@ -# SPDX-FileCopyrightText: 2023 Free Software Foundation Europe e.V. +# SPDX-FileCopyrightText: 2022 Free Software Foundation Europe e.V. # # SPDX-License-Identifier: CC0-1.0 name: REUSE Compliance Check -on: [push, pull_request] +on: [pull_request] jobs: - test: + reuse-compliance-check: runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v3 - - name: REUSE Compliance Check - uses: fsfe/reuse-action@v1 \ No newline at end of file + steps: + - name: Checkout + uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1 + + - name: REUSE Compliance Check + uses: fsfe/reuse-action@3ae3c6bdf1257ab19397fab11fd3312144692083 # v4.0.0 diff --git a/.reuse/dep5 b/.reuse/dep5 deleted file mode 100644 index 5537fa2..0000000 --- a/.reuse/dep5 +++ /dev/null @@ -1,11 +0,0 @@ -Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ -Upstream-Name: webpack-plugin-corejs -Upstream-Contact: Ferdinand Thiessen - -Files: package-lock.json package.json -Copyright: Ferdinand Thiessen -License: EUPL-1.2 - -Files: tsconfig.json .github/renovate.json -Copyright: Ferdinand Thiessen -License: CC0-1.0 diff --git a/REUSE.toml b/REUSE.toml new file mode 100644 index 0000000..fb78740 --- /dev/null +++ b/REUSE.toml @@ -0,0 +1,15 @@ +version = 1 +SPDX-PackageName = "webpack-plugin-corejs" +SPDX-PackageSupplier = "Ferdinand Thiessen " + +[[annotations]] +path = ["package-lock.json", "package.json"] +precedence = "aggregate" +SPDX-FileCopyrightText = "Ferdinand Thiessen " +SPDX-License-Identifier = "EUPL-1.2" + +[[annotations]] +path = ["tsconfig.json", ".github/renovate.json"] +precedence = "aggregate" +SPDX-FileCopyrightText = "Ferdinand Thiessen " +SPDX-License-Identifier = "CC0-1.0"