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/test.yml
vendored
3
.github/workflows/test.yml
vendored
|
|
@ -3,6 +3,9 @@ name: "Test"
|
|||
# @see https://docs.github.com/en/actions/reference/workflow-syntax-for-github-actions#onpushpull_requestbranchestags
|
||||
on: [push, pull_request]
|
||||
|
||||
# Declare default permissions as read only.
|
||||
permissions: read-all
|
||||
|
||||
# The dependency graph:
|
||||
# test(6m)
|
||||
# multiple-arch-armv7(13m)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue