diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a4b21e3745..b1a390f564 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -136,6 +136,8 @@ jobs: permissions: # required to write sarif report security-events: write + # required to check out the repository + contents: read steps: - name: Checkout