We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b521f68 commit e49385bCopy full SHA for e49385b
1 file changed
.github/workflows/run-test.yaml
@@ -83,6 +83,6 @@ jobs:
83
with:
84
fetch-depth: 0
85
- name: SonarCloud Scan
86
- uses: SonarSource/sonarqube-scan-action@${{ vars.SONAR_SCAN_ACTION_VER }}
+ uses: SonarSource/sonarqube-scan-action@${{ secrets.SONAR_SCAN_ACTION_VER }}
87
env:
88
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
0 commit comments