diff --git a/.github/workflows/integration-tests-benchmarks.yml b/.github/workflows/integration-tests-benchmarks.yml index a76a7ea5dd..1d402bccbd 100644 --- a/.github/workflows/integration-tests-benchmarks.yml +++ b/.github/workflows/integration-tests-benchmarks.yml @@ -41,7 +41,7 @@ jobs: run: make stop - name: Run All Tests in SauceLab - uses: saucelabs/saucectl-run-action@52ca363cd023900b9867b49abf5791c5ab7eafa9 # pin@v3 + uses: saucelabs/saucectl-run-action@cac550018c2e54c6f16a3be57b113649b2a37ec3 # pin@v3 if: github.event_name != 'pull_request' && env.SAUCE_USERNAME != null env: GITHUB_TOKEN: ${{ github.token }} @@ -51,7 +51,7 @@ jobs: config-file: .sauce/sentry-uitest-android-benchmark.yml - name: Run one test in SauceLab - uses: saucelabs/saucectl-run-action@52ca363cd023900b9867b49abf5791c5ab7eafa9 # pin@v3 + uses: saucelabs/saucectl-run-action@cac550018c2e54c6f16a3be57b113649b2a37ec3 # pin@v3 if: github.event_name == 'pull_request' && env.SAUCE_USERNAME != null env: GITHUB_TOKEN: ${{ github.token }} diff --git a/.github/workflows/integration-tests-ui.yml b/.github/workflows/integration-tests-ui.yml index df304478be..89437daa26 100644 --- a/.github/workflows/integration-tests-ui.yml +++ b/.github/workflows/integration-tests-ui.yml @@ -44,7 +44,7 @@ jobs: run: make stop - name: Run Tests in SauceLab - uses: saucelabs/saucectl-run-action@52ca363cd023900b9867b49abf5791c5ab7eafa9 # pin@v3 + uses: saucelabs/saucectl-run-action@cac550018c2e54c6f16a3be57b113649b2a37ec3 # pin@v3 env: GITHUB_TOKEN: ${{ github.token }} with: