File tree Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Original file line number Diff line number Diff line change 1
1
name : github-actions
2
2
on : pull_request
3
+ permissions : read-all # https://github.com/ossf/scorecard/blob/e23b8ad91fd6a64a0a971ca4fc0a4d1650725615/docs/checks.md#token-permissions
3
4
jobs :
4
5
accuracy_checker :
5
6
strategy :
Original file line number Diff line number Diff line change 3
3
pull_request : null
4
4
schedule :
5
5
- cron : ' 00 3 * * *' # Run every day at 3:00 to regenerate cache
6
+ permissions : read-all # https://github.com/ossf/scorecard/blob/e23b8ad91fd6a64a0a971ca4fc0a4d1650725615/docs/checks.md#token-permissions
6
7
jobs :
7
8
cpp_gapi-demos :
8
9
runs-on : ubuntu-20.04
Original file line number Diff line number Diff line change 1
1
name : model_api-github-actions
2
2
on : pull_request
3
+ permissions : read-all # Required by https://github.com/ossf/scorecard/blob/e23b8ad91fd6a64a0a971ca4fc0a4d1650725615/docs/checks.md#token-permissions
3
4
jobs :
4
5
model_api-github-actions :
5
6
strategy :
You can’t perform that action at this time.
0 commit comments