Update all workflows with latest actions and build using Java 21 #117
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: Vulnerable Functionality Maven | |
on: [push] | |
jobs: | |
vulnfunc: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- uses: ./java/maven | |
with: | |
root-pom-directory: 'java/common' |