Skip to content
This repository has been archived by the owner on Dec 1, 2024. It is now read-only.

chore(deps): bump axios from 1.4.0 to 1.6.0 #46

chore(deps): bump axios from 1.4.0 to 1.6.0

chore(deps): bump axios from 1.4.0 to 1.6.0 #46

name: Static Analysis
on:
push:
branches:
- main
workflow_dispatch:
pull_request_target:
jobs:
sonarqube:
name: SonarQube
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install dependencies
run: npm i
- name: Generate code coverage
run: npm run sonarqube
- name: SonarCloud Scan
uses: sonarsource/sonarcloud-github-action@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}