File tree Expand file tree Collapse file tree 6 files changed +16
-16
lines changed Expand file tree Collapse file tree 6 files changed +16
-16
lines changed Original file line number Diff line number Diff line change @@ -26,10 +26,10 @@ jobs:
2626 runs-on : ${{ matrix.os }}
2727 steps :
2828 - name : Checkout Repo
29- uses : actions/checkout@v4
29+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
3030
3131 - name : Setup Node.js ${{ matrix.node }}
32- uses : actions/setup-node@v4
32+ uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
3333 with :
3434 node-version : ${{ matrix.node }}
3535 cache : yarn
4343 PARSER_NO_WATCH : true
4444
4545 - name : Codecov
46- uses : codecov/codecov-action@v5
46+ uses : codecov/codecov-action@18283e04ce6e62d37312384ff67231eb8fd56d24 # v5.4.3
4747 with :
4848 token : ${{ secrets.CODECOV_TOKEN }}
Original file line number Diff line number Diff line change @@ -20,13 +20,13 @@ jobs:
2020 runs-on : ubuntu-latest
2121 steps :
2222 - name : Checkout Repo
23- uses : actions/checkout@v4
23+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2424 with :
2525 # This makes Actions fetch all Git history so that Changesets can generate changelogs with the correct commits
2626 fetch-depth : 0
2727
2828 - name : Setup Node.js LTS
29- uses : actions/setup-node@v4
29+ uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
3030 with :
3131 node-version : lts/*
3232 cache : yarn
Original file line number Diff line number Diff line change @@ -13,18 +13,18 @@ jobs:
1313 size-limit :
1414 runs-on : ubuntu-latest
1515 steps :
16- - uses : actions/checkout@v4
16+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
1717
1818 - name : Setup Node.js LTS
19- uses : actions/setup-node@v4
19+ uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
2020 with :
2121 node-version : lts/*
2222 cache : yarn
2323
2424 - name : Install Dependencies
2525 run : yarn --immutable
2626
27- - uses : andresz1/size-limit-action@v1
27+ - uses : andresz1/size-limit-action@e7493a72a44b113341c0cf6186ab49c17c4b65c1 # v1.8.0
2828 with :
2929 github_token : ${{ secrets.GITHUB_TOKEN }}
3030 skip_step : install
Original file line number Diff line number Diff line change 1414 deploy :
1515 runs-on : ubuntu-latest
1616 steps :
17- - uses : actions/checkout@v4
17+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
1818
1919 - name : Check Branch
2020 id : branch
2424 echo "comment=false" >> $GITHUB_OUTPUT
2525
2626 - name : Deploy
27- uses : amondnet/vercel-action@v25
27+ uses : amondnet/vercel-action@16e87c0a08142b0d0d33b76aeaf20823c381b9b9 # v25.2.0
2828 with :
2929 vercel-args : ${{ steps.branch.outputs.args }}
3030 vercel-token : ${{ secrets.VERCEL_TOKEN }}
Original file line number Diff line number Diff line change 3939 "@types/node" : " ^22.15.19" ,
4040 "@types/react" : " ^19.1.4" ,
4141 "@types/react-dom" : " ^19.1.5" ,
42- "@types/web" : " ^0.0.235 " ,
42+ "@types/web" : " ^0.0.236 " ,
4343 "@vitejs/plugin-react-swc" : " ^3.9.0" ,
4444 "eslint" : " ^9.27.0" ,
4545 "github-markdown-css" : " ^5.8.1" ,
Original file line number Diff line number Diff line change @@ -4535,10 +4535,10 @@ __metadata:
45354535 languageName: node
45364536 linkType: hard
45374537
4538- "@types/web@npm:^0.0.235 ":
4539- version: 0.0.235
4540- resolution: "@types/web@npm:0.0.235 "
4541- checksum: 10c0/74303218a2024780ea4a6b9cb82fe982a35da5d7f14085c30bcd6dae26e26a34d80b4991ac89cf1ff7bd88797f2609af834c1ccf568273c5df4ce1eee270f6b6
4538+ "@types/web@npm:^0.0.236 ":
4539+ version: 0.0.236
4540+ resolution: "@types/web@npm:0.0.236 "
4541+ checksum: 10c0/4614a89f2d61539e88b87832267092a473865d43bde8a06dadcf58e82d865e632c4c1832e49d05e20fb8b5d7837bab057fa65852e6343ac9827795eac336e61b
45424542 languageName: node
45434543 linkType: hard
45444544
@@ -4803,7 +4803,7 @@ __metadata:
48034803 "@types/node": "npm:^22.15.19"
48044804 "@types/react": "npm:^19.1.4"
48054805 "@types/react-dom": "npm:^19.1.5"
4806- "@types/web": "npm:^0.0.235 "
4806+ "@types/web": "npm:^0.0.236 "
48074807 "@vitejs/plugin-react-swc": "npm:^3.9.0"
48084808 eslint: "npm:^9.27.0"
48094809 github-markdown-css: "npm:^5.8.1"
You can’t perform that action at this time.
0 commit comments