Skip to content

Commit a2f03e4

Browse files
build: 📦 sonarsource/sonarqube-scan-action action to v4.2.2
1 parent c03ccf9 commit a2f03e4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publishment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- uses: ./.github/actions/download-lint-report
3030

3131
- name: SonarCloud Scan
32-
uses: SonarSource/[email protected].1
32+
uses: SonarSource/[email protected].2
3333
env:
3434
SONAR_TOKEN: ${{ secrets.SONARQUBE_SCANNER }}
3535
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/sonar-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
unzip lint-report.zip -d reports
8484
8585
- name: SonarCloud Scan
86-
uses: SonarSource/[email protected].1
86+
uses: SonarSource/[email protected].2
8787
env:
8888
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
8989
SONAR_TOKEN: ${{ secrets.SONARQUBE_SCANNER }}

0 commit comments

Comments
 (0)