Skip to content

Commit b8e23e7

Browse files
committed
Bump to v5
Signed-off-by: Carmen Bianca BAKKER <[email protected]>
1 parent 37c9187 commit b8e23e7

File tree

3 files changed

+12
-4
lines changed

3 files changed

+12
-4
lines changed

.github/workflows/selftest.yml

+8
Original file line numberDiff line numberDiff line change
@@ -62,3 +62,11 @@ jobs:
6262
uses: fsfe/reuse-action@v4
6363
with:
6464
args: lint --json
65+
test-v5:
66+
runs-on: ubuntu-latest
67+
steps:
68+
- uses: actions/checkout@v4
69+
- name: REUSE Compliance Check
70+
uses: fsfe/reuse-action@v5
71+
with:
72+
args: lint --json

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#
33
# SPDX-License-Identifier: GPL-3.0-or-later
44

5-
FROM fsfe/reuse:4
5+
FROM fsfe/reuse:5
66

77
# Copy reuse wrapper used as entrypoint
88
COPY reuse-action-wrapper.sh /bin/reuse-action-wrapper

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
uses: actions/checkout@v4
4444

4545
- name: REUSE Compliance Check
46-
uses: fsfe/reuse-action@v4
46+
uses: fsfe/reuse-action@v5
4747
```
4848
4949
If you would like to run other subcommands, you could use the following snippet which outputs a the SPDX bill of materials:
@@ -52,7 +52,7 @@ If you would like to run other subcommands, you could use the following snippet
5252
- name: Checkout
5353
uses: actions/checkout@v4
5454
- name: REUSE SPDX SBOM
55-
uses: fsfe/reuse-action@v4
55+
uses: fsfe/reuse-action@v5
5656
with:
5757
args: spdx
5858
```
@@ -63,7 +63,7 @@ In the same fashion, it is possible to add optional arguments like `--include-su
6363
- name: Checkout
6464
uses: actions/checkout@v4
6565
- name: REUSE Compliance Check
66-
uses: fsfe/reuse-action@v4
66+
uses: fsfe/reuse-action@v5
6767
with:
6868
args: --include-submodules lint
6969
```

0 commit comments

Comments
 (0)