Skip to content

Merge commit '510b3b8cf6614220caf52e7a402426f96ae3be88' #19

Merge commit '510b3b8cf6614220caf52e7a402426f96ae3be88'

Merge commit '510b3b8cf6614220caf52e7a402426f96ae3be88' #19

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
install-self: false
dependencies: "https://github.com/ArDoCo/TLR.git"
secrets:
SONAR_TOKEN: ${{secrets.SONAR_TOKEN}}