diff --git a/.github/workflows/license-review.yml b/.github/workflows/license-review.yml index be1709ce7..de1c1754e 100644 --- a/.github/workflows/license-review.yml +++ b/.github/workflows/license-review.yml @@ -8,7 +8,7 @@ jobs: call-license-check: permissions: pull-requests: write - uses: eclipse-dash/dash-licenses/.github/workflows/mavenLicenseCheck.yml@cbd9bd5d78742d3c9772ace91b129424b418c342 # 1.1.0 + uses: eclipse-dash/dash-licenses/.github/workflows/mavenLicenseCheck.yml@646710d2aab93c88e20121597596740fc1a5eb20 # 1.1.0 with: projectId: tools.windowbuilder secrets: diff --git a/.github/workflows/maven.yaml b/.github/workflows/maven.yaml index 960d530e8..d6e07a8fe 100644 --- a/.github/workflows/maven.yaml +++ b/.github/workflows/maven.yaml @@ -20,7 +20,7 @@ on: jobs: check-dash-licenses: if: github.event_name != 'pull_request' || contains(github.event.pull_request.labels.*.name, 'dash-license') - uses: eclipse-dash/dash-licenses/.github/workflows/mavenLicenseCheck.yml@cbd9bd5d78742d3c9772ace91b129424b418c342 # 1.1.0 + uses: eclipse-dash/dash-licenses/.github/workflows/mavenLicenseCheck.yml@646710d2aab93c88e20121597596740fc1a5eb20 # 1.1.0 with: projectId: tools.windowbuilder build: