Skip to content

Commit 560e8b0

Browse files
chore(deps): update sonarsource/sonarqube-scan-action action to v5
1 parent ded2339 commit 560e8b0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- name: 🧪 Run tests
3535
run: poetry run tox
3636
- name: SonarCloud scan for PR
37-
uses: sonarsource/sonarqube-scan-action@13990a695682794b53148ff9f6a8b6e22e43955e # v3.1.0
37+
uses: sonarsource/sonarqube-scan-action@0303d6b62e310685c0e34d0b9cde218036885c4d # v5.0.0
3838
if: github.event_name == 'pull_request'
3939
env:
4040
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information
@@ -45,7 +45,7 @@ jobs:
4545
-Dsonar.pullrequest.branch=${{ github.head_ref }}
4646
-Dsonar.pullrequest.key=${{ github.event.pull_request.number }}
4747
- name: SonarCloud scan for Push
48-
uses: sonarsource/sonarqube-scan-action@13990a695682794b53148ff9f6a8b6e22e43955e # v3.1.0
48+
uses: sonarsource/sonarqube-scan-action@0303d6b62e310685c0e34d0b9cde218036885c4d # v5.0.0
4949
if: github.event_name == 'push'
5050
env:
5151
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information

0 commit comments

Comments
 (0)