Skip to content

Commit ca500e2

Browse files
authored
Merge pull request #480 from com-pas/dependabot/github_actions/SonarSource/sonarqube-scan-action-8.0.0
chore(deps): bump SonarSource/sonarqube-scan-action from 7.1.0 to 8.0.0
2 parents 5c635c1 + 67edffb commit ca500e2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/sonarcloud-analysis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090

9191
- name: Analyze (Pull Request)
9292
if: ${{ github.event.workflow_run.event == 'pull_request' }}
93-
uses: SonarSource/sonarqube-scan-action@299e4b793aaa83bf2aba7c9c14bedbb485688ec4 #v7.1.0
93+
uses: SonarSource/sonarqube-scan-action@59db25f34e16620e48ab4bb9e4a5dce155cb5432 #v8.0.0
9494
env:
9595
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
9696
with:
@@ -102,7 +102,7 @@ jobs:
102102
103103
- name: Analyze (Push)
104104
if: ${{ github.event.workflow_run.event == 'push' }}
105-
uses: SonarSource/sonarqube-scan-action@299e4b793aaa83bf2aba7c9c14bedbb485688ec4 #v7.1.0
105+
uses: SonarSource/sonarqube-scan-action@59db25f34e16620e48ab4bb9e4a5dce155cb5432 #v8.0.0
106106
env:
107107
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
108108
with:

0 commit comments

Comments
 (0)