Skip to content

Bump tornado from 6.3.3 to 6.4.1 #37

Bump tornado from 6.3.3 to 6.4.1

Bump tornado from 6.3.3 to 6.4.1 #37

name: Sonar Analysis
# Controls when the workflow will run
on:
push:
branches:
- main
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
build:
name: Call Azure Code Review Pipeline
# The type of runner that the job will run on
runs-on: ubuntu-latest
# Steps represent a sequence of tasks that will be executed as part of the job
steps:
- name: Azure Pipelines Action - Jversion
uses: jacopocarlini/azure-pipelines@v1.3
with:
azure-devops-project-url: https://dev.azure.com/pagopaspa/pagoPA-projects
azure-pipeline-name: 'projectName.code-review' # TODO: set the name
azure-devops-token: ${{ secrets.AZURE_DEVOPS_TOKEN }} # TODO: set this secret in repository
azure-pipeline-variables: '{"system.debug": "true"}'