File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
1919
2020 - name : Setup Node.js ${{ matrix.node }}
21- uses : actions/setup-node@v4
21+ uses : actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6
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@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
2929
3030 - name : Initialize CodeQL
31- uses : github/codeql-action/init@v2
31+ uses : github/codeql-action/init@5d4e8d1aca955e8d8589aabd499c5cae939e33c7 # v4
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@5d4e8d1aca955e8d8589aabd499c5cae939e33c7 # v4
3838
3939 - name : Perform CodeQL Analysis
40- uses : github/codeql-action/analyze@v2
40+ uses : github/codeql-action/analyze@5d4e8d1aca955e8d8589aabd499c5cae939e33c7 # v4
4141 with :
4242 category : ' /language:${{ matrix.language }}'
Original file line number Diff line number Diff line change 1010 deploy :
1111 runs-on : ubuntu-latest
1212 steps :
13- - uses : actions/checkout@v4
13+ - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
1414
1515 - name : Check Branch
1616 id : branch
2020 echo "::set-output name=comment::false"
2121
2222 - name : Deploy
23- uses : amondnet/vercel-action@v25
23+ uses : amondnet/vercel-action@16e87c0a08142b0d0d33b76aeaf20823c381b9b9 # v25
2424 with :
2525 vercel-args : ${{ steps.branch.outputs.args }}
2626 vercel-token : ${{ secrets.VERCEL_TOKEN }}
Original file line number Diff line number Diff line change 77 "author" : " JounQin <admin@1stg.me>" ,
88 "license" : " MIT" ,
99 "private" : true ,
10- "packageManager" : " yarn@4.0.1 " ,
10+ "packageManager" : " yarn@4.12.0 " ,
1111 "scripts" : {
1212 "build" : " tsx scripts/build" ,
1313 "lint" : " run-p 'lint:*'" ,
1717 "start" : " vc dev"
1818 },
1919 "devDependencies" : {
20- "@1stg/common-config" : " ^9 .0.0" ,
21- "@octokit/request" : " ^8.1.4 " ,
22- "@types/web" : " ^0.0.119 " ,
23- "commitlint" : " ^18.2 .0" ,
24- "eslint" : " ^8.52 .0" ,
25- "lint-staged" : " ^13.3 .0" ,
26- "npm-run-all " : " ^4.1.5 " ,
20+ "@1stg/common-config" : " ^14 .0.0" ,
21+ "@octokit/request" : " ^10.0.0 " ,
22+ "@types/web" : " ^0.0.312 " ,
23+ "commitlint" : " ^20.0 .0" ,
24+ "eslint" : " ^9.0 .0" ,
25+ "lint-staged" : " ^16.0 .0" ,
26+ "npm-run-all2 " : " ^5.0.0 " ,
2727 "simple-git-hooks" : " ^2.9.0" ,
28- "tsx" : " ^3.14 .0" ,
28+ "tsx" : " ^4.0 .0" ,
2929 "typescript" : " ^5.2.2" ,
30- "vercel" : " ^32.5 .0"
30+ "vercel" : " ^50.0 .0"
3131 },
3232 "resolutions" : {
33- "prettier" : " ^2.8.8 "
33+ "prettier" : " ^3.0.0 "
3434 },
3535 "commitlint" : {
3636 "extends" : " @1stg"
You can’t perform that action at this time.
0 commit comments