File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2727 - name : 🔠 Lint project (+ fix)
2828run : pnpm run lint:fix
2929
30- - uses : autofix-ci/action@7a166d7532b277f34e16238930461bf77f9d7ed8
30+ - uses : autofix-ci/action@7a166d7532b277f34e16238930461bf77f9d7ed8 # 7a166d7532b277f34e16238930461bf77f9d7ed8
Original file line number Diff line number Diff line change 1919with :
2020fetch-depth : 0
2121 - run : corepack enable
22- - uses : actions/setup-node@v6
22+ - uses : actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6
2323with :
2424node-version : lts/*
2525cache : pnpm
Original file line number Diff line number Diff line change @@ -46,14 +46,14 @@ jobs:
4646with :
4747fetch-depth : 0
4848 - run : corepack enable
49- - uses : actions/setup-node@v6
49+ - uses : actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0
5050with :
5151node-version : lts/-1
5252cache : pnpm
53- - uses : oven-sh/setup-bun@v2
53+ - uses : oven-sh/setup-bun@3d267786b128fe76c2f16a390aa2448b815359f3 # v2
5454with :
5555bun-version : latest
56- - uses : denoland/setup-deno@v2
56+ - uses : denoland/setup-deno@e95548e56dfa95d4e1a28d6f422fafe75c4c26fb # v2
5757with :
5858deno-version : 2.6.8
5959
7878run : pnpm test:unit
7979
8080 - if : matrix.os != 'windows-latest'
81- uses : codecov/codecov-action@v5
81+ uses : codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de # v5
8282
8383release :
8484runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 1313check-provenance :
1414runs-on : ubuntu-latest
1515steps :
16- - uses : actions/checkout@v6
16+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
1717with :
1818fetch-depth : 0
1919 - name : Check provenance downgrades
Original file line number Diff line number Diff line change 2525sparse-checkout-cone-mode : false
2626
2727 - name : ⏬ Download artifacts from workflow run
28- uses : actions/download-artifact@v7
28+ uses : actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7
2929with :
3030github-token : ${{ secrets.GITHUB_TOKEN }}
3131run-id : ${{ github.event.workflow_run.id }}
5252 echo "EOF" >> $GITHUB_OUTPUT
5353
5454 - name : 💬 Post or update comment
55- uses : actions/github-script@v8
55+ uses : actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8
5656with :
5757script : |
5858 const prNumber = ${{ steps.pr.outputs.result }};
Original file line number Diff line number Diff line change @@ -39,13 +39,13 @@ jobs:
3939run : echo "${{ github.event.pull_request.number }}" > pr-number.txt
4040
4141 - name : ⏫ Upload stats.json
42- uses : actions/upload-artifact@v6
42+ uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6
4343with :
4444name : head-stats
4545path : ./packages/*/stats.json
4646
4747 - name : ⏫ Upload PR number
48- uses : actions/upload-artifact@v6
48+ uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6
4949with :
5050name : pr-number
5151path : pr-number.txt
7575run : pnpm build
7676
7777 - name : ⏫ Upload stats.json
78- uses : actions/upload-artifact@v6
78+ uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6
7979with :
8080name : base-stats
8181path : ./packages/*/stats.json
You can’t perform that action at this time.
0 commit comments