Skip to content

Commit

Permalink
Merge pull request #996 from sjinks/renovate/sonarsource-sonarcloud-g…
Browse files Browse the repository at this point in the history
…ithub-action-4.x

chore(deps): update sonarsource/sonarcloud-github-action action to v4
  • Loading branch information
sjinks authored Dec 12, 2024
2 parents a11892e + 0684fe2 commit f271379
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@383f7e52eae3ab0510c3cb0e7d9d150bbaeab838 # v3.1.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 f271379

Please sign in to comment.