Skip to content

Test Action id case sensitivity #46

Test Action id case sensitivity

Test Action id case sensitivity #46

Workflow file for this run

name: Build
on:
push:
branches:
- test-action
pull_request:
types: [opened, synchronize, reopened]
jobs:
sonarcloud:
name: SonarCloud
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
- name: SonarCloud Scan
uses: sonarsource/sonarcloud-github-action@6c92dc36709458d7d6e1ed85a661f492d074301a
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN_GHA }}