Skip to content

[Snyk] Security upgrade axios from 0.21.4 to 1.7.8 #31

[Snyk] Security upgrade axios from 0.21.4 to 1.7.8

[Snyk] Security upgrade axios from 0.21.4 to 1.7.8 #31

Workflow file for this run

name: sonar
on:
pull_request:
branches:
- main
- develop
paths:
- 'frontend/**'
defaults:
run:
working-directory: frontend
jobs:
sonar-analysis:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Sonar analysis
uses: sonarsource/sonarcloud-github-action@master
with:
projectBaseDir: frontend
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}