Merge pull request #8299 from zen-browser/revert-8282-alert-autofix-16

Revert "Potential fix for code scanning alert no. 16: Workflow does not contain permissions"
This commit is contained in:
mr. m 2025-05-14 10:41:33 +02:00 committed by GitHub
commit 562274a161
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -449,8 +449,6 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
needs: [windows-step-3, linux] needs: [windows-step-3, linux]
if: always() if: always()
permissions:
contents: read
steps: steps:
- name: Download aws-cli - name: Download aws-cli
if: ${{ inputs.create_release && inputs.update_branch == 'release' }} if: ${{ inputs.create_release && inputs.update_branch == 'release' }}