ci: Pin all workflow actions (#13984)

This commit is contained in:
कारतोफ्फेलस्क्रिप्ट™
2025-03-18 13:25:17 +01:00
committed by GitHub
parent 918cc51abc
commit 43e14b23b0
21 changed files with 127 additions and 127 deletions

View File

@@ -13,11 +13,11 @@ jobs:
env:
NODE_OPTIONS: '--max-old-space-size=4096'
steps:
- uses: actions/checkout@v4.1.1
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
with:
ref: refs/pull/${{ github.event.pull_request.number }}/merge
- uses: useblacksmith/setup-node@v5
- uses: useblacksmith/setup-node@65c6ca86fdeb0ab3d85e78f57e4f6a7e4780b391 # v5
with:
node-version: 20.x
@@ -30,7 +30,7 @@ jobs:
run: pnpm install --frozen-lockfile
- name: Setup build cache
uses: useblacksmith/caching-for-turbo@v1
uses: useblacksmith/caching-for-turbo@bafb57e7ebdbf1185762286ec94d24648cd3938a # v1
- name: Build
run: pnpm build
@@ -42,7 +42,7 @@ jobs:
run: pnpm typecheck
- name: Cache build artifacts
uses: useblacksmith/cache/save@v5
uses: useblacksmith/cache/save@c5fe29eb0efdf1cf4186b9f7fcbbcbc0cf025662 # v5
with:
path: ./packages/**/dist
key: ${{ github.sha }}-base:build