diff --git a/.github/workflows/aurora-delete.yml b/.github/workflows/aurora-delete.yml index db0ed1a4656..a2759dda6bc 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 adf98776397..afa797e7164 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 d68a0ce2296..b51c2bb5620 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 e9e9830b2a2..1843f08d6e7 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 76c27fe4af3..720398a37e5 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 64beb1ba5f4..f48ae5abf62 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 1426a7786b0..92be95950bb 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 29384b7ed03..732b677d3b1 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 8d88bcc2102..ec235fbf221 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 d2415087868..a3c93a62013 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 721839e868d..3f882b7a049 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 15f2517e73b..f368b899442 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 ba569f04e72..98c5de4c3f6 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