Skip to content

Commit ee66d2c

Browse files
XSAMdmathieu
andauthored
Fix codeql permission (#6518)
Fix #6514 This fix works on my main branch: XSAM@5935b60. OTel Java's codeql config: https://github.com/open-telemetry/opentelemetry-java/blob/main/.github/workflows/codeql.yml Co-authored-by: Damien Mathieu <[email protected]>
1 parent 905684c commit ee66d2c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ permissions: read-all
2222

2323
jobs:
2424
CodeQL-Build:
25+
permissions:
26+
security-events: write
2527
runs-on: ubuntu-latest
2628

2729
steps:

0 commit comments

Comments
 (0)