This commit is contained in:
@@ -49,7 +49,15 @@ jobs:
|
|||||||
/d:sonar.host.url="${{ secrets.SONAR_HOST_URL }}" \
|
/d:sonar.host.url="${{ secrets.SONAR_HOST_URL }}" \
|
||||||
/d:sonar.token="${{ secrets.SONAR_TOKEN }}" \
|
/d:sonar.token="${{ secrets.SONAR_TOKEN }}" \
|
||||||
/d:sonar.exclusions="**/bin/**,**/obj/**"
|
/d:sonar.exclusions="**/bin/**,**/obj/**"
|
||||||
|
|
||||||
|
- name: Token Fingerprint
|
||||||
|
env:
|
||||||
|
TOKEN: ${{ secrets.SONAR_TOKEN }}
|
||||||
|
run: |
|
||||||
|
echo "Length: ${#TOKEN}"
|
||||||
|
echo -n "$TOKEN" | sha256sum
|
||||||
|
echo -n "$TOKEN" | xxd | tail -3
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
run: dotnet build Strata.SqlTools.QueryBreakdown.sln --configuration Release
|
run: dotnet build Strata.SqlTools.QueryBreakdown.sln --configuration Release
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user