Skip to content

Commit 613e57f

Browse files
Update SonarQube GitHub Action (#359)
* Updated SonarQube GitHub action to v4.2.1 * Removed unnecessary github token
1 parent 70a5041 commit 613e57f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/scan.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -64,10 +64,9 @@ jobs:
6464
ref: ${{ github.event.pull_request.head.sha }}
6565

6666
- name: Scan with SonarCloud
67-
uses: sonarsource/sonarcloud-github-action@383f7e52eae3ab0510c3cb0e7d9d150bbaeab838 # v3.1.0
67+
uses: sonarsource/sonarqube-scan-action@bfd4e558cda28cda6b5defafb9232d191be8c203 # v4.2.1
6868
env:
6969
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
70-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
7170
with:
7271
args: >
7372
-Dsonar.organization=${{ github.repository_owner }}

0 commit comments

Comments
 (0)