Skip to content

Commit 8b3e4db

Browse files
chore: synced local '.github/workflows/ossf-scorecard.yml' with remote 'tools/sre_file_sync/ossf-scorecard.yml'
1 parent 2560b9d commit 8b3e4db

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

.github/workflows/ossf-scorecard.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,17 @@ on:
88
branches:
99
- main
1010

11-
permissions: read-all
11+
permissions:
12+
contents: read
13+
issues: read
14+
pull-requests: read
15+
checks: read
16+
actions: read
1217

1318
jobs:
1419
analysis:
1520
name: Scorecards analysis
1621
runs-on: ubuntu-latest
17-
permissions:
18-
actions: read
19-
contents: read
2022

2123
steps:
2224
- name: "Checkout code"

0 commit comments

Comments
 (0)