mirror of
https://github.com/owntone/owntone-server.git
synced 2025-11-21 02:09:11 -05:00
[gh-actions] Give CodeQL "security-events: write" permission
As per https://github.com/github/codeql-action?tab=readme-ov-file#workflow-permissions
This commit is contained in:
1
.github/workflows/codeql-analysis.yml
vendored
1
.github/workflows/codeql-analysis.yml
vendored
@@ -1,6 +1,7 @@
|
|||||||
name: "CodeQL"
|
name: "CodeQL"
|
||||||
permissions:
|
permissions:
|
||||||
contents: read
|
contents: read
|
||||||
|
security-events: write
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
|
|||||||
Reference in New Issue
Block a user