File tree Expand file tree Collapse file tree 2 files changed +14
-0
lines changed
Expand file tree Collapse file tree 2 files changed +14
-0
lines changed Original file line number Diff line number Diff line change 77 branches : [ main ]
88 workflow_dispatch :
99
10+ permissions :
11+ contents : read
12+
1013jobs :
1114 build :
1215 name : Build and Test
1316 runs-on : ubuntu-latest
17+ permissions :
18+ contents : read
1419
1520 steps :
1621 - name : Checkout repository
Original file line number Diff line number Diff line change 1212 # Run weekly on Monday at 9:00 AM UTC to check for outdated actions
1313 - cron : ' 0 9 * * 1'
1414
15+ permissions :
16+ contents : read
17+
1518jobs :
1619 validate-workflows :
1720 name : Validate Workflow Files
1821 runs-on : ubuntu-latest
22+ permissions :
23+ contents : read
1924
2025 steps :
2126 - name : Checkout repository
4449 detect-outdated-actions :
4550 name : Detect Outdated Actions
4651 runs-on : ubuntu-latest
52+ permissions :
53+ contents : read
4754
4855 steps :
4956 - name : Checkout repository
@@ -196,6 +203,8 @@ jobs:
196203 runs-on : ubuntu-latest
197204 needs : [validate-workflows, detect-outdated-actions]
198205 if : always()
206+ permissions :
207+ contents : read
199208
200209 steps :
201210 - name : Create summary
You can’t perform that action at this time.
0 commit comments