Skip to content

Commit bb774aa

Browse files
authored
Merge pull request #35 from carmenbianca/bump-v5
Bump to v5
2 parents 37c9187 + b8e23e7 commit bb774aa

File tree

3 files changed

+12
-4
lines changed

3 files changed

+12
-4
lines changed

.github/workflows/selftest.yml

Lines changed: 8 additions & 0 deletions
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 3 additions & 3 deletions
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)