Skip to content

NTAW-602: Add percentile/quotient columns into merged results #325

NTAW-602: Add percentile/quotient columns into merged results

NTAW-602: Add percentile/quotient columns into merged results #325

Workflow file for this run

name: Code-analysis
on:
push:
branches: [ dev ]
jobs:
code-scan:
name: code-scan
runs-on: th870
permissions: read-all
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: sonarsource/sonarqube-scan-action@master
env:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
SONAR_HOST_URL: ${{ secrets.SONAR_HOST_URL }}