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 66 runs-on : ubuntu-latest
77 steps :
88 - name : Checkout code
9- uses : actions/checkout@v4
9+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
1010
1111 - name : Set up Node.js
12- uses : actions/setup-node@v3
12+ uses : actions/setup-node@3235b876344d2a9aa001b8d1453c930bba69e610 # v3
1313 with :
1414 node-version : ' 20'
1515
Original file line number Diff line number Diff line change @@ -11,10 +11,10 @@ jobs:
1111 contents : read
1212 steps :
1313 - name : Checkout code
14- uses : actions/checkout@v4
14+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
1515
1616 - name : Set up Node.js
17- uses : actions/setup-node@v3
17+ uses : actions/setup-node@3235b876344d2a9aa001b8d1453c930bba69e610 # v3
1818 with :
1919 node-version : ' 20'
2020
2525 run : npm run build
2626
2727 - name : Configure AWS credentials
28- uses : aws-actions/configure-aws-credentials@v3
28+ uses : aws-actions/configure-aws-credentials@50ac8dd1e1b10d09dac7b8727528b91bed831ac0 # v3
2929 with :
3030 role-to-assume : ${{ secrets.DOCS_AWS_IAM_ROLE }}
3131 aws-region : ${{ secrets.DOCS_AWS_REGION }}
Original file line number Diff line number Diff line change 3030 "@docusaurus/module-type-aliases" : " 3.5.2" ,
3131 "@docusaurus/tsconfig" : " 3.5.2" ,
3232 "@docusaurus/types" : " 3.5.2" ,
33- "typescript" : " ~ 5.8.0 "
33+ "typescript" : " 5.8.3 "
3434 },
3535 "browserslist" : {
3636 "production" : [
Original file line number Diff line number Diff line change 23302330 unist-util-visit "^5.0.0"
23312331 vfile "^6.0.0"
23322332
2333- " @mdx-js/react@^3.0.0" , "@mdx-js/react@^3.1.0" :
2333+ " @mdx-js/react@^3.0.0 " :
23342334 version "3.1.0"
23352335 resolved "https://registry.npmjs.org/@mdx-js/react/-/react-3.1.0.tgz"
23362336 integrity sha512-QjHtSaoameoalGnKDT3FoIl4+9RwyTmo9ZJGBdLOks/YOiWHoRDI3PUwEzOE7kEmGcV3AFcp9K6dYu9rEuKLAQ==
27062706
27072707" @types/mdx@^2.0.0 " :
27082708 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"
27102710 integrity sha512-+OWZQfAYyio6YkJb3HLxDrvnx6SWWDbC0zVPfBRzUk0/nqoDyf6dNxQi3eArPe8rJ473nobTMQ/8Zk+LxJ+Yuw==
27112711
27122712" @types/mime@^1 " :
@@ -8878,7 +8878,7 @@ typedarray-to-buffer@^3.1.5:
88788878 dependencies :
88798879 is-typedarray "^1.0.0"
88808880
8881- typescript@~ 5.8.0 :
8881+ typescript@5.8.3 :
88828882 version "5.8.3"
88838883 resolved "https://registry.npmjs.org/typescript/-/typescript-5.8.3.tgz"
88848884 integrity sha512-p1diW6TqL9L07nNxvRMM7hMMw4c5XOo/1ibL4aAIGmSAt9slTE1Xgw5KWuof2uTOvCg9BY7ZRi+GaF+7sfgPeQ==
You can’t perform that action at this time.
0 commit comments