Skip to content

Commit 172aa32

Browse files
Renovate [BOT]luketainton
Renovate [BOT]
authored andcommitted
chore(deps): update sonarsource/sonarqube-scan-action action to v5.1.0 (#24)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [SonarSource/sonarqube-scan-action](https://github.com/SonarSource/sonarqube-scan-action) | action | minor | `v5.0.0` -> `v5.1.0` | --- ### Release Notes <details> <summary>SonarSource/sonarqube-scan-action (SonarSource/sonarqube-scan-action)</summary> ### [`v5.1.0`](https://github.com/SonarSource/sonarqube-scan-action/releases/tag/v5.1.0) [Compare Source](SonarSource/sonarqube-scan-action@v5.0.0...v5.1.0) #### What's Changed - Update SonarScanner CLI to 7.1.0.4889 to support sonar.region=us by [@&#8203;github-actions](https://github.com/github-actions) in SonarSource/sonarqube-scan-action#183 **Full Changelog**: SonarSource/sonarqube-scan-action@v5.0.0...v5.1.0 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMTEuNCIsInVwZGF0ZWRJblZlciI6IjM5LjIxMS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJ0eXBlL2RlcGVuZGVuY2llcyJdfQ==--> Reviewed-on: https://git.tainton.uk/actions/gha-workflows/pulls/24 Reviewed-by: Luke Tainton <[email protected]> Co-authored-by: Renovate [BOT] <[email protected]> Co-committed-by: Renovate [BOT] <[email protected]>
1 parent 691d3c5 commit 172aa32

11 files changed

+11
-11
lines changed

.gitea/workflows/ci-docker.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
no-fail: true
2525

2626
- name: SonarQube Cloud Scan
27-
uses: SonarSource/sonarqube-scan-action@v5.0.0
27+
uses: SonarSource/sonarqube-scan-action@v5.1.0
2828
env:
2929
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
3030

.gitea/workflows/ci-python-poetry-with-docker.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
sed -i 's@${{ gitea.workspace }}@/github/workspace@g' coverage.xml
6767
6868
- name: SonarQube Cloud Scan
69-
uses: SonarSource/sonarqube-scan-action@v5.0.0
69+
uses: SonarSource/sonarqube-scan-action@v5.1.0
7070
env:
7171
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
7272

.gitea/workflows/ci-python-poetry.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
sed -i 's@${{ github.workspace }}@/github/workspace@g' coverage.xml
5858
5959
- name: SonarQube Cloud Scan
60-
uses: SonarSource/sonarqube-scan-action@v5.0.0
60+
uses: SonarSource/sonarqube-scan-action@v5.1.0
6161
env:
6262
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
6363

.gitea/workflows/ci-python-uv-with-docker.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
run: uv cache prune --ci
6464

6565
- name: SonarQube Scan
66-
uses: SonarSource/sonarqube-scan-action@v5.0.0
66+
uses: SonarSource/sonarqube-scan-action@v5.1.0
6767
env:
6868
SONAR_HOST_URL: ${{ secrets.SONAR_HOST_URL }}
6969
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}

.gitea/workflows/ci-python-with-docker.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
sed -i 's@${{ github.workspace }}@/github/workspace@g' coverage.xml
5959
6060
- name: SonarQube Cloud Scan
61-
uses: SonarSource/sonarqube-scan-action@v5.0.0
61+
uses: SonarSource/sonarqube-scan-action@v5.1.0
6262
env:
6363
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
6464

.gitea/workflows/ci-python.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
sed -i 's@${{ github.workspace }}@/github/workspace@g' coverage.xml
5252
5353
- name: SonarQube Cloud Scan
54-
uses: SonarSource/sonarqube-scan-action@v5.0.0
54+
uses: SonarSource/sonarqube-scan-action@v5.1.0
5555
env:
5656
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
5757

.github/workflows/ci-docker.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
format: sonarqube
2323
no-fail: true
2424
- name: SonarQube Cloud Scan
25-
uses: SonarSource/sonarqube-scan-action@v5.0.0
25+
uses: SonarSource/sonarqube-scan-action@v5.1.0
2626
env:
2727
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2828
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}

.github/workflows/ci-python-poetry-with-docker.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
poetry run coverage xml
5050
sed -i 's@${{ github.workspace }}@/github/workspace@g' coverage.xml
5151
- name: SonarQube Cloud Scan
52-
uses: SonarSource/sonarqube-scan-action@v5.0.0
52+
uses: SonarSource/sonarqube-scan-action@v5.1.0
5353
env:
5454
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5555
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}

.github/workflows/ci-python-poetry.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
poetry run coverage xml
4242
sed -i 's@${{ github.workspace }}@/github/workspace@g' coverage.xml
4343
- name: SonarQube Cloud Scan
44-
uses: SonarSource/sonarqube-scan-action@v5.0.0
44+
uses: SonarSource/sonarqube-scan-action@v5.1.0
4545
env:
4646
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4747
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}

.github/workflows/ci-python-with-docker.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
coverage xml
5151
sed -i 's@${{ github.workspace }}@/github/workspace@g' coverage.xml
5252
- name: SonarQube Cloud Scan
53-
uses: SonarSource/sonarqube-scan-action@v5.0.0
53+
uses: SonarSource/sonarqube-scan-action@v5.1.0
5454
env:
5555
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5656
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}

.github/workflows/ci-python.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
coverage xml
4545
sed -i 's@${{ github.workspace }}@/github/workspace@g' coverage.xml
4646
- name: SonarQube Cloud Scan
47-
uses: SonarSource/sonarqube-scan-action@v5.0.0
47+
uses: SonarSource/sonarqube-scan-action@v5.1.0
4848
env:
4949
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5050
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}

0 commit comments

Comments
 (0)