Skip to content

chore(deps): update actions/checkout action to v4 (#190) #146

chore(deps): update actions/checkout action to v4 (#190)

chore(deps): update actions/checkout action to v4 (#190) #146

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 }}