diff --git a/sonar-analysis/action.yml b/sonar-analysis/action.yml index 37988762..e7553268 100644 --- a/sonar-analysis/action.yml +++ b/sonar-analysis/action.yml @@ -129,7 +129,7 @@ runs: echo "Skipping OWASP for PR analysis" else echo "Executing an OWASP analysis on branch: ${{ inputs.primary_release_branch }}" - mvn -B -s ${{ inputs.mvn_settings_filepath }} org.owasp:dependency-check-maven:9.0.9:aggregate \ + mvn -B -s ${{ inputs.mvn_settings_filepath }} org.owasp:dependency-check-maven:10.0.3:aggregate \ $SONAR_PARAMS fi