From fd1534da6317ebfeacb8b3dfdf50f30a18a179a5 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 2 Mar 2026 04:12:52 +0000 Subject: [PATCH 1/2] Initial plan From 284a0f2e5b0d9327c95e4e425967358b69b82e7b Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 2 Mar 2026 04:14:55 +0000 Subject: [PATCH 2/2] Add top-level permissions: {} to codeQL.yml workflow for least-privilege security Co-authored-by: torosent <17064840+torosent@users.noreply.github.com> --- .github/workflows/codeQL.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/codeQL.yml b/.github/workflows/codeQL.yml index 58eac188b..431107a79 100644 --- a/.github/workflows/codeQL.yml +++ b/.github/workflows/codeQL.yml @@ -14,6 +14,8 @@ on: workflow_call: # allows to be invoked as part of a larger workflow workflow_dispatch: # allows for the workflow to run manually see: https://docs.github.com/en/actions/using-workflows/manually-running-a-workflow +permissions: {} + env: solution: DurableTask.sln config: Release