Skip to content

Commit 78f732c

Browse files
authored
Merge pull request #3985 from facebook/scorecard_permission
try to silence some scorecard warnings
2 parents c6e5257 + 273d127 commit 78f732c

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/commit.yml

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ on:
33
push:
44
branches:
55
- dev
6+
permissions: read-all
67
jobs:
78
short-tests-0:
89
runs-on: ubuntu-latest

.github/workflows/nightly.yml

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77
- release
88
- dev
99
- master
10+
permissions: read-all
1011
jobs:
1112
regression-test:
1213
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)