Skip to content

Update dependency org.junit.jupiter:junit-jupiter-engine to v5.11.1 #319

Update dependency org.junit.jupiter:junit-jupiter-engine to v5.11.1

Update dependency org.junit.jupiter:junit-jupiter-engine to v5.11.1 #319

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