Skip to content

Mark PHP 8.3 as latest (already released) #30

Mark PHP 8.3 as latest (already released)

Mark PHP 8.3 as latest (already released) #30

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'
pull_request:
branches:
- 'master'
issue_comment:
types: [created]
jobs:
call-mvn-license-check:

Check failure on line 16 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: 16, 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: tools.pdt
secrets:
gitlabAPIToken: ${{ secrets.GITLAB_API_TOKEN }}