File tree Expand file tree Collapse file tree 5 files changed +10
-10
lines changed Expand file tree Collapse file tree 5 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 6
6
runs-on : ubuntu-latest
7
7
steps :
8
8
- name : Checkout code
9
- uses : actions/checkout@v4
9
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
10
10
11
11
- name : Set up Node.js
12
- uses : actions/setup-node@v3
12
+ uses : actions/setup-node@3235b876344d2a9aa001b8d1453c930bba69e610 # v3
13
13
with :
14
14
node-version : ' 20'
15
15
Original file line number Diff line number Diff line change @@ -11,10 +11,10 @@ jobs:
11
11
contents : read
12
12
steps :
13
13
- name : Checkout code
14
- uses : actions/checkout@v4
14
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
15
15
16
16
- name : Set up Node.js
17
- uses : actions/setup-node@v3
17
+ uses : actions/setup-node@3235b876344d2a9aa001b8d1453c930bba69e610 # v3
18
18
with :
19
19
node-version : ' 20'
20
20
25
25
run : npm run build
26
26
27
27
- name : Configure AWS credentials
28
- uses : aws-actions/configure-aws-credentials@v3
28
+ uses : aws-actions/configure-aws-credentials@50ac8dd1e1b10d09dac7b8727528b91bed831ac0 # v3
29
29
with :
30
30
role-to-assume : ${{ secrets.DOCS_AWS_IAM_ROLE }}
31
31
aws-region : ${{ secrets.DOCS_AWS_REGION }}
Original file line number Diff line number Diff line change 30
30
"@docusaurus/module-type-aliases" : " 3.5.2" ,
31
31
"@docusaurus/tsconfig" : " 3.5.2" ,
32
32
"@docusaurus/types" : " 3.5.2" ,
33
- "typescript" : " ~ 5.8.0 "
33
+ "typescript" : " 5.8.3 "
34
34
},
35
35
"browserslist" : {
36
36
"production" : [
Original file line number Diff line number Diff line change 2330
2330
unist-util-visit "^5.0.0"
2331
2331
vfile "^6.0.0"
2332
2332
2333
- " @mdx-js/react@^3.0.0" , "@mdx-js/react@^3.1.0" :
2333
+ " @mdx-js/react@^3.0.0 " :
2334
2334
version "3.1.0"
2335
2335
resolved "https://registry.npmjs.org/@mdx-js/react/-/react-3.1.0.tgz"
2336
2336
integrity sha512-QjHtSaoameoalGnKDT3FoIl4+9RwyTmo9ZJGBdLOks/YOiWHoRDI3PUwEzOE7kEmGcV3AFcp9K6dYu9rEuKLAQ==
2706
2706
2707
2707
" @types/mdx@^2.0.0 " :
2708
2708
version "2.0.13"
2709
- resolved "https://registry.yarnpkg.com /@types/mdx/-/mdx-2.0.13.tgz#68f6877043d377092890ff5b298152b0a21671bd "
2709
+ resolved "https://registry.npmjs.org /@types/mdx/-/mdx-2.0.13.tgz"
2710
2710
integrity sha512-+OWZQfAYyio6YkJb3HLxDrvnx6SWWDbC0zVPfBRzUk0/nqoDyf6dNxQi3eArPe8rJ473nobTMQ/8Zk+LxJ+Yuw==
2711
2711
2712
2712
" @types/mime@^1 " :
@@ -8878,7 +8878,7 @@ typedarray-to-buffer@^3.1.5:
8878
8878
dependencies :
8879
8879
is-typedarray "^1.0.0"
8880
8880
8881
- typescript@~ 5.8.0 :
8881
+
8882
8882
version "5.8.3"
8883
8883
resolved "https://registry.npmjs.org/typescript/-/typescript-5.8.3.tgz"
8884
8884
integrity sha512-p1diW6TqL9L07nNxvRMM7hMMw4c5XOo/1ibL4aAIGmSAt9slTE1Xgw5KWuof2uTOvCg9BY7ZRi+GaF+7sfgPeQ==
You can’t perform that action at this time.
0 commit comments