1
0
mirror of https://github.com/bitwarden/directory-connector synced 2025-12-31 07:33:28 +00:00

Update SonarQube GitHub Action (#706)

* Updated SonarQube GitHub action to v4.2.1

* Removed unnecessary github token
This commit is contained in:
Matt Andreko
2025-01-14 09:28:46 -05:00
committed by GitHub
parent efb412684d
commit fdbbef68c1

View File

@@ -64,10 +64,9 @@ jobs:
ref: ${{ github.event.pull_request.head.sha }}
- name: Scan with SonarCloud
uses: sonarsource/sonarcloud-github-action@eb211723266fe8e83102bac7361f0a05c3ac1d1b # v3.0.0
uses: sonarsource/sonarqube-scan-action@bfd4e558cda28cda6b5defafb9232d191be8c203 # v4.2.1
env:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
args: >
-Dsonar.organization=${{ github.repository_owner }}