We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9de551a commit a463d13Copy full SHA for a463d13
.github/workflows/sonarcloud.yml
@@ -21,6 +21,7 @@ jobs:
21
- uses: actions/checkout@v3
22
with:
23
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
24
+ ref: ${{ github.event.pull_request.head.sha }}
25
- name: Build Java
26
run: |
27
mvn clean compile -DskipTests -f ./server/api-service/pom.xml
0 commit comments