Skip to content

Bump pygments from 2.7.4 to 2.15.0 #68

Bump pygments from 2.7.4 to 2.15.0

Bump pygments from 2.7.4 to 2.15.0 #68

Workflow file for this run

on:
push:
branches: [master, develop]
pull_request:
branches: [master, develop]
name: Sonarcloud Scan
jobs:
sonarcloud:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: SonarCloud Scan
uses: sonarsource/sonarcloud-github-action@master
with:
args: >
-Dsonar.organization=managedcloudapplications
-Dsonar.projectKey=mvj
-Dsonar.sources=.
-Dsonar.host.url=https://sonarcloud.io
-Dsonar.python.version=3.7,3.8,3.9
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}