File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1616 - ' actions/spa-setup-task/**'
1717 workflow_dispatch :
1818
19+ permissions :
20+ contents : read
21+ packages : write
22+
1923jobs :
2024 check-dist :
2125 runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 1616jobs :
1717 check :
1818 name : Static analysis
19- runs-on : ubuntu-22.04
19+ runs-on : ubuntu-latest
2020 permissions :
2121 contents : read
2222 steps :
2626
2727 test :
2828 name : Tests
29- runs-on : ubuntu-22.04
29+ runs-on : ubuntu-latest
3030 permissions :
3131 contents : read
3232 steps :
3636
3737 build_and_push :
3838 name : Build, push and sign images
39- runs-on : ubuntu-22.04
39+ runs-on : ubuntu-latest
4040 needs : [check, test]
4141 permissions :
4242 contents : " read"
@@ -193,7 +193,10 @@ jobs:
193193 if : github.ref == 'refs/heads/master'
194194 needs :
195195 - build_and_push
196- runs-on : ubuntu-22.04
196+ permissions :
197+ contents : read
198+ packages : write
199+ runs-on : ubuntu-latest
197200 steps :
198201 - uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # ratchet:actions/checkout@v6
199202
You can’t perform that action at this time.
0 commit comments