mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
Scorecard: Delcare default permissions as read only except CodeQL.
This commit is contained in:
parent
d34085615b
commit
badf33c544
4 changed files with 17 additions and 7 deletions
3
.github/workflows/codeql-analysis.yml
vendored
3
.github/workflows/codeql-analysis.yml
vendored
|
|
@ -3,6 +3,9 @@ name: "CodeQL"
|
|||
# @see https://docs.github.com/en/actions/reference/workflow-syntax-for-github-actions#onpushpull_requestbranchestags
|
||||
on: [push, pull_request]
|
||||
|
||||
# See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#permissions
|
||||
permissions: write-all
|
||||
|
||||
jobs:
|
||||
analyze:
|
||||
name: actions-codeql-analyze
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue