From 67a52ae02c1c9a460cea013f18b54f1c2c5c91f3 Mon Sep 17 00:00:00 2001 From: "mr. m" <91018726+mauro-balades@users.noreply.github.com> Date: Wed, 14 May 2025 10:18:37 +0200 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> Signed-off-by: mr. m <91018726+mauro-balades@users.noreply.github.com> --- .github/workflows/check-candidate-release.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/check-candidate-release.yml b/.github/workflows/check-candidate-release.yml index 4b7c2a98..57e8c038 100644 --- a/.github/workflows/check-candidate-release.yml +++ b/.github/workflows/check-candidate-release.yml @@ -5,6 +5,9 @@ on: - cron: '59 4 * * 2' workflow_dispatch: +permissions: + contents: read + jobs: check_candidates: runs-on: ubuntu-latest