diff --git a/.github/workflows/aurora-delete.yml b/.github/workflows/aurora-delete.yml index db0ed1a465..a2759dda6b 100644 --- a/.github/workflows/aurora-delete.yml +++ b/.github/workflows/aurora-delete.yml @@ -12,9 +12,6 @@ on: type: string required: true -permissions: - contents: read - jobs: delete: name: Delete Aurora DB diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index adf9877639..afa797e716 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,9 +22,6 @@ defaults: run: shell: bash -permissions: - contents: read - jobs: conditional: diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index d68a0ce229..b51c2bb562 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -22,9 +22,6 @@ defaults: run: shell: bash -permissions: - contents: read - jobs: conditional: diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index e9e9830b2a..1843f08d6e 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -21,9 +21,6 @@ defaults: run: shell: bash -permissions: - contents: read - jobs: conditional: @@ -102,4 +99,4 @@ jobs: - uses: actions/checkout@v4 - uses: ./.github/actions/status-check with: - jobs: ${{ toJSON(needs) }} + jobs: ${{ toJSON(needs) }} \ No newline at end of file diff --git a/.github/workflows/guides.yml b/.github/workflows/guides.yml index 76c27fe4af..720398a37e 100644 --- a/.github/workflows/guides.yml +++ b/.github/workflows/guides.yml @@ -21,9 +21,6 @@ defaults: run: shell: bash -permissions: - contents: read - jobs: conditional: diff --git a/.github/workflows/js-ci.yml b/.github/workflows/js-ci.yml index 64beb1ba5f..f48ae5abf6 100644 --- a/.github/workflows/js-ci.yml +++ b/.github/workflows/js-ci.yml @@ -21,9 +21,6 @@ defaults: run: shell: bash -permissions: - contents: read - jobs: conditional: name: Check conditional workflows and jobs diff --git a/.github/workflows/label.yml b/.github/workflows/label.yml index 1426a7786b..92be95950b 100644 --- a/.github/workflows/label.yml +++ b/.github/workflows/label.yml @@ -3,9 +3,6 @@ on: pull_request_target: types: closed -permissions: - contents: read - jobs: label: diff --git a/.github/workflows/operator-ci.yml b/.github/workflows/operator-ci.yml index 29384b7ed0..732b677d3b 100644 --- a/.github/workflows/operator-ci.yml +++ b/.github/workflows/operator-ci.yml @@ -23,9 +23,6 @@ concurrency: group: operator-ci-${{ github.ref }} cancel-in-progress: true -permissions: - contents: read - jobs: conditional: diff --git a/.github/workflows/quarkus-next.yml b/.github/workflows/quarkus-next.yml index 8d88bcc210..ec235fbf22 100644 --- a/.github/workflows/quarkus-next.yml +++ b/.github/workflows/quarkus-next.yml @@ -14,9 +14,6 @@ concurrency: group: quarkus-next-${{ github.ref }} cancel-in-progress: true -permissions: - contents: read - jobs: update-quarkus-next-branch: name: Update quarkus-next branch diff --git a/.github/workflows/schedule-nightly.yml b/.github/workflows/schedule-nightly.yml index d241508786..a3c93a6201 100644 --- a/.github/workflows/schedule-nightly.yml +++ b/.github/workflows/schedule-nightly.yml @@ -5,9 +5,6 @@ on: - cron: '0 0 * * *' workflow_dispatch: -permissions: - contents: read - jobs: setup: diff --git a/.github/workflows/snyk-analysis.yml b/.github/workflows/snyk-analysis.yml index 721839e868..3f882b7a04 100644 --- a/.github/workflows/snyk-analysis.yml +++ b/.github/workflows/snyk-analysis.yml @@ -10,9 +10,6 @@ defaults: run: shell: bash -permissions: - contents: read - jobs: analysis: name: Analysis of Quarkus and Operator diff --git a/.github/workflows/trivy-analysis.yml b/.github/workflows/trivy-analysis.yml index 15f2517e73..f368b89944 100644 --- a/.github/workflows/trivy-analysis.yml +++ b/.github/workflows/trivy-analysis.yml @@ -7,9 +7,6 @@ defaults: run: shell: bash -permissions: - contents: read - jobs: analysis: diff --git a/.github/workflows/weblate.yml b/.github/workflows/weblate.yml index ba569f04e7..98c5de4c3f 100644 --- a/.github/workflows/weblate.yml +++ b/.github/workflows/weblate.yml @@ -22,9 +22,6 @@ concurrency: group: weblate-${{ github.ref }} cancel-in-progress: true -permissions: - contents: read - jobs: update-weblate: name: Trigger Weblate to pull the latest changes