From 439f2ecccbdf3c77fea94e2902201d748ec0d57f Mon Sep 17 00:00:00 2001 From: "rmotta.info:~#" <55290205+rmottainfo@users.noreply.github.com> Date: Tue, 23 Sep 2025 12:28:41 -0300 Subject: [PATCH] Potential fix for code scanning alert no. 9: Workflow does not contain permissions Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> --- .github/workflows/gh-repo-list-save.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/gh-repo-list-save.yml b/.github/workflows/gh-repo-list-save.yml index e850f7b..1a3ed0e 100644 --- a/.github/workflows/gh-repo-list-save.yml +++ b/.github/workflows/gh-repo-list-save.yml @@ -1,4 +1,7 @@ name: List Repositories and Save +permissions: + contents: read + actions: read on: workflow_dispatch: