File tree 11 files changed +11
-11
lines changed
11 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 24
24
no-fail : true
25
25
26
26
- name : SonarQube Cloud Scan
27
- uses : SonarSource/sonarqube-scan-action@v5.0 .0
27
+ uses : SonarSource/sonarqube-scan-action@v5.1 .0
28
28
env :
29
29
SONAR_TOKEN : ${{ secrets.SONAR_TOKEN }}
30
30
Original file line number Diff line number Diff line change 66
66
sed -i 's@${{ gitea.workspace }}@/github/workspace@g' coverage.xml
67
67
68
68
- name : SonarQube Cloud Scan
69
- uses : SonarSource/sonarqube-scan-action@v5.0 .0
69
+ uses : SonarSource/sonarqube-scan-action@v5.1 .0
70
70
env :
71
71
SONAR_TOKEN : ${{ secrets.SONAR_TOKEN }}
72
72
Original file line number Diff line number Diff line change 57
57
sed -i 's@${{ github.workspace }}@/github/workspace@g' coverage.xml
58
58
59
59
- name : SonarQube Cloud Scan
60
- uses : SonarSource/sonarqube-scan-action@v5.0 .0
60
+ uses : SonarSource/sonarqube-scan-action@v5.1 .0
61
61
env :
62
62
SONAR_TOKEN : ${{ secrets.SONAR_TOKEN }}
63
63
Original file line number Diff line number Diff line change 63
63
run : uv cache prune --ci
64
64
65
65
- name : SonarQube Scan
66
- uses : SonarSource/sonarqube-scan-action@v5.0 .0
66
+ uses : SonarSource/sonarqube-scan-action@v5.1 .0
67
67
env :
68
68
SONAR_HOST_URL : ${{ secrets.SONAR_HOST_URL }}
69
69
SONAR_TOKEN : ${{ secrets.SONAR_TOKEN }}
Original file line number Diff line number Diff line change 58
58
sed -i 's@${{ github.workspace }}@/github/workspace@g' coverage.xml
59
59
60
60
- name : SonarQube Cloud Scan
61
- uses : SonarSource/sonarqube-scan-action@v5.0 .0
61
+ uses : SonarSource/sonarqube-scan-action@v5.1 .0
62
62
env :
63
63
SONAR_TOKEN : ${{ secrets.SONAR_TOKEN }}
64
64
Original file line number Diff line number Diff line change 51
51
sed -i 's@${{ github.workspace }}@/github/workspace@g' coverage.xml
52
52
53
53
- name : SonarQube Cloud Scan
54
- uses : SonarSource/sonarqube-scan-action@v5.0 .0
54
+ uses : SonarSource/sonarqube-scan-action@v5.1 .0
55
55
env :
56
56
SONAR_TOKEN : ${{ secrets.SONAR_TOKEN }}
57
57
Original file line number Diff line number Diff line change 22
22
format : sonarqube
23
23
no-fail : true
24
24
- name : SonarQube Cloud Scan
25
- uses : SonarSource/sonarqube-scan-action@v5.0 .0
25
+ uses : SonarSource/sonarqube-scan-action@v5.1 .0
26
26
env :
27
27
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
28
28
SONAR_TOKEN : ${{ secrets.SONAR_TOKEN }}
Original file line number Diff line number Diff line change 49
49
poetry run coverage xml
50
50
sed -i 's@${{ github.workspace }}@/github/workspace@g' coverage.xml
51
51
- name : SonarQube Cloud Scan
52
- uses : SonarSource/sonarqube-scan-action@v5.0 .0
52
+ uses : SonarSource/sonarqube-scan-action@v5.1 .0
53
53
env :
54
54
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
55
55
SONAR_TOKEN : ${{ secrets.SONAR_TOKEN }}
Original file line number Diff line number Diff line change 41
41
poetry run coverage xml
42
42
sed -i 's@${{ github.workspace }}@/github/workspace@g' coverage.xml
43
43
- name : SonarQube Cloud Scan
44
- uses : SonarSource/sonarqube-scan-action@v5.0 .0
44
+ uses : SonarSource/sonarqube-scan-action@v5.1 .0
45
45
env :
46
46
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
47
47
SONAR_TOKEN : ${{ secrets.SONAR_TOKEN }}
Original file line number Diff line number Diff line change 50
50
coverage xml
51
51
sed -i 's@${{ github.workspace }}@/github/workspace@g' coverage.xml
52
52
- name : SonarQube Cloud Scan
53
- uses : SonarSource/sonarqube-scan-action@v5.0 .0
53
+ uses : SonarSource/sonarqube-scan-action@v5.1 .0
54
54
env :
55
55
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
56
56
SONAR_TOKEN : ${{ secrets.SONAR_TOKEN }}
Original file line number Diff line number Diff line change 44
44
coverage xml
45
45
sed -i 's@${{ github.workspace }}@/github/workspace@g' coverage.xml
46
46
- name : SonarQube Cloud Scan
47
- uses : SonarSource/sonarqube-scan-action@v5.0 .0
47
+ uses : SonarSource/sonarqube-scan-action@v5.1 .0
48
48
env :
49
49
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
50
50
SONAR_TOKEN : ${{ secrets.SONAR_TOKEN }}
You can’t perform that action at this time.
0 commit comments