Skip to content

.github/workflows/sonarqube.yml #708

.github/workflows/sonarqube.yml

.github/workflows/sonarqube.yml #708

Workflow file for this run

name: SonarQube
on:
workflow_run:
workflows: ["Build and test"]
types:
- completed
concurrency:
group: ${{ github.workflow }}-${{ github.event.workflow_run.head_branch }}
cancel-in-progress: true
jobs:
sonarqube:
name: 🩻 SonarQube
uses: matrix-org/matrix-js-sdk/.github/workflows/sonarcloud.yml@develop

Check failure on line 13 in .github/workflows/sonarqube.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/sonarqube.yml

Invalid workflow file

error parsing called workflow ".github/workflows/sonarqube.yml" -> "matrix-org/matrix-js-sdk/.github/workflows/sonarcloud.yml@develop" : failed to fetch workflow: workflow was not found.
secrets:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
ELEMENT_BOT_TOKEN: ${{ secrets.ELEMENT_BOT_TOKEN }}