File tree Expand file tree Collapse file tree 3 files changed +12
-6
lines changed Expand file tree Collapse file tree 3 files changed +12
-6
lines changed Original file line number Diff line number Diff line change 1919 - ' **/*.md'
2020 workflow_dispatch :
2121
22- permissions :
23- contents : read
22+ permissions : {}
2423
2524jobs :
2625 benchmark :
2726 name : benchmark
2827 runs-on : ubuntu-latest
2928
29+ permissions :
30+ contents : read
31+
3032 steps :
3133
3234 - name : Checkout code
Original file line number Diff line number Diff line change 1414 - dotnet-nightly
1515 workflow_dispatch :
1616
17- permissions :
18- contents : read
17+ permissions : {}
1918
2019env :
2120 DOTNET_NOLOGO : true
3029 name : ${{ matrix.os }}
3130 runs-on : ${{ matrix.os }}
3231
32+ permissions :
33+ contents : read
34+
3335 strategy :
3436 fail-fast : false
3537 matrix :
Original file line number Diff line number Diff line change 1414 - dotnet-nightly
1515 workflow_dispatch :
1616
17- permissions :
18- contents : read
17+ permissions : {}
1918
2019env :
2120 FORCE_COLOR : 3
2524 lint :
2625 runs-on : ubuntu-latest
2726
27+ permissions :
28+ contents : read
29+
2830 steps :
2931
3032 - name : Checkout code
You can’t perform that action at this time.
0 commit comments