From 6ae6aac7ee89182caf973f9a2db53f89532229d1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 02:21:09 +0000 Subject: [PATCH] chore(deps): Bump fsfe/reuse-action from 4.0.0 to 5.0.0 Bumps [fsfe/reuse-action](https://github.com/fsfe/reuse-action) from 4.0.0 to 5.0.0. - [Release notes](https://github.com/fsfe/reuse-action/releases) - [Commits](https://github.com/fsfe/reuse-action/compare/3ae3c6bdf1257ab19397fab11fd3312144692083...bb774aa972c2a89ff34781233d275075cbddf542) --- updated-dependencies: - dependency-name: fsfe/reuse-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Signed-off-by: Jonas --- .github/workflows/reuse.yml | 2 +- REUSE.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/reuse.yml b/.github/workflows/reuse.yml index 8b9b6227e..d877c3fbb 100644 --- a/.github/workflows/reuse.yml +++ b/.github/workflows/reuse.yml @@ -19,4 +19,4 @@ jobs: uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - name: REUSE Compliance Check - uses: fsfe/reuse-action@3ae3c6bdf1257ab19397fab11fd3312144692083 # v4.0.0 + uses: fsfe/reuse-action@bb774aa972c2a89ff34781233d275075cbddf542 # v5.0.0 diff --git a/REUSE.toml b/REUSE.toml index 68e9b9ca8..fa144de2f 100644 --- a/REUSE.toml +++ b/REUSE.toml @@ -6,7 +6,7 @@ SPDX-PackageSupplier = "Nextcloud " SPDX-PackageDownloadLocation = "https://github.com/nextcloud/text" [[annotations]] -path = [".dockerignore", ".editorconfig", ".github/CODEOWNERS", ".github/ISSUE_TEMPLATE/**", ".github/pull_request_template.md", ".gitignore", ".gitmodules", ".l10nignore", ".npmignore", ".php-cs-fixer.dist.php", ".tx/**", "CHANGELOG.md", "composer.json", "composer.lock", "jest.config.json", "jsconfig.json", "package.json", "package-lock.json", "psalm.xml", "renovate.json"] +path = [".dockerignore", ".editorconfig", ".github/CODEOWNERS", ".github/ISSUE_TEMPLATE/**", ".github/pull_request_template.md", ".gitignore", ".gitmodules", ".l10nignore", ".npmignore", ".php-cs-fixer.dist.php", ".tx/**", "CHANGELOG.md", "composer.json", "composer.lock", "jest.config.json", "jsconfig.json", "l10n/.gitkeep", "package.json", "package-lock.json", "psalm.xml", "renovate.json"] precedence = "aggregate" SPDX-FileCopyrightText = "none" SPDX-License-Identifier = "CC0-1.0"