Skip to content

Bump github.com/stretchr/testify from 1.10.0 to 1.11.0 #168

Bump github.com/stretchr/testify from 1.10.0 to 1.11.0

Bump github.com/stretchr/testify from 1.10.0 to 1.11.0 #168

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 }}