Skip to content

Commit

Permalink
Merge pull request #3985 from facebook/scorecard_permission
Browse files Browse the repository at this point in the history
try to silence some scorecard warnings
  • Loading branch information
Cyan4973 committed Mar 21, 2024
2 parents c6e5257 + 273d127 commit 78f732c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ on:
push:
branches:
- dev
permissions: read-all
jobs:
short-tests-0:
runs-on: ubuntu-latest
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
- release
- dev
- master
permissions: read-all
jobs:
regression-test:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 78f732c

Please sign in to comment.