Skip to content

Merge pull request #60 from minvws/dependabot/github_actions/docker/b… #161

Merge pull request #60 from minvws/dependabot/github_actions/docker/b…

Merge pull request #60 from minvws/dependabot/github_actions/docker/b… #161

Workflow file for this run

name: Build
on:
push:
branches: [ main ]
pull_request:
types: [opened, synchronize, reopened]
jobs:
sonarqube:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0
with:
fetch-depth: 0
- name: SonarQube Scan
uses: SonarSource/sonarqube-scan-action@713881670b6b3676cda39549040e2d88c70d582e
env:
SONAR_HOST_URL: https://sonarcloud.io
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}