Skip to content

Commit

Permalink
Fix spdx workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Timm Ruppert <timm.ruppert@persival.de>
  • Loading branch information
TimmRuppert committed Dec 18, 2024
1 parent 020001f commit dad99e2
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions .github/workflows/spdx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,13 @@ jobs:
check-spdx-headers:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v3
- uses: enarx/spdx@master
with:
licenses: Apache-2.0 BSD-3-Clause BSD-2-Clause MIT MPL-2.0
- name: checkout
uses: actions/checkout@v3
- uses: enarx/spdx@c3e8116ed31c31b3c2e58a26ba5cac407510ca37
with:
licenses: |-
Apache-2.0
BSD-3-Clause
BSD-2-Clause
MIT
MPL-2.0

0 comments on commit dad99e2

Please sign in to comment.