Skip to content

Commit

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

0 comments on commit f5003fc

Please sign in to comment.