Skip to content

Bump pip-tools from 7.4.1 to 7.5.3 #122

Bump pip-tools from 7.4.1 to 7.5.3

Bump pip-tools from 7.4.1 to 7.5.3 #122

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