Skip to content

chore(deps): Bump actions/setup-python from 5.2.0 to 5.3.0 (#41) #31

chore(deps): Bump actions/setup-python from 5.2.0 to 5.3.0 (#41)

chore(deps): Bump actions/setup-python from 5.2.0 to 5.3.0 (#41) #31

Workflow file for this run

name: Sonar
on:
push:
branches:
- main
permissions:
contents: read
jobs:
sonarqube:
name: SonarQube Trigger
runs-on: ubuntu-latest
continue-on-error: true
steps:
- name: Checkout
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
with:
# Disabling shallow clone is recommended for improving relevancy of reporting
fetch-depth: 0
- name: SonarQube Scan
uses: sonarsource/sonarqube-scan-action@0c0f3958d90fc466625f1d1af1f47bddd4cc6bd1 # v3.0.0
env:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
SONAR_HOST_URL: ${{ secrets.SONAR_HOST }}
with:
args: >
-Dsonar.projectKey=${{ secrets.SONAR_PROJECT_KEY }}