Skip to content

4.x: upgrade owasp dependency check plugin to 10.0.2 (#8950) #3

4.x: upgrade owasp dependency check plugin to 10.0.2 (#8950)

4.x: upgrade owasp dependency check plugin to 10.0.2 (#8950) #3

Workflow file for this run

#
# Workflow that runs on any push to main.
name: "Post PR Merge"
on:
push:
branches:
- 'main'
- 'helidon-*.x'
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: false
jobs:
validate:
uses: ./.github/workflows/validate.yml
snapshot:
needs: validate
uses: ./.github/workflows/snapshotrelease.yaml
secrets: inherit