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 ee32f9d commit 62f28d4Copy full SHA for 62f28d4
.github/workflows/build-sq-cb.yml
@@ -98,7 +98,6 @@ jobs:
98
uses: SonarSource/vault-action-wrapper@v3
99
with:
100
secrets: |
101
- development/kv/data/next url | NEXT_URL;
102
development/kv/data/next token | NEXT_TOKEN;
103
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
104
@@ -114,7 +113,7 @@ jobs:
114
113
- name: Scan SQ-Community Build on Next
115
shell: bash
116
env:
117
- SONAR_HOST_URL: ${{ fromJSON(steps.secrets.outputs.vault).NEXT_URL }}
+ SONAR_HOST_URL: https://next.sonarqube.com/sonarqube
118
SONAR_TOKEN: ${{ fromJSON(steps.secrets.outputs.vault).NEXT_TOKEN }}
119
run: |
120
ls -la build/reports/
0 commit comments