Skip to content

Commit 43369ad

Browse files
authored
Merge pull request #39 from MikeMeliz/dependabot/github_actions/dot-github/workflows/SonarSource/sonarqube-scan-action-5.3.1
Bump SonarSource/sonarqube-scan-action from 4 to 5.3.1 in /.github/workflows
2 parents 6372e42 + 2590b69 commit 43369ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@ jobs:
2222
- name: Run tox
2323
run: tox -e py
2424
- name: SonarQube Cloud Scan
25-
uses: SonarSource/sonarqube-scan-action@v4
25+
uses: SonarSource/sonarqube-scan-action@v5.3.1
2626
env:
2727
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}

0 commit comments

Comments
 (0)