You've already forked opentelemetry-go
mirror of
https://github.com/open-telemetry/opentelemetry-go.git
synced 2025-08-10 22:31:50 +02:00
Fix codeql permission (#6518)
Fix #6514
This fix works on my main branch:
5935b601cb
.
OTel Java's codeql config:
https://github.com/open-telemetry/opentelemetry-java/blob/main/.github/workflows/codeql.yml
Co-authored-by: Damien Mathieu <42@dmathieu.com>
This commit is contained in:
2
.github/workflows/codeql-analysis.yml
vendored
2
.github/workflows/codeql-analysis.yml
vendored
@@ -22,6 +22,8 @@ permissions: read-all
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
CodeQL-Build:
|
CodeQL-Build:
|
||||||
|
permissions:
|
||||||
|
security-events: write
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
Reference in New Issue
Block a user