From a453c772fafb5e76d5177a3608e484dcf8be9ab1 Mon Sep 17 00:00:00 2001 From: Jonah Graham Date: Wed, 15 Jan 2025 21:54:03 -0500 Subject: [PATCH] Shorten the name of the licensing check This helps it fit in the UI space GitHub gives it Part of #1002 --- .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 8132f788c2f..d187a7cb7af 100644 --- a/.github/workflows/licensecheck.yml +++ b/.github/workflows/licensecheck.yml @@ -1,6 +1,6 @@ # This workflow will check for Maven projects if the licenses of all (transitive) dependencies are vetted. -name: License vetting status check +name: License check on: push: @@ -13,7 +13,7 @@ on: types: [created] jobs: - call-license-check: + call: uses: eclipse-dash/dash-licenses/.github/workflows/mavenLicenseCheck.yml@master with: projectId: tools.cdt