File tree Expand file tree Collapse file tree 4 files changed +11
-2
lines changed
Expand file tree Collapse file tree 4 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 66 pull_request :
77 branches : ["main"]
88
9+ permissions :
10+ contents : read
11+
912jobs :
1013 build :
1114 strategy :
Original file line number Diff line number Diff line change @@ -3,6 +3,9 @@ name: Code Coverage
33on :
44 workflow_call :
55
6+ permissions :
7+ contents : read
8+
69jobs :
710 publish-coverage :
811 runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 77
88# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
99permissions :
10- actions : read
10+ contents : read
1111 pages : write
12- id-token : write
12+ id-token : write # Required for actions/deploy-pages
1313
1414# Allow only one concurrent deployment, skipping runs queued between the run in-progress and latest queued.
1515# However, do NOT cancel in-progress runs as we want to allow these production deployments to complete.
Original file line number Diff line number Diff line change 88 branches : [ "main" ]
99 paths : " **.md"
1010
11+ permissions :
12+ contents : read
13+
1114jobs :
1215 markdown-link-check :
1316 runs-on : ubuntu-latest
You can’t perform that action at this time.
0 commit comments