Skip to content

Bump @babel/traverse from 7.18.13 to 7.23.2 #122

Bump @babel/traverse from 7.18.13 to 7.23.2

Bump @babel/traverse from 7.18.13 to 7.23.2 #122

Workflow file for this run

on:
push:
branches:
- develop
- main
pull_request:
types: [opened, synchronize, reopened]
name: Sonar Workflow
jobs:
sonarqube:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- name: SonarQube Scan
uses: sonarsource/sonarqube-scan-action@master
env:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
SONAR_HOST_URL: ${{ secrets.SONAR_HOST_URL }}