From 9877c5cb4cdfeeacfe2e5cb46109af8ce5bd0d8e Mon Sep 17 00:00:00 2001 From: Hannes Wellmann Date: Sat, 13 Jul 2024 14:28:20 +0200 Subject: [PATCH] Adapt license-check workflow to move to own eclipse-dash organization See https://github.com/eclipse-dash/dash-licenses/issues/302 --- .github/workflows/mavenLicenseCheck.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/mavenLicenseCheck.yml b/.github/workflows/mavenLicenseCheck.yml index 3ff325e4..82194e44 100644 --- a/.github/workflows/mavenLicenseCheck.yml +++ b/.github/workflows/mavenLicenseCheck.yml @@ -129,7 +129,7 @@ jobs: - name: Check license vetting status (and ask for review if requested) id: check-license-vetting - uses: eclipse/dash-licenses/.github/actions/maven-license-check-action@master + uses: eclipse-dash/dash-licenses/.github/actions/maven-license-check-action@master with: request-review: ${{ env.request-review }} project-id: ${{ inputs.projectId }}