File tree Expand file tree Collapse file tree 7 files changed +24
-0
lines changed Expand file tree Collapse file tree 7 files changed +24
-0
lines changed Original file line number Diff line number Diff line change 7
7
check_time_server :
8
8
name : Check Python-based Time Server
9
9
runs-on : ubuntu-latest
10
+ permissions :
11
+ contents : read
10
12
timeout-minutes : 15
11
13
steps :
12
14
- uses : actions/checkout@v4
41
43
check_weather_alerts_server :
42
44
name : Check Typescript-based Weather Alerts Server
43
45
runs-on : ubuntu-latest
46
+ permissions :
47
+ contents : read
44
48
timeout-minutes : 15
45
49
steps :
46
50
- uses : actions/checkout@v4
Original file line number Diff line number Diff line change 14
14
check-lock :
15
15
runs-on : ubuntu-latest
16
16
timeout-minutes : 15
17
+ permissions :
18
+ contents : read
17
19
steps :
18
20
- uses : actions/checkout@v4
19
21
Original file line number Diff line number Diff line change 12
12
name : Semantic Pull Request
13
13
runs-on : ubuntu-latest
14
14
timeout-minutes : 15
15
+ permissions :
16
+ contents : read
15
17
steps :
16
18
- uses : amannn/action-semantic-pull-request@v5
17
19
env :
Original file line number Diff line number Diff line change 7
7
check_python :
8
8
name : Check Python library
9
9
runs-on : ubuntu-latest
10
+ permissions :
11
+ contents : read
10
12
timeout-minutes : 15
11
13
steps :
12
14
- uses : actions/checkout@v4
Original file line number Diff line number Diff line change 9
9
determine_release :
10
10
name : " Determine if release is needed"
11
11
runs-on : ubuntu-latest
12
+ permissions :
13
+ contents : read
12
14
timeout-minutes : 15
13
15
outputs :
14
16
pending_version_number : ${{ steps.versiondetails.outputs.pendingversion }}
91
93
name : " Run unit tests"
92
94
needs : determine_release
93
95
if : needs.determine_release.outputs.pending_version_available == 'true'
96
+ permissions :
97
+ contents : read
94
98
timeout-minutes : 15
95
99
uses : ./.github/workflows/unit-tests.yml
96
100
Original file line number Diff line number Diff line change 7
7
check_typescript :
8
8
name : Check Typescript library
9
9
runs-on : ubuntu-latest
10
+ permissions :
11
+ contents : read
10
12
timeout-minutes : 15
11
13
steps :
12
14
- uses : actions/checkout@v4
37
39
check_typescript_chatbot :
38
40
name : Check Typescript chatbot
39
41
runs-on : ubuntu-latest
42
+ permissions :
43
+ contents : read
40
44
timeout-minutes : 15
41
45
steps :
42
46
- uses : actions/checkout@v4
Original file line number Diff line number Diff line change 10
10
jobs :
11
11
python :
12
12
timeout-minutes : 15
13
+ permissions :
14
+ contents : read
13
15
uses : ./.github/workflows/python-checks.yml
14
16
typescript :
15
17
timeout-minutes : 15
18
+ permissions :
19
+ contents : read
16
20
uses : ./.github/workflows/typescript-checks.yml
17
21
cdk :
18
22
timeout-minutes : 15
23
+ permissions :
24
+ contents : read
19
25
uses : ./.github/workflows/cdk-checks.yml
You can’t perform that action at this time.
0 commit comments