File tree Expand file tree Collapse file tree 7 files changed +18
-18
lines changed Expand file tree Collapse file tree 7 files changed +18
-18
lines changed Original file line number Diff line number Diff line change 88
99name : Build
1010
11- permissions :
12- contents : read
13-
1411on :
1512 workflow_call :
1613 inputs :
2118 type : string
2219 required : true
2320
21+ permissions : read-all
22+
2423jobs :
2524 Build :
2625 runs-on : ${{ inputs.os }}
Original file line number Diff line number Diff line change 77
88name : Build Doc
99
10- permissions :
11- contents : read
12-
1310on :
1411 workflow_call :
1512 inputs :
2017 type : string
2118 required : true
2219
20+ permissions : read-all
21+
2322jobs :
2423 Build :
2524 runs-on : ${{ inputs.os }}
Original file line number Diff line number Diff line change 88
99name : CodeCov
1010
11- permissions :
12- contents : read
13-
1411on :
1512 workflow_call :
1613 inputs :
2118 type : string
2219 required : true
2320
21+ permissions : read-all
22+
2423concurrency :
2524 group : codecov-${{ github.ref }}
2625 cancel-in-progress : true
Original file line number Diff line number Diff line change @@ -15,6 +15,12 @@ name: CodeQL
1515on :
1616 workflow_call :
1717
18+ # Don't change this permissions. These must match those of the analyze job.
19+ permissions :
20+ actions : read
21+ contents : read
22+ security-events : write
23+
1824jobs :
1925 analyze :
2026 name : Analyze
Original file line number Diff line number Diff line change 77
88name : Pre-Commit
99
10- permissions :
11- contents : read
12-
1310on :
1411 workflow_call :
1512
13+ permissions : read-all
14+
1615jobs :
1716 Pre-Commit :
1817 runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 99
1010name : PyPI Publish
1111
12- permissions :
13- contents : read
14-
1512on :
1613 workflow_call :
1714 inputs :
2219 API_TOKEN :
2320 required : true
2421
22+ permissions : read-all
23+
2524jobs :
2625 PyPI-Publish :
2726 name : Upload to ${{ inputs.REPOSITORY_URL }}
Original file line number Diff line number Diff line change 77
88name : Test Spot
99
10- permissions :
11- contents : read
12-
1310on :
1411 workflow_call :
1512 inputs :
2017 type : string
2118 required : true
2219
20+ permissions : read-all
21+
2322jobs :
2423 Test :
2524 name : Test ${{ inputs.os }} ${{ inputs.python-version }}
You can’t perform that action at this time.
0 commit comments