Skip to content

chore(*): Update wagoid/commitlint-github-action digest to 9763196 #7635

chore(*): Update wagoid/commitlint-github-action digest to 9763196

chore(*): Update wagoid/commitlint-github-action digest to 9763196 #7635

Workflow file for this run

name: Sonar Cloud Analysis
on:
push:
branches:
- '**'
jobs:
sonarCloudTrigger:
name: SonarCloud Trigger
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: SonarCloud Scan
uses: sonarsource/sonarcloud-github-action@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}