From 0bb548a062a5f790c4996479361d3b03e18d3caa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ariel=20Pi=C3=B1eiro?= Date: Wed, 15 Apr 2026 12:40:18 +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> --- .github/workflows/test.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 0ee0d556..c52b3c16 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -2,6 +2,9 @@ name: Test on: [ push ] +permissions: + contents: read + env: CARGO_TERM_COLOR: always