From 6299fb86a02401fa57b0c47583386557ee9206c9 Mon Sep 17 00:00:00 2001 From: Brian Surowiec Date: Tue, 20 Apr 2021 23:16:15 -0400 Subject: [PATCH] Set token permissions --- .github/workflows/codeql-analysis.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index ca2ff55..6d86594 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -5,6 +5,10 @@ on: branches: [main] schedule: - cron: "0 6 * * 1" + workflow_dispatch: + +permissions: + security-events: write env: DOTNET_NOLOGO: true