Skip to content

Bump SonarSource/sonarqube-scan-action from 8.0.0 to 8.1.0 (#123) #315

Bump SonarSource/sonarqube-scan-action from 8.0.0 to 8.1.0 (#123)

Bump SonarSource/sonarqube-scan-action from 8.0.0 to 8.1.0 (#123) #315

Workflow file for this run

name: CI
on:
pull_request:
push:
branches:
- master
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
ci:
name: Continuous Integration
uses: ./.github/workflows/ci.yml
secrets:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
badge:
needs: ci
name: Generate Coverage Badge
uses: ./.github/workflows/badge.yml
with:
coverage: ${{ needs.ci.outputs.coverage }}