diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index e37a4d05..871fdb8e 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -7,6 +7,8 @@ on: permissions: contents: read + security-events: write + pull-requests: read jobs: codeql: @@ -22,4 +24,4 @@ jobs: - name: Build debug APK run: bash ./gradlew assembleDev --stacktrace - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@v1 \ No newline at end of file + uses: github/codeql-action/analyze@v1