File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44jobs :
55 go-apidiff :
66 runs-on : ubuntu-latest
7+ permissions :
8+ contents : read
79 steps :
810 - uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
911 with :
Original file line number Diff line number Diff line change 77jobs :
88 build :
99 runs-on : ubuntu-latest
10+ permissions :
11+ contents : read
1012 steps :
1113 - name : Checkout code
1214 uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
Original file line number Diff line number Diff line change 2323 env :
2424 BRANCH : ${{ inputs.branch }}
2525 runs-on : ubuntu-latest
26+ permissions :
27+ contents : read
28+ packages : write
2629 steps :
2730 - name : Checkout code
2831 uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
Original file line number Diff line number Diff line change 88jobs :
99 lint :
1010 runs-on : ubuntu-latest
11+ permissions :
12+ contents : read
1113 steps :
1214 - name : Checkout code
1315 uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
Original file line number Diff line number Diff line change 1111jobs :
1212 scan :
1313 runs-on : ubuntu-latest
14+ permissions :
15+ contents : read
1416 steps :
1517 - name : Checkout code
1618 uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
Original file line number Diff line number Diff line change 66jobs :
77 test :
88 runs-on : ubuntu-latest
9+ permissions :
10+ contents : read
911 steps :
1012 - uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
1113 - name : Install Go
Original file line number Diff line number Diff line change 66jobs :
77 test :
88 runs-on : ubuntu-latest
9+ permissions :
10+ contents : read
911 steps :
1012 - uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
1113 - name : Install Go
You can’t perform that action at this time.
0 commit comments