Skip to content

Commit

Permalink
Run licensecheck with Java 21
Browse files Browse the repository at this point in the history
  • Loading branch information
akurtakov committed Mar 11, 2024
1 parent ceb4e3a commit 44b6643
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/licensecheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,9 @@ on:

jobs:
call-license-check:
uses: eclipse/dash-licenses/.github/workflows/mavenLicenseCheck.yml@master
uses: akurtakov/licenses/.github/workflows/mavenLicenseCheck.yml@java_param
with:
projectId: tools.linuxtools
javaVersion: 21
secrets:
gitlabAPIToken: ${{ secrets.LINUXTOOLS_GITLAB_API_TOKEN }}

0 comments on commit 44b6643

Please sign in to comment.