Skip to content

Commit

Permalink
Merge pull request #21 from DDS-GmbH/dependabot/github_actions/kitabi…
Browse files Browse the repository at this point in the history
…sa/sonarqube-action-1.2.1
  • Loading branch information
dependabot[bot] authored Sep 26, 2023
2 parents db4b095 + 2125a08 commit de94db6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ jobs:
run: python -m coverage xml
- name: SonarQube Scan
if: ${{ github.actor != 'dependabot[bot]' }}
uses: kitabisa/sonarqube-action@v1.2.0
uses: kitabisa/sonarqube-action@v1.2.1
with:
host: ${{ secrets.SONAR_HOST }}
login: ${{ secrets.SONAR_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
- name: lint
run: pylint --output=lint-report.txt --output-format=parseable ./src
- name: SonarQube Scan
uses: kitabisa/sonarqube-action@v1.2.0
uses: kitabisa/sonarqube-action@v1.2.1
with:
host: ${{ secrets.SONAR_HOST }}
login: ${{ secrets.SONAR_TOKEN }}
Expand Down

0 comments on commit de94db6

Please sign in to comment.