Skip to content

Bump asm-version from 9.5 to 9.6 #8747

Bump asm-version from 9.5 to 9.6

Bump asm-version from 9.5 to 9.6 #8747

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'
- 'tycho-*'
pull_request:
branches:
- 'master'
- 'tycho-*'
issue_comment:
types: [created]
jobs:
call-license-check:
uses: eclipse/dash-licenses/.github/workflows/mavenLicenseCheck.yml@master
with:
projectId: technology.tycho
secrets:
gitlabAPIToken: ${{ secrets.TYCHO_GITLAB_API_TOKEN }}