From 628b7d597558aa30a9d951e1727c9dae6e4553bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=90=D0=BB=D0=B5=D0=BA=D1=81=D0=B0=D0=BD=D0=B4=D1=8A?= =?UTF-8?q?=D1=80=20=D0=9A=D1=83=D1=80=D1=82=D0=B0=D0=BA=D0=BE=D0=B2?= Date: Thu, 11 Jul 2024 20:32:39 +0300 Subject: [PATCH] Fix path to eclipse-dash project gh workflow It fails after dash-licenses moved from eclipse to its own gh org. --- .github/workflows/licensecheck.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/licensecheck.yml b/.github/workflows/licensecheck.yml index beed4bba27..9904a520ca 100644 --- a/.github/workflows/licensecheck.yml +++ b/.github/workflows/licensecheck.yml @@ -16,11 +16,11 @@ on: jobs: call-license-check: - uses: eclipse/dash-licenses/.github/workflows/mavenLicenseCheck.yml@master + uses: eclipse-dash/dash-licenses/.github/workflows/mavenLicenseCheck.yml@master with: projectId: tools.linuxtools javaVersion: 21 secrets: gitlabAPIToken: ${{ secrets.GITLAB_API_TOKEN }} permissions: - pull-requests: write \ No newline at end of file + pull-requests: write