Skip to content

Update actions/checkout action to v7.0.1 #1206

Update actions/checkout action to v7.0.1

Update actions/checkout action to v7.0.1 #1206

---
name: Quality Analysis
on:
pull_request:
branches:
- main
workflow_dispatch:
jobs:
sonarqube:
name: Run SonarQube scan
runs-on: ubuntu-24.04
steps:
- name: Checkout
uses: actions/checkout@v7.0.1
with:
# Shallow clones should be disabled for a better relevancy of analysis.
fetch-depth: 0
- name: Run SonarQube scan
uses: SonarSource/sonarqube-scan-action@22918119ff8e1ca75a623e15c8296b6ea4fbe28f # v8
env:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}