Skip to content

Commit

Permalink
[#186967106] Fix code analysis action attempt #2
Browse files Browse the repository at this point in the history
  • Loading branch information
jstromsky committed Feb 12, 2024
1 parent 3732a94 commit 0d69498
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-test-analyse.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,11 @@ jobs:
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@11f31261946b07ab0857673bef34bc588579a3aa
uses: DNAstack/dnastack-development-tools/.github/workflows/code-analysis-and-dependency-check.yml@a2802db633a4b5a7ae6ab2a4c9188dfbacda5365
with:
with-frontend: false
java-version: 21
code-coverage-enabled: true
secrets:
pat-with-read-packages-permission: ${{ secrets.AUTH_TOKEN }}
sonar-token: ${{ secrets.SONAR_TOKEN }}
Expand Down

0 comments on commit 0d69498

Please sign in to comment.