Potential fix for code scanning alert no. 16: Workflow does not contain permissions

Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
Signed-off-by: mr. m  <91018726+mauro-balades@users.noreply.github.com>
This commit is contained in:
mr. m
2025-05-14 10:17:24 +02:00
committed by GitHub
parent ecc6df3301
commit 1caa6d9aa5

View File

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