Skip to content

Commit

Permalink
test QA with no GITHUB_TOKEN permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
pierre-guillot-gh committed Jul 24, 2024
1 parent b7cc8bf commit 3bf6e4b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/qa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ jobs:
name: >
'args' input
runs-on: ubuntu-latest
permissions: {}
steps:
- uses: actions/checkout@v4
with:
Expand All @@ -29,6 +30,7 @@ jobs:
name: >
'projectBaseDir' input
runs-on: ubuntu-latest
permissions: {}
steps:
- uses: actions/checkout@v4
with:
Expand All @@ -49,6 +51,7 @@ jobs:
name: >
'SONAR_TOKEN' env var required
runs-on: ubuntu-latest
permissions: {}
steps:
- uses: actions/checkout@v4
with:
Expand All @@ -67,6 +70,7 @@ jobs:
name: >
Don't fail on Gradle project
runs-on: ubuntu-latest
permissions: {}
steps:
- uses: actions/checkout@v4
with:
Expand All @@ -87,6 +91,7 @@ jobs:
name: >
Don't fail on Kotlin Gradle project
runs-on: ubuntu-latest
permissions: {}
steps:
- uses: actions/checkout@v4
with:
Expand All @@ -107,6 +112,7 @@ jobs:
name: >
Don't fail on Maven project
runs-on: ubuntu-latest
permissions: {}
steps:
- uses: actions/checkout@v4
with:
Expand All @@ -127,6 +133,7 @@ jobs:
name: >
'RUNNER_DEBUG' is used
runs-on: ubuntu-latest
permissions: {}
steps:
- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 3bf6e4b

Please sign in to comment.