summary refs log tree commit diff
path: root/.github
diff options
context:
space:
mode:
authorBrendan Abolivier <babolivier@matrix.org>2022-07-01 18:11:27 +0200
committerGitHub <noreply@github.com>2022-07-01 18:11:27 +0200
commit1ad4c043f5b5a5f2120a00d58c2444919f5cb3d3 (patch)
treecb05ec8616138ee742beadc0d9638cbff40a959e /.github
parentRun all the tests (diff)
downloadsynapse-1ad4c043f5b5a5f2120a00d58c2444919f5cb3d3.tar.xz
Update .github/workflows/sonarqube.yml
Co-authored-by: Michael Telatynski <7t3chguy@gmail.com>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/sonarqube.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/sonarqube.yml b/.github/workflows/sonarqube.yml
index 405cc35273..4d0a49ad76 100644
--- a/.github/workflows/sonarqube.yml
+++ b/.github/workflows/sonarqube.yml
@@ -19,7 +19,7 @@ jobs:
           fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
       - uses: matrix-org/setup-python-poetry@v1
       - name: SonarCloud Scan
-        uses: matrix-org/sonarcloud-workflow-action@v2.1
+        uses: matrix-org/sonarcloud-workflow-action@v2.2
         with:
           is_pr: ${{ github.event.workflow_run.event == 'pull_request' }}
           repository: ${{ github.event.workflow_run.head_repository.full_name }}