Skip to content

Commit a5add8a

Browse files
authored
fix: bumps sonarscan action version (#37)
* bumps sonarscan action version * replaces sonarqube scan action version with SHA
1 parent 10cd7b2 commit a5add8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sonarcloud.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
script: adb start-server && adb wait-for-device && until adb shell getprop sys.boot_completed 2>/dev/null | grep -q '^1$'; do echo "Waiting for boot completion..."; sleep 5; done && adb devices && ./gradlew jacocoAndroidTestReport && (adb emu kill || true) && sleep 5
6969

7070
- name: SonarCloud Scan
71-
uses: SonarSource/sonarqube-scan-action@v5.2.0
71+
uses: SonarSource/sonarqube-scan-action@fd88b7d7ccbaefd23d8f36f73b59db7a3d246602 # v6.0.0
7272
env:
7373
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
7474
with:

0 commit comments

Comments
 (0)