Skip to content

Commit 973bba8

Browse files
Merge pull request #810 from modeseven-lfit/chore/bump-sonarqube-scan-v1.2.1
Chore: Bump sonarqube-cloud-scan-action to v1.2.1
2 parents eb97ae4 + 4c11f16 commit 973bba8

7 files changed

Lines changed: 7 additions & 7 deletions

.github/workflows/composed-autotools-sonar-cloud.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,6 @@ jobs:
131131
run: |
132132
curl https://raw.githubusercontent.com/lfit/releng-global-jjb/master/shell/autotools-sonarqube.sh | bash
133133
- name: Run Sonar Cloud scan
134-
uses: lfreleng-actions/sonarqube-cloud-scan-action@6138cf1252b714849809c85854a576974f6436f2 # v1.1.1
134+
uses: lfreleng-actions/sonarqube-cloud-scan-action@b8d74f08d2222acb4556b71f9f3cd3e80bc8109b # v1.2.1
135135
env:
136136
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}

.github/workflows/composed-cmake-sonar-cloud.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,6 @@ jobs:
133133
curl https://raw.githubusercontent.com/lfit/releng-global-jjb/master/shell/cmake-sonarqube.sh | bash
134134
- name: Run Sonar Cloud scan
135135
# yamllint disable-line rule:line-length
136-
uses: lfreleng-actions/sonarqube-cloud-scan-action@6138cf1252b714849809c85854a576974f6436f2 # v1.1.1
136+
uses: lfreleng-actions/sonarqube-cloud-scan-action@b8d74f08d2222acb4556b71f9f3cd3e80bc8109b # v1.2.1
137137
env:
138138
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}

.github/workflows/composed-generic-sonar-cloud.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,6 @@ jobs:
123123
run: ${{ inputs.PRE_BUILD_SCRIPT }}
124124
- name: Run Sonar Cloud scan
125125
# yamllint disable-line rule:line-length
126-
uses: lfreleng-actions/sonarqube-cloud-scan-action@6138cf1252b714849809c85854a576974f6436f2 # v1.1.1
126+
uses: lfreleng-actions/sonarqube-cloud-scan-action@b8d74f08d2222acb4556b71f9f3cd3e80bc8109b # v1.2.1
127127
env:
128128
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}

.github/workflows/composed-go-sonar-cloud.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ jobs:
200200

201201
- name: "SonarQube Cloud Scan"
202202
# yamllint disable-line rule:line-length
203-
uses: lfreleng-actions/sonarqube-cloud-scan-action@6138cf1252b714849809c85854a576974f6436f2 # v1.1.1
203+
uses: lfreleng-actions/sonarqube-cloud-scan-action@b8d74f08d2222acb4556b71f9f3cd3e80bc8109b # v1.2.1
204204
with:
205205
sonar_token: ${{ secrets.SONAR_TOKEN }}
206206
# The Gerrit change is already checked out by the step above.

.github/workflows/composed-prescan-sonar-cloud.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,6 @@ jobs:
128128
run: sh "$PRE_BUILD"
129129
- name: Run Sonar Cloud scan
130130
# yamllint disable-line rule:line-length
131-
uses: lfreleng-actions/sonarqube-cloud-scan-action@6138cf1252b714849809c85854a576974f6436f2 # v1.1.1
131+
uses: lfreleng-actions/sonarqube-cloud-scan-action@b8d74f08d2222acb4556b71f9f3cd3e80bc8109b # v1.2.1
132132
with:
133133
sonar_token: ${{ secrets.SONAR_TOKEN }}

.github/workflows/composed-tox-sonar-cloud.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,6 @@ jobs:
142142
steps:
143143
- name: "SonarQube Cloud Scan"
144144
# yamllint disable-line rule:line-length
145-
uses: lfreleng-actions/sonarqube-cloud-scan-action@6138cf1252b714849809c85854a576974f6436f2 # v1.1.1
145+
uses: lfreleng-actions/sonarqube-cloud-scan-action@b8d74f08d2222acb4556b71f9f3cd3e80bc8109b # v1.2.1
146146
with:
147147
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}

.github/workflows/reuse-sonarqube-cloud.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
8383
- name: "SonarQube Cloud Scan"
8484
# yamllint disable-line rule:line-length
85-
uses: lfreleng-actions/sonarqube-cloud-scan-action@6138cf1252b714849809c85854a576974f6436f2 # v1.1.1
85+
uses: lfreleng-actions/sonarqube-cloud-scan-action@b8d74f08d2222acb4556b71f9f3cd3e80bc8109b # v1.2.1
8686
with:
8787
sonar_token: ${{ secrets.sonar_token }}
8888
sonar_root_cert: ${{ inputs.sonar_root_cert }}

0 commit comments

Comments
 (0)