File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments