Skip to content

fix path

fix path #8

Workflow file for this run

name: Adhoc Sonar
on:
push:
branches:
- adhoc-sonarcloud
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: read
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
- uses: actions/checkout@v4
with:
repository: jbaptperez/caldera
ref: fix/tests
path: caldera3013
- run: |
pwd;
ls;
- name: SonarCloud Scan
uses: SonarSource/sonarcloud-github-action@49e6cd3b187936a73b8280d59ffd9da69df63ec9
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}