diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 4e6c8af3aa8..28f447736f3 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'