Skip to content

Dependency(deps-dev): Bump org.junit.jupiter:junit-jupiter-engine from 5.11.0 to 5.11.1 #316

Dependency(deps-dev): Bump org.junit.jupiter:junit-jupiter-engine from 5.11.0 to 5.11.1

Dependency(deps-dev): Bump org.junit.jupiter:junit-jupiter-engine from 5.11.0 to 5.11.1 #316

Workflow file for this run

name: Sonar Cloud
on:
push:
pull_request:
types: [opened, synchronize, reopened]
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
jobs:
sonarcloud:
if: ${{ github.actor != 'dependabot[bot]' }}
uses: dfuchss/actions/.github/workflows/sonarcloud.yml@main
secrets:
SONAR_TOKEN: ${{secrets.SONAR_TOKEN}}