Skip to content

Commit b57a7c0

Browse files
committed
pin shas
1 parent 832f61a commit b57a7c0

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/pr-testbox-windows.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
steps:
2323
- name: Begin Testbox
2424
if: ${{ github.event_name == 'workflow_dispatch' }}
25-
uses: useblacksmith/begin-testbox@v2
25+
uses: useblacksmith/begin-testbox@233448af4bfdc6fca509a7f0974411ac6d8a8043 # v2
2626
with:
2727
testbox_id: ${{ inputs.testbox_id }}
2828

@@ -58,5 +58,5 @@ jobs:
5858
run: corepack enable
5959

6060
- name: Run Testbox
61-
uses: useblacksmith/run-testbox@v2
61+
uses: useblacksmith/run-testbox@5ca05834db1d3813554d1dd109e5f2087a8d7cbc # v2
6262
if: ${{ always() && github.event_name == 'workflow_dispatch' }}

.github/workflows/pr-testbox.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
steps:
2525
- name: Begin Testbox
2626
if: ${{ github.event_name == 'workflow_dispatch' }}
27-
uses: useblacksmith/begin-testbox@v2
27+
uses: useblacksmith/begin-testbox@233448af4bfdc6fca509a7f0974411ac6d8a8043 # v2
2828
with:
2929
testbox_id: ${{ inputs.testbox_id }}
3030

@@ -127,5 +127,5 @@ jobs:
127127
run: pnpm run generate
128128

129129
- name: Run Testbox
130-
uses: useblacksmith/run-testbox@v2
130+
uses: useblacksmith/run-testbox@5ca05834db1d3813554d1dd109e5f2087a8d7cbc # v2
131131
if: ${{ always() && github.event_name == 'workflow_dispatch' }}

0 commit comments

Comments
 (0)