File tree Expand file tree Collapse file tree 6 files changed +5103
-6066
lines changed Expand file tree Collapse file tree 6 files changed +5103
-6066
lines changed Original file line number Diff line number Diff line change @@ -15,10 +15,10 @@ jobs:
1515 runs-on : ubuntu-latest
1616 steps :
1717 - name : Checkout Repo
18- uses : actions/checkout@v4
18+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
1919
2020 - name : Setup Node.js ${{ matrix.node }}
21- uses : actions/setup-node@v4
21+ uses : actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4
2222 with :
2323 node-version : ${{ matrix.node }}
2424 cache : yarn
Original file line number Diff line number Diff line change @@ -25,18 +25,18 @@ jobs:
2525
2626 steps :
2727 - name : Checkout
28- uses : actions/checkout@v4
28+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
2929
3030 - name : Initialize CodeQL
31- uses : github/codeql-action/init@v2
31+ uses : github/codeql-action/init@1b549b9259bda1cb5ddde3b41741a82a2d15a841 # v3
3232 with :
3333 languages : ${{ matrix.language }}
3434 queries : +security-and-quality
3535
3636 - name : Autobuild
37- uses : github/codeql-action/autobuild@v2
37+ uses : github/codeql-action/autobuild@1b549b9259bda1cb5ddde3b41741a82a2d15a841 # v3
3838
3939 - name : Perform CodeQL Analysis
40- uses : github/codeql-action/analyze@v2
40+ uses : github/codeql-action/analyze@1b549b9259bda1cb5ddde3b41741a82a2d15a841 # v3
4141 with :
4242 category : ' /language:${{ matrix.language }}'
Original file line number Diff line number Diff line change @@ -11,13 +11,13 @@ jobs:
1111 runs-on : ubuntu-latest
1212 steps :
1313 - name : Checkout Repo
14- uses : actions/checkout@v4
14+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
1515 with :
1616 # This makes Actions fetch all Git history so that Changesets can generate changelogs with the correct commits
1717 fetch-depth : 0
1818
1919 - name : Setup Node.js LTS
20- uses : actions/setup-node@v4
20+ uses : actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4
2121 with :
2222 node-version : lts/*
2323 cache : yarn
Original file line number Diff line number Diff line change 99 size-limit :
1010 runs-on : ubuntu-latest
1111 steps :
12- - uses : actions/checkout@v4
12+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
1313
1414 - name : Setup Node.js LTS
15- uses : actions/setup-node@v4
15+ uses : actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4
1616 with :
1717 node-version : lts/*
1818 cache : yarn
1919
2020 - name : Install Dependencies
2121 run : yarn --frozen-lockfile
2222
23- - uses : andresz1/size-limit-action@v1
23+ - uses : andresz1/size-limit-action@e7493a72a44b113341c0cf6186ab49c17c4b65c1 # v1
2424 with :
2525 github_token : ${{ secrets.GITHUB_TOKEN }}
2626 skip_step : install
Original file line number Diff line number Diff line change 1010 ],
1111 "funding" : " https://opencollective.com/unts" ,
1212 "license" : " MIT" ,
13- "packageManager" :
" [email protected] .19 " ,
13+ "packageManager" :
" [email protected] .22 " ,
1414 "engines" : {
1515 "node" : " ^14.18.0 || >=16.0.0"
1616 },
5151 "typecov" : " type-coverage"
5252 },
5353 "dependencies" : {
54- "commander" : " ^11.1 .0" ,
54+ "commander" : " ^13.0 .0" ,
5555 "dotenv" : " ^16.3.1" ,
5656 "node-fetch" : " ^3.3.2" ,
57- "puppeteer" : " ^21.6.1 " ,
57+ "puppeteer" : " ^24.0.0 " ,
5858 "tslib" : " ^2.6.2" ,
59- "x-fetch" : " ^0.1.3 "
59+ "x-fetch" : " ^0.2.0 "
6060 },
6161 "devDependencies" : {
62- "@1stg/lib-config" : " ^12 .0.1 " ,
62+ "@1stg/lib-config" : " ^13 .0.0 " ,
6363 "@changesets/changelog-github" : " ^0.5.0" ,
6464 "@changesets/cli" : " ^2.27.1" ,
65- "@types/web" : " ^0.0.127 " ,
65+ "@types/web" : " ^0.0.216 " ,
6666 "size-limit" : " ^11.0.1" ,
6767 "size-limit-preset-node-lib" : " ^0.3.0" ,
6868 "tsx" : " ^4.6.2" ,
You can’t perform that action at this time.
0 commit comments