Skip to content

Update sonar-scanner to 5.0.1.3006 #132

Update sonar-scanner to 5.0.1.3006

Update sonar-scanner to 5.0.1.3006 #132

Workflow file for this run

name: Build
on:
push:
branches:
- main
pull_request:
types: [opened, synchronize, reopened]
jobs:
build-analyze:
runs-on: windows-latest
steps:
- uses: actions/checkout@v1
- name: Build and analyze on SonarCloud
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONARCLOUD_TOKEN }} # Put the name of your token here
run: .\build-analyze.ps1
shell: pwsh