Skip to content

Bump github.com/pterm/pterm from 0.12.74 to 0.12.75 #127

Bump github.com/pterm/pterm from 0.12.74 to 0.12.75

Bump github.com/pterm/pterm from 0.12.74 to 0.12.75 #127

Workflow file for this run

on: push
name: sonarqube
jobs:
sonarcloud:
name: SonarCloud
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
- name: SonarCloud Scan
uses: SonarSource/sonarcloud-github-action@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}