File tree Expand file tree Collapse file tree 4 files changed +11
-0
lines changed Expand file tree Collapse file tree 4 files changed +11
-0
lines changed Original file line number Diff line number Diff line change 2525 build :
2626 name : Build
2727 runs-on : ubuntu-latest
28+ permissions :
29+ contents : read
2830 steps :
2931 - name : Checkout
3032 uses : actions/checkout@v4
Original file line number Diff line number Diff line change 2525 linting :
2626 name : Documentation linting
2727 runs-on : ubuntu-latest
28+ permissions :
29+ contents : read
2830 steps :
2931 - name : Checkout
3032 uses : actions/checkout@v4
4749 policy-doc :
4850 name : Policy documentation
4951 runs-on : ubuntu-latest
52+ permissions :
53+ contents : read
5054 steps :
5155 - name : Checkout
5256 uses : actions/checkout@v3
Original file line number Diff line number Diff line change 2929 build :
3030 name : Policy Test
3131 runs-on : ubuntu-latest
32+ permissions :
33+ contents : read
3234 steps :
3335 - name : Checkout
3436 uses : actions/checkout@v4
Original file line number Diff line number Diff line change 2121jobs :
2222 goreleaser :
2323 runs-on : ubuntu-latest
24+ permissions :
25+ contents : write
26+ packages : write
2427 steps :
2528 - name : Checkout
2629 uses : actions/checkout@v4
You can’t perform that action at this time.
0 commit comments