Skip to content

Commit 767396c

Browse files
ci: Update reuse check
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
1 parent 6897fd7 commit 767396c

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/reuse.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,14 @@
99

1010
name: REUSE Compliance Check
1111

12-
on: pull_request
12+
on: [pull_request]
1313

1414
jobs:
1515
reuse-compliance-check:
1616
runs-on: ubuntu-latest
1717
steps:
18-
- uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
18+
- name: Checkout
19+
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
20+
1921
- name: REUSE Compliance Check
20-
uses: fsfe/reuse-action@a46482ca367aef4454a87620aa37c2be4b2f8106 # v3.0.0
22+
uses: fsfe/reuse-action@3ae3c6bdf1257ab19397fab11fd3312144692083 # v4.0.0

0 commit comments

Comments
 (0)