Skip to content

Commit

Permalink
ci: switch to SonarSource/sonarqube-scan-action
Browse files Browse the repository at this point in the history
  • Loading branch information
sjinks committed Dec 12, 2024
1 parent c2a4df1 commit 0684fe2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/sonarscan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ jobs:
egress-policy: block
allowed-endpoints: >
api.github.com:443
binaries.sonarsource.com:443
github.com:443
npm.pkg.github.com:443
objects.githubusercontent.com:443
Expand Down Expand Up @@ -71,7 +72,7 @@ jobs:
echo "packageVersion=$(jq -r .version package.json)" >> "${GITHUB_OUTPUT}"
- name: SonarCloud Scan
uses: SonarSource/sonarcloud-github-action@02ef91109b2d589e757aefcfb2854c2783fd7b19 # v4.0.0
uses: SonarSource/sonarqube-scan-action@1b442ee39ac3fa7c2acdd410208dcb2bcfaae6c4 # v4.1.0
env:
GITHUB_TOKEN: ${{ github.token }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
Expand Down

0 comments on commit 0684fe2

Please sign in to comment.