Skip to content

[Snyk] Security upgrade jinja2 from 2.11.3 to 3.1.3 #19

[Snyk] Security upgrade jinja2 from 2.11.3 to 3.1.3

[Snyk] Security upgrade jinja2 from 2.11.3 to 3.1.3 #19

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