disabling shallow clone
This commit is contained in:
@@ -10,6 +10,9 @@ runs:
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
# Disabling shallow clone is recommended for improving relevancy of reporting
|
||||
fetch-depth: 0
|
||||
- run: mvn clean install
|
||||
- run: mvn org.sonarsource.scanner.maven:sonar-maven-plugin:sonar -Dsonar.host.url=${{ inputs.sonar_host_url }} -Dsonar.token=${{ inputs.sonar_token }}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user