Skip to content

Commit 971d385

Browse files
authored
Merge pull request #142 from Staffbase/dependabot/github_actions/github-actions-e5da52a6c4
Bump SonarSource/sonarqube-scan-action from 5.2.0 to 5.3.0 in the github-actions group
2 parents cde0ccf + a8f0e33 commit 971d385

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
run: go build -o ./yamllint-action .
4141

4242
- name: SonarCloud Scan
43-
uses: SonarSource/sonarqube-scan-action@v5.2.0
43+
uses: SonarSource/sonarqube-scan-action@v5.3.0
4444
env:
4545
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4646
SONAR_TOKEN: ${{ secrets.SONARCLOUD_TOKEN }}

0 commit comments

Comments
 (0)