Skip to content

Commit b77a8c7

Browse files
authored
Merge pull request #691 from adamralph/fix-infersharp
fix InferSharp workflow
2 parents 0378d34 + 9401db4 commit b77a8c7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/infer-sharp.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ on:
33
push:
44
branches: [main, release-*]
55
pull_request:
6-
permissions: read-all
6+
permissions:
7+
security-events: write
78
jobs:
89
infer-sharp:
910
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)