We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bd282b2 + f2808d7 commit 18f8263Copy full SHA for 18f8263
.github/workflows/reuse.yml
@@ -11,12 +11,17 @@ name: REUSE Compliance Check
11
12
on: [pull_request]
13
14
+permissions:
15
+ contents: read
16
+
17
jobs:
18
reuse-compliance-check:
- runs-on: ubuntu-latest
19
+ runs-on: ubuntu-latest-low
20
steps:
21
- name: Checkout
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
22
+ uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
23
+ with:
24
+ persist-credentials: false
25
26
- name: REUSE Compliance Check
- uses: fsfe/reuse-action@3ae3c6bdf1257ab19397fab11fd3312144692083 # v4.0.0
27
+ uses: fsfe/reuse-action@bb774aa972c2a89ff34781233d275075cbddf542 # v5.0.0
0 commit comments