File tree Expand file tree Collapse file tree 3 files changed +12
-4
lines changed
Expand file tree Collapse file tree 3 files changed +12
-4
lines changed Original file line number Diff line number Diff line change 1010
1111 workflow_dispatch :
1212
13+ permissions :
14+ contents : read
15+ pull-requests : read
16+
1317jobs :
1418 unit-test :
1519 runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 88 schedule :
99 - cron : ' 43 11 * * 5'
1010
11+ permissions :
12+ security-events : write
13+ actions : read
14+ contents : read
15+
1116jobs :
1217 analyze :
1318 name : Analyze
1419 runs-on : ' ubuntu-latest'
1520 timeout-minutes : 30
16- permissions :
17- security-events : write
18- actions : read
19- contents : read
2021
2122 strategy :
2223 fail-fast : false
Original file line number Diff line number Diff line change 55 # branches:
66 # - master
77
8+ permissions :
9+ contents : write
10+
811concurrency :
912 group : ${{ github.workflow }}-${{ github.ref }}
1013
You can’t perform that action at this time.
0 commit comments