Skip to content

Commit 33f528b

Browse files
authored
ci: Add security-events write permission for SARIF upload (#1140)
Required on `main` according to github/codeql-action#2117
1 parent d03cf09 commit 33f528b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

+3
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,9 @@ jobs:
6565

6666
# Android lint is per-variant
6767
lint:
68+
permissions:
69+
# Required to upload SARIF files
70+
security-events: write
6871
strategy:
6972
matrix:
7073
color: ["orange"]

0 commit comments

Comments
 (0)