Skip to content

[Snyk] Security upgrade tqdm from 4.56.2 to 4.66.3 #21

[Snyk] Security upgrade tqdm from 4.56.2 to 4.66.3

[Snyk] Security upgrade tqdm from 4.56.2 to 4.66.3 #21

Workflow file for this run

---
name: SonarQube analysis
on: # yamllint disable-line rule:truthy
push:
branches:
- main
- develop
pull_request:
branches:
- main
- develop
jobs:
sonarcloud:
name: SonarCloud
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- name: SonarCloud Scan
uses: SonarSource/sonarcloud-github-action@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}