File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88
99 pull_request :
1010
11+ permissions :
12+ contents : read
13+
1114jobs :
1215 dist :
1316 name : distribution packages
Original file line number Diff line number Diff line change 2020 schedule :
2121 - cron : ' 18 18 * * 3'
2222
23+ permissions :
24+ contents : read
25+
2326jobs :
2427 analyze :
28+ permissions :
29+ actions : read # for github/codeql-action/init to get workflow details
30+ contents : read # for actions/checkout to fetch code
31+ security-events : write # for github/codeql-action/autobuild to send a status report
2532 name : Analyze
2633 runs-on : ubuntu-latest
2734
Original file line number Diff line number Diff line change 33 schedule :
44 - cron : ' 0 0 * * *'
55 workflow_dispatch :
6+ permissions :
7+ contents : read
8+
69jobs :
710 stale :
11+ permissions :
12+ issues : write # for actions/stale to close stale issues
13+ pull-requests : write # for actions/stale to close stale PRs
814 runs-on : ubuntu-latest
915 steps :
1016 - uses : actions/stale@87c2b794b9b47a9bec68ae03c01aeb572ffebdb1
You can’t perform that action at this time.
0 commit comments