From 11bd3b4dc59ca2b901c667951ae1daad2bf6f08e Mon Sep 17 00:00:00 2001 From: Matt Manela Date: Wed, 19 Nov 2025 10:41:12 -0500 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/dotnet.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index 1bae4914..4e0c904a 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -1,4 +1,6 @@ name: .NET +permissions: + contents: read on: push: