Test JDK version as part of PR builder [DI-317] #2435
Workflow file for this run
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: Vulnerability Scan | |
on: | |
push: | |
branches: | |
- master | |
pull_request: | |
types: [ opened, synchronize, edited ] | |
jobs: | |
trigger-vulnerability-scan-master: | |
uses: ./.github/workflows/vulnerability_scan_subworkflow.yml | |
with: | |
ref: ${{ github.ref }} | |
secrets: inherit | |