Skip to content

chore(deps): update docker/setup-qemu-action action to v3 (#194) #153

chore(deps): update docker/setup-qemu-action action to v3 (#194)

chore(deps): update docker/setup-qemu-action action to v3 (#194) #153

Workflow file for this run

name: Sonar
on:
push:
branches: [ main, develop ]
jobs:
sonar:
name: Sonar
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: SonarCloud Scan
uses: sonarsource/sonarcloud-github-action@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}