Skip to content

Commit

Permalink
Test with wrong action id
Browse files Browse the repository at this point in the history
  • Loading branch information
jules.vinot authored and jules.vinot committed May 22, 2024
1 parent 7d0302e commit eb34629
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@ on:
jobs:
build:
name: Build
runs-on: somthing
runs-on: ubuntu-latest
permissions: read-all
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
- uses: sonarsource/sonarqube-scan-action@master
- uses: sonarsource/sonarqube-wrong-action@master
env:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
SONAR_HOST_URL: ${{ secrets.SONAR_HOST_URL }}

0 comments on commit eb34629

Please sign in to comment.