From ead1826afbf47319ba7eee2cefa2d5fbecc5a05d Mon Sep 17 00:00:00 2001 From: Tingluo Huang Date: Tue, 21 Dec 2021 10:32:55 -0500 Subject: [PATCH] Update codeql.yml --- .github/workflows/codeql.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 4e6c8af3a..28f447736 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -1,7 +1,12 @@ name: "Code Scanning - Action" +permissions: + security-events: write + on: push: + branches: + - main pull_request: schedule: - cron: '0 0 * * 0'