From 92cc0029fed71230a87e9d08560f74c8ad489173 Mon Sep 17 00:00:00 2001 From: Sebastian Schildt Date: Fri, 1 Sep 2023 12:15:27 +0200 Subject: [PATCH] Upgrade spdx workflow version Signed-off-by: Sebastian Schildt --- .github/workflows/check_license.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/check_license.yaml b/.github/workflows/check_license.yaml index 62b40fa2a..3f4ac66d1 100755 --- a/.github/workflows/check_license.yaml +++ b/.github/workflows/check_license.yaml @@ -7,7 +7,7 @@ jobs: check-spdx-headers: runs-on: ubuntu-latest steps: - + - name: Checkout code uses: actions/checkout@v3 with: @@ -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 }}"