We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dccebaf commit 237bdbaCopy full SHA for 237bdba
.github/workflows/maven-build.yml
@@ -46,7 +46,7 @@ jobs:
46
cache: 'maven'
47
48
- name: OWASP Dependency Check
49
- run: mvn -ntp org.owasp:dependency-check-maven:check -DfailBuildOnCVSS=7.0
+ run: mvn -ntp org.owasp:dependency-check-maven:8.4.3:check -DfailBuildOnCVSS=7.0
50
51
- uses: actions/upload-artifact@v4
52
with:
0 commit comments