Skip to content

Commit 748c3d8

Browse files
Update SonarQube scan action version in CI workflow
1 parent 9eaefa3 commit 748c3d8

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/CI_build.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,12 @@ jobs:
3838
- name: Check whether import statements are used consistently
3939
shell: bash -l {0}
4040
run: poetry run isort --check-only --diff --conda-env spec2vec-dev .
41-
# - name: SonarQube Scan
42-
# if: github.repository == 'iomega/spec2vec'
43-
# uses: SonarSource/sonarqube-scan-action@master
44-
# env:
45-
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
46-
# SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
41+
- name: SonarQube Scan
42+
if: github.repository == 'iomega/spec2vec'
43+
uses: SonarSource/sonarqube-scan-action@v6
44+
env:
45+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
46+
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
4747

4848
build_pypi:
4949
name: Pypi and documentation build / python-${{ matrix.python-version }} / ${{ matrix.os }}

0 commit comments

Comments
 (0)