Skip to content

Commit 5ca63a1

Browse files
committed
Pin browserstack/github-actions to v1.0.4 (93aebce225b754566349151c0676b26b005e591b)
1 parent 93e3773 commit 5ca63a1

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -466,13 +466,13 @@ jobs:
466466
name: build
467467

468468
- name: setup BrowserStack env
469-
uses: browserstack/github-actions/setup-env@master
469+
uses: browserstack/github-actions/setup-env@93aebce225b754566349151c0676b26b005e591b # v1.0.4
470470
with:
471471
username: ${{ secrets.BROWSERSTACK_USERNAME }}
472472
access-key: ${{ secrets.BROWSERSTACK_ACCESS_KEY }}
473473

474474
- name: start BrowserStack Local
475-
uses: browserstack/github-actions/setup-local@master
475+
uses: browserstack/github-actions/setup-local@93aebce225b754566349151c0676b26b005e591b # v1.0.4
476476
with:
477477
local-testing: start
478478
local-identifier: ${{ github.run_id }}-${{ matrix.config }}
@@ -499,6 +499,6 @@ jobs:
499499

500500
- name: stop BrowserStack Local
501501
if: always()
502-
uses: browserstack/github-actions/setup-local@master
502+
uses: browserstack/github-actions/setup-local@93aebce225b754566349151c0676b26b005e591b # v1.0.4
503503
with:
504504
local-testing: stop

0 commit comments

Comments
 (0)