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 9
9
schedule :
10
10
- cron : ' 37 19 * * 0'
11
11
12
+ permissions :
13
+ contents : read
14
+
12
15
jobs :
13
16
analyze :
17
+ permissions :
18
+ actions : read # for github/codeql-action/init to get workflow details
19
+ contents : read # for actions/checkout to fetch code
20
+ security-events : write # for github/codeql-action/autobuild to send a status report
14
21
name : Analyze
15
22
runs-on : ubuntu-latest
16
23
Original file line number Diff line number Diff line change 9
9
description : ' The remote kubernetes release branch to fetch openapi spec. .e.g. "release-1.23"'
10
10
11
11
12
+ permissions :
13
+ contents : read
14
+
12
15
jobs :
13
16
generate :
17
+ permissions :
18
+ contents : write # for Git to git push
19
+ pull-requests : write # for repo-sync/pull-request to create pull requests
14
20
runs-on : ubuntu-latest
15
21
steps :
16
22
- name : Checkout Java
Original file line number Diff line number Diff line change 6
6
- master
7
7
workflow_dispatch : {}
8
8
9
+ permissions :
10
+ contents : read
11
+
9
12
jobs :
10
13
verify :
11
14
name : latest-images
You can’t perform that action at this time.
0 commit comments