Skip to content

[Snyk] Security upgrade testcafe from 1.8.4 to 1.15.0 #70

[Snyk] Security upgrade testcafe from 1.8.4 to 1.15.0

[Snyk] Security upgrade testcafe from 1.8.4 to 1.15.0 #70

Workflow file for this run

name: SonarCloud Scan
on:
pull_request:
types: [opened, reopened]
jobs:
sonarcloud:
name: Run Sonar Scan
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Install dependencies
run: yarn
- name: SonarCloud Scan
uses: SonarSource/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SONAR_TOKEN: ${{ secrets.sonar_key }}