diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index c1c41171..86480728 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -13,6 +13,9 @@ jobs: name: Analyze runs-on: ubuntu-latest + permissions: + security-events: write + steps: - name: Checkout repository uses: actions/checkout@v2