Skip to content

Commit b2bd9c7

Browse files
committed
Replace deprecated sonarsource/sonarcloud-github-action
...with SonarQube scan action v5.0.0 which uses actions/cache v4, as the use of prior versions are no longer alowed by GH. Signed-off-by: Tom Pantelis <tompantelis@gmail.com>
1 parent d2559bb commit b2bd9c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
run: make unit
2525

2626
- name: Run SonarScan, upload Go test results and coverage
27-
uses: sonarsource/sonarcloud-github-action@02ef91109b2d589e757aefcfb2854c2783fd7b19
27+
uses: SonarSource/sonarqube-scan-action@0303d6b62e310685c0e34d0b9cde218036885c4d
2828
env:
2929
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3030
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}

0 commit comments

Comments
 (0)