Skip to content

Commit

Permalink
ci(GitHub): Enforce version 1.1.2 of the reuse tool
Browse files Browse the repository at this point in the history
The recently published version 2.0.0 of the reuse tool [1] reports
several issues which require updating the configuration. As it is not
clear yet how much effort this requires, fix the version to the previous
release 1.1.2. Note that other projects are having issues with the new
release as well [2], so it might make sense to wait a bit before upgrading.

[1]: https://github.com/fsfe/reuse-tool/releases/tag/v2.0.0
[2]: fsfe/reuse-tool#773

Signed-off-by: Martin Nonnenmacher <martin.nonnenmacher@bosch.io>
  • Loading branch information
mnonnenmacher committed Jun 21, 2023
1 parent 5bb199c commit d938e8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/static-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,5 +94,5 @@ jobs:
cache: pip
- name: Check REUSE Compliance
run: |
pip install --user reuse
pip install --user reuse==1.1.2
~/.local/bin/reuse lint

0 comments on commit d938e8e

Please sign in to comment.