From 0337c1d9519b68242feba8bdcd6bccb8eb1c8447 Mon Sep 17 00:00:00 2001 From: Gonzalo Diaz Date: Mon, 22 Dec 2025 22:33:01 -0300 Subject: [PATCH] [CONFIG] [Github Actions] Sonarcloud Replace "read-all" with specific permissions (e.g., "contents: read"). Read-all and Write-all permissions should not be used githubactions:S8234 Beta --- .github/workflows/markdown-lint.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/markdown-lint.yml b/.github/workflows/markdown-lint.yml index 9e07555d..69b3b76f 100644 --- a/.github/workflows/markdown-lint.yml +++ b/.github/workflows/markdown-lint.yml @@ -9,7 +9,8 @@ on: # yamllint disable-line rule:truthy branches: ["main"] workflow_dispatch: -permissions: read-all +permissions: + contents: read jobs: markdownlint: