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 c3add93 commit 8fd3ddbCopy full SHA for 8fd3ddb
1 file changed
.github/workflows/build.yml
@@ -74,7 +74,7 @@ jobs:
74
sonarCloudTrigger:
75
needs: build
76
name: SonarCloud Trigger
77
- if: github.event_name != 'pull_request'
+ if: github.repository == 'creativeprojects/resticprofile'
78
runs-on: ubuntu-latest
79
steps:
80
- name: Clone Repository
@@ -90,7 +90,7 @@ jobs:
90
run: ls -R
91
92
- name: Analyze with SonarCloud
93
- uses: sonarsource/sonarcloud-github-action@master
+ uses: SonarSource/sonarqube-scan-action@v5
94
env:
95
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
96
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
0 commit comments