diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 31599f4e..d73b02da 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -8,7 +8,10 @@ jobs: analyze: name: Analyze runs-on: ubuntu-latest - + permissions: + actions: read + contents: read + security-events: write steps: - name: Checkout repository uses: actions/checkout@v4