Skip to content

Commit 1dfd2e6

Browse files
authored
Token permissions fix (#3958)
Ticket 143131
1 parent 83eb499 commit 1dfd2e6

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

.github/workflows/accuracy_checker.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
name: github-actions
22
on: pull_request
3+
permissions: read-all # https://github.com/ossf/scorecard/blob/e23b8ad91fd6a64a0a971ca4fc0a4d1650725615/docs/checks.md#token-permissions
34
jobs:
45
accuracy_checker:
56
strategy:

.github/workflows/cpp_gapi-demos.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ on:
33
pull_request: null
44
schedule:
55
- 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
67
jobs:
78
cpp_gapi-demos:
89
runs-on: ubuntu-20.04

.github/workflows/model_api.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
name: model_api-github-actions
22
on: pull_request
3+
permissions: read-all # Required by https://github.com/ossf/scorecard/blob/e23b8ad91fd6a64a0a971ca4fc0a4d1650725615/docs/checks.md#token-permissions
34
jobs:
45
model_api-github-actions:
56
strategy:

0 commit comments

Comments
 (0)