Skip to content

Commit e037a40

Browse files
committed
ci: pin actions
1 parent 3691027 commit e037a40

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/actions/setup/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ runs:
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

.github/workflows/cloudflare-web-preview.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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 }}

.github/workflows/prepare-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
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: |

.github/workflows/require-changeset.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
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 }}

0 commit comments

Comments
 (0)