File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1919 using : composite
2020 steps :
2121 - name : Setup pnpm
22- uses : pnpm/action-setup@v4
22+ uses : pnpm/action-setup@b906affcce14559ad1aafd4ab0e942779e9f58b1 # v4.3.0
2323
2424 - name : Setup node
2525 uses : actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
Original file line number Diff line number Diff line change @@ -110,7 +110,7 @@ jobs:
110110 echo "preview_url=${preview_url}" >> "$GITHUB_OUTPUT"
111111
112112 - name : Publish summary and PR comment
113- uses : actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8
113+ uses : actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
114114 env :
115115 MARKER : ' <!-- cloudflare-worker-preview -->'
116116 PREVIEW_URL : ${{ steps.preview.outputs.preview_url }}
Original file line number Diff line number Diff line change 3232 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
3333
3434 - name : Enrich changelog with PR attribution
35- uses : actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8
35+ uses : actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
3636 with :
3737 github-token : ${{ secrets.GITHUB_TOKEN }}
3838 script : |
Original file line number Diff line number Diff line change 4949 fi
5050
5151 - name : Manage changeset comment
52- uses : actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8
52+ uses : actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
5353 env :
5454 SKIP : ${{ steps.labels.outputs.skip }}
5555 CHANGESET_FOUND : ${{ steps.check.outputs.found }}
You can’t perform that action at this time.
0 commit comments