mirror of
https://github.com/sonarsource/sonarcloud-github-action.git
synced 2026-06-05 22:47:08 +00:00
test QA with no GITHUB_TOKEN permissions
This commit is contained in:
parent
b7cc8bf200
commit
3bf6e4b720
1 changed files with 7 additions and 0 deletions
7
.github/workflows/qa.yml
vendored
7
.github/workflows/qa.yml
vendored
|
|
@ -12,6 +12,7 @@ jobs:
|
|||
name: >
|
||||
'args' input
|
||||
runs-on: ubuntu-latest
|
||||
permissions: {}
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
|
|
@ -29,6 +30,7 @@ jobs:
|
|||
name: >
|
||||
'projectBaseDir' input
|
||||
runs-on: ubuntu-latest
|
||||
permissions: {}
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
|
|
@ -49,6 +51,7 @@ jobs:
|
|||
name: >
|
||||
'SONAR_TOKEN' env var required
|
||||
runs-on: ubuntu-latest
|
||||
permissions: {}
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
|
|
@ -67,6 +70,7 @@ jobs:
|
|||
name: >
|
||||
Don't fail on Gradle project
|
||||
runs-on: ubuntu-latest
|
||||
permissions: {}
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
|
|
@ -87,6 +91,7 @@ jobs:
|
|||
name: >
|
||||
Don't fail on Kotlin Gradle project
|
||||
runs-on: ubuntu-latest
|
||||
permissions: {}
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
|
|
@ -107,6 +112,7 @@ jobs:
|
|||
name: >
|
||||
Don't fail on Maven project
|
||||
runs-on: ubuntu-latest
|
||||
permissions: {}
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
|
|
@ -127,6 +133,7 @@ jobs:
|
|||
name: >
|
||||
'RUNNER_DEBUG' is used
|
||||
runs-on: ubuntu-latest
|
||||
permissions: {}
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue