Skip to content

[Snyk] Security upgrade jspdf from 2.5.0 to 2.5.2 #61

[Snyk] Security upgrade jspdf from 2.5.0 to 2.5.2

[Snyk] Security upgrade jspdf from 2.5.0 to 2.5.2 #61

Workflow file for this run

name: Build
on:
push:
branches:
- master
pull_request:
types: [opened, synchronize, reopened]
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
- uses: actions/setup-node@v2
with:
node-version: '14'
cache: 'npm'
- uses: actions/setup-java@v2
with:
distribution: 'adopt'
java-version: '11'
- name: SonarCloud Scan
uses: sonarsource/sonarcloud-github-action@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
with:
args: >
-Dsonar.projectVersion=${{ github.run_number }}
- name: Build
shell: bash
run: |
npm ci # Install all dependencies
npm run build:prod # Build the application