We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 538c4c6 commit 0f21bc0Copy full SHA for 0f21bc0
.github/workflows/unit-tests.yml
@@ -66,7 +66,7 @@ jobs:
66
(github.event_name == 'pull_request' && github.event.pull_request.head.repo.fork == false)
67
with:
68
projectBaseDir: app-frontend
69
- uses: SonarSource/sonarqube-scan-action@2500896589ef8f7247069a56136f8dc177c27ccf # v5.2.0
+ uses: SonarSource/sonarqube-scan-action@8c71dc039c2dd71d3821e89a2b58ecc7fee6ced9 # v5.3.0
70
env:
71
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
72
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
0 commit comments