Skip to content

chore(deps): Bump github.com/onsi/ginkgo/v2 from 2.22.1 to 2.22.2 (#69) #58

chore(deps): Bump github.com/onsi/ginkgo/v2 from 2.22.1 to 2.22.2 (#69)

chore(deps): Bump github.com/onsi/ginkgo/v2 from 2.22.1 to 2.22.2 (#69) #58

Workflow file for this run

name: Sonar
on:
push:
branches:
- main
permissions:
contents: read
jobs:
sonarqube:
name: SonarQube Trigger
runs-on: ubuntu-latest
continue-on-error: true
steps:
- name: Checkout
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
with:
# Disabling shallow clone is recommended for improving relevancy of reporting
fetch-depth: 0
- name: SonarQube Scan
uses: sonarsource/sonarqube-scan-action@bfd4e558cda28cda6b5defafb9232d191be8c203 # v3.0.0
env:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
SONAR_HOST_URL: ${{ secrets.SONAR_HOST }}
with:
args: >
-Dsonar.projectKey=${{ secrets.SONAR_PROJECT_KEY }}