Skip to content

Bump github/codeql-action from 2 to 3 #99

Bump github/codeql-action from 2 to 3

Bump github/codeql-action from 2 to 3 #99

Workflow file for this run

on: push
name: sonarqube
jobs:
sonarcloud:
name: SonarCloud
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
- name: SonarCloud Scan
uses: SonarSource/sonarcloud-github-action@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}