Skip to content

Commit 757f85c

Browse files
authored
Merge pull request #135 from Staffbase/dependabot/github_actions/github-actions-26b8741d03
Bump SonarSource/sonarqube-scan-action from 5.1.0 to 5.2.0 in the github-actions group
2 parents c15758e + c904fab commit 757f85c

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.1.0
43+
uses: SonarSource/sonarqube-scan-action@v5.2.0
4444
env:
4545
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4646
SONAR_TOKEN: ${{ secrets.SONARCLOUD_TOKEN }}

0 commit comments

Comments
 (0)