diff --git a/.github/workflows/build_qodana.yml b/.github/workflows/build_qodana.yml index fb4fc5b2..39b83f91 100644 --- a/.github/workflows/build_qodana.yml +++ b/.github/workflows/build_qodana.yml @@ -28,9 +28,11 @@ jobs: qodana: runs-on: ubuntu-latest permissions: + actions: read contents: write pull-requests: write checks: write + security-events: write steps: - uses: actions/checkout@v4 with: