[#186993968] Fix missing junit dependency #66
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: Build, Test & Analyse | ||
on: | ||
push: | ||
branches: [ master, main ] | ||
pull_request: | ||
branches: [ master, main ] | ||
jobs: | ||
build-and-test-java-app: | ||
name: Build & Test Java App | ||
uses: DNAstack/dnastack-development-tools/.github/workflows/build-test-java-app.yml@4e75ec231d7c954329f7e47bacd5b02928c5f28e | ||
with: | ||
java-version: 21 | ||
secrets: | ||
pat-with-read-packages-permission: ${{ secrets.AUTH_TOKEN }} | ||
code-analysis-and-dependency-check: | ||
name: Code Analysis and OWASP Dependency Check | ||
uses: DNAstack/dnastack-development-tools/.github/workflows/code-analysis-and-dependency-check.yml@4e75ec231d7c954329f7e47bacd5b02928c5f28e | ||
Check failure on line 19 in .github/workflows/build-test-analyse.yml GitHub Actions / .github/workflows/build-test-analyse.ymlInvalid workflow file
|
||
with: | ||
with-frontend: false | ||
java-version: 21 | ||
secrets: | ||
pat-with-read-packages-permission: ${{ secrets.AUTH_TOKEN }} | ||
sonar-token: ${{ secrets.SONAR_TOKEN }} | ||
sonar-host-url: ${{ secrets.SONAR_HOST_URL }} | ||
nvd-api-key: ${{ secrets.NVD_API_KEY }} |