File tree Expand file tree Collapse file tree 4 files changed +29
-4
lines changed
Expand file tree Collapse file tree 4 files changed +29
-4
lines changed Original file line number Diff line number Diff line change 11name : build
22on : [push, pull_request]
3+
4+ permissions :
5+ contents : read
6+
37jobs :
48 build :
59 name : " ${{ matrix.id }}"
5761 - name : Install Git
5862 run : apt-get -y install git
5963 - uses : actions/checkout@v4
64+ with :
65+ persist-credentials : false
6066 - name : Install build tools
6167 shell : bash
6268 run : |
Original file line number Diff line number Diff line change 33
44name : debian
55on : [push, pull_request]
6+
7+ permissions :
8+ contents : read
9+
610jobs :
711 debian-build :
812 name : ' Debian Build ${{ matrix.image_tag }} ${{ matrix.architecture }}'
2832 - name : Install Git
2933 run : apt-get -y install git
3034 - uses : actions/checkout@v4
35+ with :
36+ persist-credentials : false
3137 - name : Install build tools
3238 run : apt-get -y install devscripts adduser fakeroot sudo
3339 - name : Install build dependencies
7076 architecture : [amd64]
7177 container : debian:${{ matrix.image_tag }}
7278 steps :
73- - uses : actions/checkout@master
79+ - uses : actions/checkout@v4
80+ with :
81+ persist-credentials : false
7482 - name : Download build artifact
7583 uses : actions/download-artifact@v4
7684 with :
Original file line number Diff line number Diff line change 11name : isort
22
3- on :
4- - push
5- - pull_request
3+ on : [push, pull_request]
4+
5+ permissions :
6+ contents : read
67
78jobs :
89 isort :
910 runs-on : ubuntu-latest
1011 steps :
1112 - uses : actions/checkout@v4
13+ with :
14+ persist-credentials : false
1215 - uses : isort/isort-action@v1
Original file line number Diff line number Diff line change 11name : lint
22on : [push, pull_request]
3+
4+ permissions :
5+ contents : read
6+
37jobs :
48 build :
59 name : Build for Lint Tasks
1721 - name : Install Git
1822 run : apt-get -y install git
1923 - uses : actions/checkout@v4
24+ with :
25+ persist-credentials : false
2026 - name : Install build tools
2127 shell : bash
2228 run : |
@@ -261,6 +267,8 @@ jobs:
261267 runs-on : ubuntu-latest
262268 steps :
263269 - uses : actions/checkout@v4
270+ with :
271+ persist-credentials : false
264272 - name : Setup Node.js v18
265273 uses : actions/setup-node@v3
266274 with :
You can’t perform that action at this time.
0 commit comments