From 0371bcbdaa6cb00c99dcf0ea6f1e97bd53eee239 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9s=20Aguiar?= Date: Wed, 30 Jul 2025 10:02:33 -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 66e24d3..0d3e1e4 100644 --- a/.github/workflows/semgrep.yaml +++ b/.github/workflows/semgrep.yaml @@ -1,4 +1,6 @@ name: Semgrep +permissions: + contents: read on: push: branches: