Bump reuse-action to v5 so CI understands REUSE.toml
reuse-action@v3 runs reuse 3.x, which predates REUSE.toml and flagged every file the annotations cover - the actual reason the REUSE job never passed. v5 matches the reuse 5.x used to verify locally. Co-Authored-By: Claude Fable 5 <[email protected]> Claude-Session: https://claude.ai/code/session_019FXfh48mASRsE1WEhy9jcM
This commit is contained in:
@@ -16,8 +16,10 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
# v3 ships reuse 3.x, which predates REUSE.toml support and flags
|
||||||
|
# every file the annotations cover; v5 (reuse 5.x) understands it.
|
||||||
- name: REUSE Compliance Check
|
- name: REUSE Compliance Check
|
||||||
uses: fsfe/reuse-action@v3
|
uses: fsfe/reuse-action@v5
|
||||||
|
|
||||||
clang-format:
|
clang-format:
|
||||||
name: clang-format
|
name: clang-format
|
||||||
|
|||||||
Reference in New Issue
Block a user