diff --git a/.github/workflows/poetry-build.yml b/.github/workflows/poetry-build.yml index 45dc8b7..3972a74 100644 --- a/.github/workflows/poetry-build.yml +++ b/.github/workflows/poetry-build.yml @@ -26,7 +26,7 @@ jobs: - name: 🧪 Run tests run: poetry run tox - name: SonarCloud scan for PR - uses: sonarsource/sonarqube-scan-action@13990a695682794b53148ff9f6a8b6e22e43955e # v3.1.0 + uses: sonarsource/sonarqube-scan-action@bfd4e558cda28cda6b5defafb9232d191be8c203 # v4.2.1 if: github.event_name == 'pull_request' env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information @@ -37,7 +37,7 @@ jobs: -Dsonar.pullrequest.branch=${{ github.head_ref }} -Dsonar.pullrequest.key=${{ github.event.pull_request.number }} - name: SonarCloud scan for Push - uses: sonarsource/sonarqube-scan-action@13990a695682794b53148ff9f6a8b6e22e43955e # v3.1.0 + uses: sonarsource/sonarqube-scan-action@bfd4e558cda28cda6b5defafb9232d191be8c203 # v4.2.1 if: github.event_name == 'push' env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information