Skip to content

Commit 6c47d03

Browse files
committed
chore: Update sonarcube action to v2.0.2
1 parent 2b5505a commit 6c47d03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ jobs:
126126
- run: npm run build
127127
- run: npm test
128128
- name: SonarCloud Scan
129-
uses: sonarsource/sonarcloud-github-action@v2
129+
uses: sonarsource/sonarcloud-github-action@v2.0.2
130130
env:
131131
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
132132
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}

0 commit comments

Comments
 (0)