Skip to content

Bump ddtrace from 4.4.0 to 4.5.2 #102

Bump ddtrace from 4.4.0 to 4.5.2

Bump ddtrace from 4.4.0 to 4.5.2 #102

Workflow file for this run

name: Sonarqube
on:
push:
branches:
- develop
- master
pull_request:
jobs:
build:
name: Sonarqube Analysis
runs-on: ubuntu-latest
if: ${{ !startsWith(github.head_ref, 'dependabot/') }}
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
- uses: SonarSource/sonarqube-scan-action@v6
env:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
SONAR_HOST_URL: ${{ secrets.SONAR_HOST_URL }}