1
0
Fork 0
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:
winlin 2023-01-10 21:55:06 +08:00
parent d34085615b
commit badf33c544
4 changed files with 17 additions and 7 deletions

View file

@ -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)