Skip to content

Commit

Permalink
Upgrade spdx workflow version
Browse files Browse the repository at this point in the history
Signed-off-by: Sebastian Schildt <[email protected]>
  • Loading branch information
SebastianSchildt authored and erikbosch committed Sep 5, 2023
1 parent b960d77 commit 92cc002
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/check_license.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
check-spdx-headers:
runs-on: ubuntu-latest
steps:

- name: Checkout code
uses: actions/checkout@v3
with:
Expand All @@ -21,8 +21,8 @@ jobs:
- name: Set license
run: |
echo "licenses=Apache-2.0" >> $GITHUB_ENV
- uses: ./.github/actions/spdx
- uses: eclipse-kuksa/kuksa-actions/spdx@2
with:
files: "${{ env.files }}"
licenses: "${{ env.licenses }}"

0 comments on commit 92cc002

Please sign in to comment.