Skip to content

Bump botocore from 1.35.13 to 1.35.99 #239

Bump botocore from 1.35.13 to 1.35.99

Bump botocore from 1.35.13 to 1.35.99 #239

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