File tree Expand file tree Collapse file tree 5 files changed +1281
-1727
lines changed
Expand file tree Collapse file tree 5 files changed +1281
-1727
lines changed Original file line number Diff line number Diff line change @@ -16,13 +16,13 @@ jobs:
1616 runs-on : ubuntu-latest
1717 steps :
1818 - name : Checkout Repo
19- uses : actions/checkout@v4
19+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
2020
2121 - name : Enable Corepack
2222 run : corepack enable
2323
2424 - name : Setup Node.js ${{ matrix.node }}
25- uses : actions/setup-node@v4
25+ uses : actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4
2626 with :
2727 node-version : ${{ matrix.node }}
2828 cache : yarn
Original file line number Diff line number Diff line change @@ -24,18 +24,18 @@ jobs:
2424
2525 steps :
2626 - name : Checkout
27- uses : actions/checkout@v4
27+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
2828
2929 - name : Initialize CodeQL
30- uses : github/codeql-action/init@v3
30+ uses : github/codeql-action/init@fc7e4a0fa01c3cca5fd6a1fddec5c0740c977aa2 # v3
3131 with :
3232 languages : ${{ matrix.language }}
3333 queries : +security-and-quality
3434
3535 - name : Autobuild
36- uses : github/codeql-action/autobuild@v3
36+ uses : github/codeql-action/autobuild@fc7e4a0fa01c3cca5fd6a1fddec5c0740c977aa2 # v3
3737
3838 - name : Perform CodeQL Analysis
39- uses : github/codeql-action/analyze@v3
39+ uses : github/codeql-action/analyze@fc7e4a0fa01c3cca5fd6a1fddec5c0740c977aa2 # v3
4040 with :
4141 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@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
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 66 "author" : " JounQin (https://www.1stG.me) <admin@1stg.me>" ,
77 "license" : " MIT" ,
88 "private" : true ,
9- "packageManager" : " yarn@4.7.0 " ,
9+ "packageManager" : " yarn@4.8.1 " ,
1010 "scripts" : {
1111 "build" : " tsx scripts/build" ,
1212 "lint" : " run-p 'lint:*'" ,
1616 "start" : " vc dev"
1717 },
1818 "devDependencies" : {
19- "@1stg/common-config" : " ^11 .0.4 " ,
19+ "@1stg/common-config" : " ^12 .0.0 " ,
2020 "@octokit/request" : " ^9.0.0" ,
21- "@types/web" : " ^0.0.213 " ,
21+ "@types/web" : " ^0.0.216 " ,
2222 "commitlint" : " ^19.8.0" ,
2323 "eslint" : " ^9.22.0" ,
2424 "lint-staged" : " ^15.5.0" ,
25- "npm-run-all2" : " ^5 .0.0" ,
25+ "npm-run-all2" : " ^7 .0.0" ,
2626 "simple-git-hooks" : " ^2.11.1" ,
2727 "tsx" : " ^4.19.3" ,
2828 "typescript" : " ^5.8.2" ,
You can’t perform that action at this time.
0 commit comments