diff --git a/.github/workflows/sonar-scan.yaml b/.github/workflows/sonar-scan.yaml index be89056..ec4e598 100644 --- a/.github/workflows/sonar-scan.yaml +++ b/.github/workflows/sonar-scan.yaml @@ -35,11 +35,13 @@ jobs: if: always() steps: - name: ci-sonarqube - uses: smartcontractkit/.github/actions/ci-sonarqube-ts@d1201dba8bf20febb6b72807ca4a0dab5b78bf9e # ci-sonarqube-ts@0.1.1 + uses: smartcontractkit/.github/actions/ci-sonarqube-ts@b454ca58b72221fedc9cfcc212ea3ada86ff0635 # ci-sonarqube-ts@0.1.1 with: + test-report-workflow: "test.yaml" test-report-artifact: "unit-tests-coverage" junit-xml-report-paths: "junit.xml" typescript-lcov-report-paths: "lcov.info" + lint-report-workflow: "lint.yaml" lint-report-artifact: "eslint-report" eslint-json-report-paths: "eslint-report.json" include-lint: "true"