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 b380790 commit 88820bdCopy full SHA for 88820bd
.github/workflows/test-and-report.yml
@@ -107,7 +107,7 @@ jobs:
107
token: ${{ secrets.CODECOV_TOKEN }}
108
- name: SonarQube Scan
109
if: ${{ !cancelled() && (env.GITHUB_WORKFLOW_RUNTIME != 'ACT') }}
110
- uses: SonarSource/sonarqube-scan-action@0303d6b62e310685c0e34d0b9cde218036885c4d # v5.0.0
+ uses: SonarSource/sonarqube-scan-action@aa494459d7c39c106cc77b166de8b4250a32bb97 # v5.1.0
111
env:
112
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
113
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
0 commit comments