From f669871635a7e7698ea85ed831665c0f1aeb565e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9s=20Aguiar?= Date: Wed, 30 Jul 2025 22:16:30 -0300 Subject: [PATCH] Potential fix for code scanning alert no. 1: Workflow does not contain permissions Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> --- .github/workflows/semgrep.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/semgrep.yaml b/.github/workflows/semgrep.yaml index cab8eb40..93897c6f 100644 --- a/.github/workflows/semgrep.yaml +++ b/.github/workflows/semgrep.yaml @@ -5,6 +5,8 @@ on: - main jobs: semgrep: + permissions: + contents: read name: Scan runs-on: ubuntu-latest container: