Skip to content

Commit

Permalink
Fix coverage upload failure in Sonar CI (apache#2060)
Browse files Browse the repository at this point in the history
  • Loading branch information
PragmaTwice committed Jan 27, 2024
1 parent 3b554e2 commit 39ad9b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sonar.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- uses: actions/checkout@v3
with:
repository: ${{ github.event.workflow_run.head_repository.full_name }}
ref: ${{ github.event.workflow_run.head_branch }}
ref: ${{ github.event.workflow_run.head_sha }}
fetch-depth: 0
- name: Install sonar-scanner and build-wrapper
uses: SonarSource/sonarcloud-github-c-cpp@v2
Expand Down

0 comments on commit 39ad9b1

Please sign in to comment.