From 96bbfcb273f92afbd065bbe7f0ec1374f888000e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mat=C3=BA=C5=A1=20N=C3=A1me=C5=A1n=C3=BD?= Date: Sat, 26 Jul 2025 23:28:59 +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/webui_test.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/webui_test.yaml b/.github/workflows/webui_test.yaml index c5a294a..1293ebb 100644 --- a/.github/workflows/webui_test.yaml +++ b/.github/workflows/webui_test.yaml @@ -1,4 +1,6 @@ name: WebUI Tests +permissions: + contents: read on: push: