Commit 560e8b0 1 parent ded2339 commit 560e8b0 Copy full SHA for 560e8b0
File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 34
34
- name : 🧪 Run tests
35
35
run : poetry run tox
36
36
- 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
38
38
if : github.event_name == 'pull_request'
39
39
env :
40
40
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information
45
45
-Dsonar.pullrequest.branch=${{ github.head_ref }}
46
46
-Dsonar.pullrequest.key=${{ github.event.pull_request.number }}
47
47
- 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
49
49
if : github.event_name == 'push'
50
50
env :
51
51
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information
You can’t perform that action at this time.
0 commit comments