Skip to content

Build input for build I20231123-1700 #23

Build input for build I20231123-1700

Build input for build I20231123-1700 #23

Workflow file for this run

# This workflow will check for Maven projects if the licenses of all (transitive) dependencies are vetted.
name: License vetting status check
on:
push:
branches:
- 'master'
- 'R*_maintenance'
pull_request:
branches:
- 'master'
- 'R*_maintenance'
issue_comment:
types: [created]
jobs:
call-license-check:

Check failure on line 18 in .github/workflows/licensecheck.yml

View workflow run for this annotation

GitHub Actions / License vetting status check

Invalid workflow file

The workflow is not valid. .github/workflows/licensecheck.yml (Line: 18, Col: 3): Error calling workflow 'eclipse/dash-licenses/.github/workflows/mavenLicenseCheck.yml@master'. The nested job 'check-licenses' is requesting 'pull-requests: write', but is only allowed 'pull-requests: none'.
uses: eclipse/dash-licenses/.github/workflows/mavenLicenseCheck.yml@master
with:
projectId: eclipse.platform
submodules: recursive
secrets:
gitlabAPIToken: ${{ secrets.ECLIPSE_GITLAB_API_TOKEN }}