From bacc3a1c1ac74b4e526740e500cfa2d767a0785b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Albero=20Cl=C3=A1udio=20Mandlate?= Date: Thu, 22 May 2025 18:22:19 +0200 Subject: [PATCH] Potential fix for code scanning alert no. 4: Workflow does not contain permissions Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> --- .github/workflows/saft-core-ci-cd.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/saft-core-ci-cd.yml b/.github/workflows/saft-core-ci-cd.yml index fd1f9e1..eab8bbf 100644 --- a/.github/workflows/saft-core-ci-cd.yml +++ b/.github/workflows/saft-core-ci-cd.yml @@ -2,6 +2,9 @@ # For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-net name: SAF-T.Core CI/CD +permissions: + contents: read + packages: write on: push: