File tree Expand file tree Collapse file tree 3 files changed +16
-0
lines changed Expand file tree Collapse file tree 3 files changed +16
-0
lines changed Original file line number Diff line number Diff line change 8
8
9
9
pull_request :
10
10
11
+ permissions :
12
+ contents : read
13
+
11
14
jobs :
12
15
dist :
13
16
name : distribution packages
Original file line number Diff line number Diff line change 20
20
schedule :
21
21
- cron : ' 18 18 * * 3'
22
22
23
+ permissions :
24
+ contents : read
25
+
23
26
jobs :
24
27
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
25
32
name : Analyze
26
33
runs-on : ubuntu-latest
27
34
Original file line number Diff line number Diff line change 3
3
schedule :
4
4
- cron : ' 0 0 * * *'
5
5
workflow_dispatch :
6
+ permissions :
7
+ contents : read
8
+
6
9
jobs :
7
10
stale :
11
+ permissions :
12
+ issues : write # for actions/stale to close stale issues
13
+ pull-requests : write # for actions/stale to close stale PRs
8
14
runs-on : ubuntu-latest
9
15
steps :
10
16
- uses : actions/stale@87c2b794b9b47a9bec68ae03c01aeb572ffebdb1
You can’t perform that action at this time.
0 commit comments