Skip to content

Commit 2c72c42

Browse files
committed
update
1 parent b2fb3fb commit 2c72c42

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@ jobs:
5858
run: poetry build
5959

6060
- 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
61+
if: matrix.python-version == '3.10' && matrix.os == 'ubuntu-22.04'
62+
uses: SonarSource/sonarcloud-github-action@v5
6363
env:
6464
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
6565
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}

0 commit comments

Comments
 (0)