diff --git a/.github/workflows/pr-codeql-frontend.yml b/.github/workflows/pr-codeql-frontend.yml index efc1a2b..f8d7b31 100644 --- a/.github/workflows/pr-codeql-frontend.yml +++ b/.github/workflows/pr-codeql-frontend.yml @@ -26,6 +26,10 @@ jobs: analyze: name: Analyze runs-on: ubuntu-latest + permissions: + actions: read + contents: read + security-events: write steps: - name: Checkout repository