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 a9e15ef commit 6b853bdCopy full SHA for 6b853bd
.github/workflows/ci-test.yml
@@ -77,7 +77,7 @@ jobs:
77
78
- name: SonarQube Scan
79
if: matrix.python-version == env.TARGET_PYTHON_VERSION && (github.event_name == 'push' || github.event.pull_request.head.repo.full_name == github.repository)
80
- uses: SonarSource/sonarqube-scan-action@fd88b7d7ccbaefd23d8f36f73b59db7a3d246602 # v6.0.0
+ uses: SonarSource/sonarqube-scan-action@a31c9398be7ace6bbfaf30c0bd5d415f843d45e9 # v7.0.0
81
env:
82
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
83
0 commit comments