We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
sonarcloud.yml
1 parent 8c16964 commit 656aafdCopy full SHA for 656aafd
.github/workflows/sonarqube.yml
@@ -11,7 +11,7 @@ jobs:
11
sonarqube:
12
name: 🩻 SonarQube
13
if: github.event.workflow_run.conclusion == 'success' && github.event.workflow_run.event != 'merge_group'
14
- uses: matrix-org/matrix-js-sdk/.github/workflows/sonarcloud.yml@develop
+ uses: matrix-org/matrix-js-sdk/.github/workflows/sonarcloud.yml@renovate/jest
15
secrets:
16
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
17
ELEMENT_BOT_TOKEN: ${{ secrets.ELEMENT_BOT_TOKEN }}
0 commit comments