File tree 8 files changed +31
-4
lines changed
8 files changed +31
-4
lines changed Original file line number Diff line number Diff line change 6
6
jobs :
7
7
build-alpine :
8
8
runs-on : ubuntu-latest
9
+ timeout-minutes : 5
10
+
9
11
container :
10
12
image : alpine:latest
11
- timeout-minutes : 5
13
+
14
+ permissions :
15
+ contents : read
12
16
13
17
steps :
14
18
- uses : actions/checkout@v4
Original file line number Diff line number Diff line change 6
6
jobs :
7
7
build-fedora :
8
8
runs-on : ubuntu-latest
9
+ timeout-minutes : 5
10
+
9
11
container :
10
12
image : fedora:latest
11
- timeout-minutes : 5
13
+
14
+ permissions :
15
+ contents : read
12
16
13
17
steps :
14
18
- name : Install git inside container
Original file line number Diff line number Diff line change 14
14
runs-on : ubuntu-latest
15
15
timeout-minutes : 15
16
16
17
+ permissions :
18
+ contents : read
19
+
17
20
steps :
18
21
- uses : actions/checkout@v4
19
22
Original file line number Diff line number Diff line change 14
14
runs-on : macos-latest
15
15
timeout-minutes : 5
16
16
17
+ permissions :
18
+ contents : read
19
+
17
20
steps :
18
21
- uses : actions/checkout@v4
19
22
Original file line number Diff line number Diff line change 8
8
runs-on : ubuntu-latest
9
9
timeout-minutes : 15
10
10
11
+ permissions :
12
+ contents : read
13
+
11
14
steps :
12
15
- uses : actions/checkout@v4
13
16
Original file line number Diff line number Diff line change 8
8
runs-on : ubuntu-latest
9
9
timeout-minutes : 10
10
10
11
+ permissions :
12
+ contents : read
13
+
11
14
steps :
12
15
- uses : actions/checkout@v4
13
16
Original file line number Diff line number Diff line change @@ -10,9 +10,11 @@ concurrency:
10
10
11
11
jobs :
12
12
transifex-upload :
13
-
14
13
runs-on : ubuntu-latest
15
- timeout-minutes : 15
14
+ timeout-minutes : 5
15
+
16
+ permissions :
17
+ contents : read
16
18
17
19
steps :
18
20
- uses : actions/checkout@v4
Original file line number Diff line number Diff line change @@ -11,6 +11,11 @@ concurrency:
11
11
jobs :
12
12
update-sources :
13
13
runs-on : ubuntu-latest
14
+ timeout-minutes : 5
15
+
16
+ permissions :
17
+ contents : read
18
+
14
19
steps :
15
20
- uses : actions/checkout@v4
16
21
You can’t perform that action at this time.
0 commit comments