Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/sonarqube.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
steps:
# We create the status here and then update it to success/failure in the `report` stage
# This provides an easy link to this workflow_run from the PR before Sonarcloud is done.
- uses: guibranco/github-status-action-v2@119b3320db3f04d89e91df840844b92d57ce3468
- uses: guibranco/github-status-action-v2@8fbc8f868fda9f5e9617d94bcf586374be73d4f1
with:
authToken: ${{ secrets.GITHUB_TOKEN }}
state: pending
Expand Down Expand Up @@ -68,7 +68,7 @@ jobs:
revision: ${{ github.event.workflow_run.head_sha }}
token: ${{ secrets.SONAR_TOKEN }}

- uses: guibranco/github-status-action-v2@119b3320db3f04d89e91df840844b92d57ce3468
- uses: guibranco/github-status-action-v2@8fbc8f868fda9f5e9617d94bcf586374be73d4f1
if: always()
with:
authToken: ${{ secrets.GITHUB_TOKEN }}
Expand Down