Skip to content

Bump @babel/traverse from 7.22.11 to 7.23.2 (#2) #3

Bump @babel/traverse from 7.22.11 to 7.23.2 (#2)

Bump @babel/traverse from 7.22.11 to 7.23.2 (#2) #3

name: Test and Analyze with SonarQube
on:
push:
branches:
- master
jobs:
build:
name: Build
runs-on: ubuntu-latest
permissions: read-all
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: sonarsource/sonarqube-scan-action@master
env:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
SONAR_HOST_URL: ${{ secrets.SONAR_HOST_URL }}