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 3efcbe1 commit 4979885Copy full SHA for 4979885
.github/workflows/reusable_build-and-test.yaml
@@ -84,7 +84,7 @@ jobs:
84
path: ./lib/opentdf-sdk-*.tgz
85
- name: SonarCloud Scan
86
if: fromJSON(env.do_sonarscan)
87
- uses: SonarSource/sonarqube-scan-action@2500896589ef8f7247069a56136f8dc177c27ccf #v5.2.0
+ uses: SonarSource/sonarqube-scan-action@1a6d90ebcb0e6a6b1d87e37ba693fe453195ae25 #v5.3.1
88
env:
89
GITHUB_TOKEN: ${{ github.token }}
90
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
0 commit comments