From 47b88cb93a5b6880f804fb8b53bc2d5a1152553b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mat=C3=BA=C5=A1=20N=C3=A1me=C5=A1n=C3=BD?= Date: Sun, 25 May 2025 16:07:48 +0200 Subject: [PATCH] Potential fix for code scanning alert no. 7: Workflow does not contain permissions Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> --- .github/workflows/typescript.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/typescript.yml b/.github/workflows/typescript.yml index 29fe19e..9ee6610 100644 --- a/.github/workflows/typescript.yml +++ b/.github/workflows/typescript.yml @@ -1,5 +1,8 @@ name: TypeScript Type Check +permissions: + contents: read + on: push: branches: