Skip to content

Commit

Permalink
Update SonarQube GitHub Action (#31)
Browse files Browse the repository at this point in the history
* Updated SonarQube GitHub action to v4.2.1

* Removed unnecessary github token
  • Loading branch information
mandreko-bitwarden authored Jan 23, 2025
1 parent 6d76118 commit 0bd598a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,9 @@ jobs:
ref: ${{ github.event.pull_request.head.sha }}

- name: Scan with SonarCloud
uses: sonarsource/sonarcloud-github-action@e44258b109568baa0df60ed515909fc6c72cba92 # v2.3.0
uses: sonarsource/sonarqube-scan-action@bfd4e558cda28cda6b5defafb9232d191be8c203 # v4.2.1
env:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
# TODO: see https://docs.sonarsource.com/sonarcloud/advanced-setup/analysis-parameters/
# for parameters to configure
Expand Down

0 comments on commit 0bd598a

Please sign in to comment.