Skip to content

Commit

Permalink
πŸ’š ci: use specific version of sonarqube action
Browse files Browse the repository at this point in the history
  • Loading branch information
ljnsn committed Nov 25, 2024
1 parent fb395be commit 92186ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ jobs:
sonar.projectVersion="$(git describe --tags HEAD)"
EOF
- name: SonarCloud Scan
uses: SonarSource/sonarcloud-github-action@master
uses: SonarSource/sonarcloud-github-action@v3.1.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
Expand Down

0 comments on commit 92186ae

Please sign in to comment.