Skip to content

Commit

Permalink
Merge pull request #35 from carmenbianca/bump-v5
Browse files Browse the repository at this point in the history
Bump to v5
  • Loading branch information
carmenbianca authored Nov 14, 2024
2 parents 37c9187 + b8e23e7 commit bb774aa
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/selftest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,3 +62,11 @@ jobs:
uses: fsfe/reuse-action@v4
with:
args: lint --json
test-v5:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: REUSE Compliance Check
uses: fsfe/reuse-action@v5
with:
args: lint --json
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#
# SPDX-License-Identifier: GPL-3.0-or-later

FROM fsfe/reuse:4
FROM fsfe/reuse:5

# Copy reuse wrapper used as entrypoint
COPY reuse-action-wrapper.sh /bin/reuse-action-wrapper
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
uses: actions/checkout@v4

- name: REUSE Compliance Check
uses: fsfe/reuse-action@v4
uses: fsfe/reuse-action@v5
```
If you would like to run other subcommands, you could use the following snippet which outputs a the SPDX bill of materials:
Expand All @@ -52,7 +52,7 @@ If you would like to run other subcommands, you could use the following snippet
- name: Checkout
uses: actions/checkout@v4
- name: REUSE SPDX SBOM
uses: fsfe/reuse-action@v4
uses: fsfe/reuse-action@v5
with:
args: spdx
```
Expand All @@ -63,7 +63,7 @@ In the same fashion, it is possible to add optional arguments like `--include-su
- name: Checkout
uses: actions/checkout@v4
- name: REUSE Compliance Check
uses: fsfe/reuse-action@v4
uses: fsfe/reuse-action@v5
with:
args: --include-submodules lint
```
Expand Down

0 comments on commit bb774aa

Please sign in to comment.