Skip to content

Bump @babel/core from 7.23.6 to 7.24.6 #31

Bump @babel/core from 7.23.6 to 7.24.6

Bump @babel/core from 7.23.6 to 7.24.6 #31

Workflow file for this run

on:
push:
branches:
- main
pull_request:
types: [opened, synchronize, reopened]
jobs:
sonarqube:
name: SonarQube Scan
continue-on-error: true
runs-on: [self-hosted, bolt-ubuntu]
steps:
- name: Checkout Codebase
uses: actions/checkout@v3
- name: SonarQube Scan
uses: pfizer-github-automation/sonar-scan-action@main
env:
SONAR_HOST_URL: ${{ secrets.SONAR_HOST_URL }}
SONAR_ROOT_CERT: ${{ secrets.SONAR_ROOT_CERT }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}