File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66 branches : [ main ]
77 workflow_dispatch :
88
9+ permissions : {}
10+
911jobs :
1012 tox :
1113 name : ${{ matrix.name }}
1214 runs-on : ubuntu-latest
1315
16+ permissions :
17+ contents : read
18+
1419 container : python:${{ matrix.python }}
1520
1621 strategy :
@@ -36,12 +41,18 @@ jobs:
3641 name : Zizmor
3742 runs-on : ubuntu-latest
3843
44+ permissions :
45+ contents : read
46+
3947 steps :
4048 - uses : pgjones/actions/zizmor@dbbee601c084d000c4fc711d4b27cb306e15ead1 # v1
4149
4250 compliance :
4351 runs-on : ubuntu-latest
4452
53+ permissions :
54+ contents : read
55+
4556 steps :
4657 - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
4758 with :
Original file line number Diff line number Diff line change 33 push :
44 tags :
55 - ' *'
6+ permissions : {}
7+
68jobs :
79 build :
810 runs-on : ubuntu-latest
You can’t perform that action at this time.
0 commit comments