File tree Expand file tree Collapse file tree 1 file changed +10
-5
lines changed Expand file tree Collapse file tree 1 file changed +10
-5
lines changed Original file line number Diff line number Diff line change 11# This workflow is provided via the organization template repository
22#
3- # https://github.com/nextcloud/.github
3+ # https://github.com/nextcloud-libraries /.github
44# https://docs.github.com/en/actions/learn-github-actions/sharing-workflows-with-your-organization
55
66# SPDX-FileCopyrightText: 2022 Free Software Foundation Europe e.V. <https://fsfe.org>
@@ -11,12 +11,17 @@ name: REUSE Compliance Check
1111
1212on : [pull_request]
1313
14+ permissions :
15+ contents : read
16+
1417jobs :
1518 reuse-compliance-check :
1619 runs-on : ubuntu-latest
1720 steps :
18- - name : Checkout
19- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
21+ - name : Checkout
22+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
23+ with :
24+ persist-credentials : false
2025
21- - name : REUSE Compliance Check
22- uses : fsfe/reuse-action@3ae3c6bdf1257ab19397fab11fd3312144692083 # v4 .0.0
26+ - name : REUSE Compliance Check
27+ uses : fsfe/reuse-action@bb774aa972c2a89ff34781233d275075cbddf542 # v5 .0.0
You can’t perform that action at this time.
0 commit comments