We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2fb3fb commit 2c72c42Copy full SHA for 2c72c42
.github/workflows/build.yml
@@ -58,8 +58,8 @@ jobs:
58
run: poetry build
59
60
- name: SonarCloud Scan
61
- if: matrix.python-version == '3.10' && matrix.os == 'ubuntu-22.04' && matrix.poetry-version == '1.7.1'
62
- uses: SonarSource/sonarcloud-github-action@02ef91109b2d589e757aefcfb2854c2783fd7b19 # master
+ if: matrix.python-version == '3.10' && matrix.os == 'ubuntu-22.04'
+ uses: SonarSource/sonarcloud-github-action@v5
63
env:
64
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
65
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
0 commit comments