Merge pull request #805 from DependencyTrack/dependabot/github_action… #190
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Build Native Repository Meta Analyzer | |
on: | |
push: | |
branches: | |
- main | |
paths: | |
- ".github/workflows/_build-native-meta.yml" | |
- ".github/workflows/build-native-notification-publisher.yml" | |
- "commons/**" | |
- "repository-meta-analyzer/**" | |
- "pom.xml" | |
workflow_dispatch: { } | |
permissions: { } | |
concurrency: | |
group: ${{ github.workflow }}-${{ github.ref }} | |
cancel-in-progress: true | |
jobs: | |
call-build: | |
uses: ./.github/workflows/_build-native-meta.yml | |
with: | |
module: repository-meta-analyzer | |
permissions: | |
packages: write # Required to push images to ghcr.io |