File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12,15 +12,15 @@ jobs:
1212
1313 steps :
1414 - name : Checkout repo
15- uses : actions/checkout@v6
15+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
1616
1717 - name : Setup Node.js
18- uses : actions/setup-node@v6
18+ uses : actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f
1919 with :
2020 node-version : 24
2121
2222 - name : Install pnpm
23- uses : pnpm/action-setup@v4
23+ uses : pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320
2424 with :
2525 run_install : false
2626
3737 run : pnpm lint
3838
3939 - name : Upload coverage to Codecov
40- uses : codecov/codecov-action@v5
40+ uses : codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de
4141
4242 - name : dotenv-diff scan
4343 run : npx dotenv-diff
Original file line number Diff line number Diff line change 5151 with :
5252 version : pnpm run version
5353 publish : pnpm run release
54- commit : ' chore: release packages '
55- title : ' chore: release packages '
54+ commit : ' chore(release): publish to npm '
55+ title : ' chore(release): publish to npm '
5656 env :
5757 GITHUB_TOKEN : ${{ steps.app-token.outputs.token }}
Original file line number Diff line number Diff line change @@ -13,14 +13,14 @@ jobs:
1313 pull-requests : write
1414
1515 steps :
16- - uses : actions/checkout@v6
16+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
1717 with :
1818 fetch-depth : 0
1919 ref : ${{ github.event.pull_request.head.sha }}
2020
21- - uses : pnpm/action-setup@v4
21+ - uses : pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320
2222
23- - uses : actions/setup-node@v6
23+ - uses : actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f
2424 with :
2525 node-version : 20
2626 cache : ' pnpm'
@@ -115,7 +115,7 @@ jobs:
115115
116116 - name : Comment PR with coverage
117117 if : github.event.pull_request.head.repo.fork == false
118- uses : marocchino/sticky-pull-request-comment@v2
118+ uses : marocchino/sticky-pull-request-comment@70d2764d1a7d5d9560b100cbea0077fc8f633987
119119 with :
120120 path : comment.md
121121
You can’t perform that action at this time.
0 commit comments