Skip to content

Bump elliptic from 6.5.7 to 6.6.0 #47

Bump elliptic from 6.5.7 to 6.6.0

Bump elliptic from 6.5.7 to 6.6.0 #47

Workflow file for this run

name: SonarScanner
on:
push:
branches:
- main
pull_request:
types: [opened, synchronize, reopened]
jobs:
sonarcloud:
name: SonarCloud
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
- name: Use Node.js 16.x
uses: actions/setup-node@v3
with:
node-version: 16
- run: npm ci
- run: npm run coverage-sonar # Produces test and coverage reports
- name: SonarCloud Scan
uses: SonarSource/sonarcloud-github-action@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}