File tree 9 files changed +150
-142
lines changed
9 files changed +150
-142
lines changed Original file line number Diff line number Diff line change 14
14
contents : write
15
15
actions : write
16
16
steps :
17
- - uses : actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3
17
+ - uses : actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
18
18
with :
19
19
node-version : 20
20
20
- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
Original file line number Diff line number Diff line change 42
42
# change docs via PR in case of locked main branch
43
43
- name : Create Pull Request (main branch only)
44
44
if : github.ref == 'refs/heads/main' && github.repository_owner == 'philips-labs'
45
- uses : peter-evans/create-pull-request@6cd32fd93684475c31847837f87bb135d40a2b79 # v7.0.3
45
+ uses : peter-evans/create-pull-request@5e914681df9dc83aa4e4905692ca88beb2f9e91f # v7.0.5
46
46
with :
47
47
token : ${{ secrets.GITHUB_TOKEN }}
48
48
commit-message : " docs: auto update terraform docs"
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ For non ephemeral runners with the idle config the module will avoid scaling dow
24
24
25
25
## Detailed design
26
26
27
- The diagram below shows the architecture of the module, groups are indicating the different components. Ww will go through the components in the following sections.
27
+ The diagram below shows the architecture of the module, groups are indicating the different components. We will go through the components in the following sections.
28
28
29
29
![ Architecture] ( assets/aws-architecture.light.png#only-light )
30
30
![ Architecture] ( assets/aws-architecture.dark.png#only-dark )
Original file line number Diff line number Diff line change 23
23
"@typescript-eslint/eslint-plugin" : " ^7.18.0" ,
24
24
"@typescript-eslint/parser" : " ^7.18.0" ,
25
25
"@vercel/ncc" : " ^0.38.1" ,
26
- "aws-sdk-client-mock" : " ^4.0.1 " ,
26
+ "aws-sdk-client-mock" : " ^4.0.2 " ,
27
27
"aws-sdk-client-mock-jest" : " ^4.0.1" ,
28
28
"eslint" : " ^8.57.0" ,
29
29
"eslint-plugin-prettier" : " 5.2.1" ,
Original file line number Diff line number Diff line change 23
23
"@typescript-eslint/eslint-plugin" : " ^7.18.0" ,
24
24
"@typescript-eslint/parser" : " ^7.18.0" ,
25
25
"@vercel/ncc" : " ^0.38.1" ,
26
- "aws-sdk-client-mock" : " ^4.0.1 " ,
26
+ "aws-sdk-client-mock" : " ^4.0.2 " ,
27
27
"aws-sdk-client-mock-jest" : " ^4.0.1" ,
28
28
"eslint" : " ^8.57.0" ,
29
29
"eslint-plugin-prettier" : " 5.2.1" ,
Original file line number Diff line number Diff line change 24
24
"@typescript-eslint/eslint-plugin" : " ^7.18.0" ,
25
25
"@typescript-eslint/parser" : " ^7.18.0" ,
26
26
"@vercel/ncc" : " ^0.38.1" ,
27
- "aws-sdk-client-mock" : " ^4.0.1 " ,
27
+ "aws-sdk-client-mock" : " ^4.0.2 " ,
28
28
"aws-sdk-client-mock-jest" : " ^4.0.1" ,
29
29
"eslint" : " ^8.57.0" ,
30
30
"eslint-plugin-prettier" : " 5.2.1" ,
Original file line number Diff line number Diff line change 21
21
"@typescript-eslint/eslint-plugin" : " ^7.18.0" ,
22
22
"@typescript-eslint/parser" : " ^7.18.0" ,
23
23
"@vercel/ncc" : " ^0.38.1" ,
24
- "aws-sdk-client-mock" : " ^4.0.1 " ,
24
+ "aws-sdk-client-mock" : " ^4.0.2 " ,
25
25
"aws-sdk-client-mock-jest" : " ^4.0.1" ,
26
26
"eslint" : " ^8.57.0" ,
27
27
"eslint-plugin-prettier" : " 5.2.1" ,
Original file line number Diff line number Diff line change 23
23
"devDependencies" : {
24
24
"@nx/eslint" : " 19.5.7" ,
25
25
"@nx/jest" : " 19.5.4" ,
26
- "@nx/js" : " ^19.7.3 " ,
26
+ "@nx/js" : " ^19.8.0 " ,
27
27
"@swc-node/register" : " ~1.10.9" ,
28
28
"@swc/core" : " ~1.7.22" ,
29
29
"@swc/helpers" : " ~0.5.12" ,
You can’t perform that action at this time.
0 commit comments