Skip to content

Merge commit '10cfc65232e44f1e0d316ec8244529227d621b05' #7

Merge commit '10cfc65232e44f1e0d316ec8244529227d621b05'

Merge commit '10cfc65232e44f1e0d316ec8244529227d621b05' #7

Workflow file for this run

name: Sonar Cloud
on:
push:
branches:
- main
pull_request:
types: [opened, synchronize, reopened]
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
jobs:
sonarcloud:
if: ${{ github.actor != 'dependabot[bot]' }}
uses: ardoco/actions/.github/workflows/sonarcloud.yml@main
with:
with-submodules: true
runs-on: self-hosted
secrets:
SONAR_TOKEN: ${{secrets.SONAR_TOKEN}}