From b779cfce3f9aff1d91dd849e943ca072a32899ef Mon Sep 17 00:00:00 2001 From: github-workflows bot Date: Sun, 20 Sep 2026 18:28:00 +0000 Subject: [PATCH] ci: sync LibreCode workflow templates Signed-off-by: GitHub --- .github/librecode-workflows.lock | 2 +- .github/workflows/reuse.yml | 27 +++++++-------------------- 2 files changed, 8 insertions(+), 21 deletions(-) diff --git a/.github/librecode-workflows.lock b/.github/librecode-workflows.lock index 872366b..bf25a20 100644 --- a/.github/librecode-workflows.lock +++ b/.github/librecode-workflows.lock @@ -10,4 +10,4 @@ c0ee0d2b3c434ca23fd9a193e2b299069bb5e6e515206777cc1a48a738acd1d6 lint-info-xml.y 6345f300e88d31191c57d883288758e507bcc7e62f8122f19ff709134e2dbf7f npm-build.yml 0482325e4d13ef40e01fe6f332763450a753d0c6780b703e7404f7c9472634ec openapi.yml 62f9112cda90b3ebe60b4d943cbd9b32aec668394086567e5dfa2d5e0a3d3918 psalm.yml -54c9ba08a6b0e4b41dd9772f99dc8a1a8d512c0ec02d19da77a1b5dc06eb818a reuse.yml +34cc4263bdaeb34b0e0e0c9878314e745cda91da5f13a6c38f9d21cf14230d8e reuse.yml diff --git a/.github/workflows/reuse.yml b/.github/workflows/reuse.yml index e652788..2f96be6 100644 --- a/.github/workflows/reuse.yml +++ b/.github/workflows/reuse.yml @@ -1,29 +1,16 @@ -# This workflow is maintained by LibreCodeCoop/github-workflows and published -# through the LibreCodeCoop organization workflow catalog. -# Managed by LibreCode workflow synchronization; local edits are treated as divergence. -# -# https://github.com/LibreCodeCoop/github-workflows -# https://docs.github.com/en/actions/learn-github-actions/sharing-workflows-with-your-organization +# SPDX-FileCopyrightText: 2026 LibreCode coop and contributors +# SPDX-License-Identifier: AGPL-3.0-or-later -# SPDX-FileCopyrightText: 2022 Free Software Foundation Europe e.V. -# -# SPDX-License-Identifier: CC0-1.0 +# This workflow is published through the LibreCode organization catalog. +# Implementation: LibreCodeCoop/github-workflows name: REUSE Compliance Check -on: [pull_request] +on: pull_request permissions: contents: read jobs: - reuse-compliance-check: - runs-on: ubuntu-latest - steps: - - name: Checkout - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 - with: - persist-credentials: false - - - name: REUSE Compliance Check - uses: fsfe/reuse-action@676e2d560c9a403aa252096d99fcab3e1132b0f5 # v6.0.0 + reuse: + uses: LibreCodeCoop/github-workflows/.github/workflows/reuse.yml@5c8e231dae8e4fa1764fe84b552c48f45b6d39e8