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: "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