Skip to content

Commit 6b853bd

Browse files
chore(deps): update sonarsource/sonarqube-scan-action action to v7
1 parent a9e15ef commit 6b853bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777

7878
- name: SonarQube Scan
7979
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
80+
uses: SonarSource/sonarqube-scan-action@a31c9398be7ace6bbfaf30c0bd5d415f843d45e9 # v7.0.0
8181
env:
8282
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
8383

0 commit comments

Comments
 (0)