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 99 schedule :
1010 - cron : ' 37 19 * * 0'
1111
12+ permissions :
13+ contents : read
14+
1215jobs :
1316 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
1421 name : Analyze
1522 runs-on : ubuntu-latest
1623
Original file line number Diff line number Diff line change 99 description : ' The remote kubernetes release branch to fetch openapi spec. .e.g. "release-1.23"'
1010
1111
12+ permissions :
13+ contents : read
14+
1215jobs :
1316 generate :
17+ permissions :
18+ contents : write # for Git to git push
19+ pull-requests : write # for repo-sync/pull-request to create pull requests
1420 runs-on : ubuntu-latest
1521 steps :
1622 - name : Checkout Java
Original file line number Diff line number Diff line change 66 - master
77 workflow_dispatch : {}
88
9+ permissions :
10+ contents : read
11+
912jobs :
1013 verify :
1114 name : latest-images
You can’t perform that action at this time.
0 commit comments