Skip to content

Bump the allbun group across 1 directory with 8 updates #71

Bump the allbun group across 1 directory with 8 updates

Bump the allbun group across 1 directory with 8 updates #71

Workflow file for this run

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