From 1caa6d9aa56397405ad0969e49aca713ced9b69f Mon Sep 17 00:00:00 2001 From: "mr. m" <91018726+mauro-balades@users.noreply.github.com> Date: Wed, 14 May 2025 10:17:24 +0200 Subject: [PATCH] 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> --- .github/workflows/build.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 22ab97059..69e3ae233 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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' }}