Skip to content

Commit

Permalink
Merge branch 'main' into feat/remove-sensitive-data-from-urls
Browse files Browse the repository at this point in the history
  • Loading branch information
adinauer committed Jan 30, 2023
2 parents 0c58acc + 9ab45a7 commit 2ded096
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,12 @@ jobs:
${{ runner.os }}-gradle-
- name: Initialize CodeQL
uses: github/codeql-action/init@a34ca99b4610d924e04c68db79e503e1f79f9f02 # pin@v2
uses: github/codeql-action/init@3ebbd71c74ef574dbc558c82f70e52732c8b44fe # pin@v2
with:
languages: ${{ matrix.language }}

- run: |
./gradlew assemble
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@a34ca99b4610d924e04c68db79e503e1f79f9f02 # pin@v2
uses: github/codeql-action/analyze@3ebbd71c74ef574dbc558c82f70e52732c8b44fe # pin@v2
4 changes: 2 additions & 2 deletions .github/workflows/integration-tests-benchmarks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,15 +40,15 @@ jobs:
run: make stop

- name: Run All Tests in SauceLab
uses: saucelabs/saucectl-run-action@a76db27b924cf05a47c402eb2f3316980612341d # pin@v2
uses: saucelabs/saucectl-run-action@889cc2382b05b47e4a78bd35516603acc6c15fad # pin@v2
if: github.event_name != 'pull_request' && env.SAUCE_USERNAME != null
with:
sauce-username: ${{ secrets.SAUCE_USERNAME }}
sauce-access-key: ${{ secrets.SAUCE_ACCESS_KEY }}
config-file: .sauce/sentry-uitest-android-benchmark.yml

- name: Run one test in SauceLab
uses: saucelabs/saucectl-run-action@a76db27b924cf05a47c402eb2f3316980612341d # pin@v2
uses: saucelabs/saucectl-run-action@889cc2382b05b47e4a78bd35516603acc6c15fad # pin@v2
if: github.event_name == 'pull_request' && env.SAUCE_USERNAME != null
with:
sauce-username: ${{ secrets.SAUCE_USERNAME }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/integration-tests-ui.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
run: make stop

- name: Run Tests in SauceLab
uses: saucelabs/saucectl-run-action@a76db27b924cf05a47c402eb2f3316980612341d # pin@v2
uses: saucelabs/saucectl-run-action@889cc2382b05b47e4a78bd35516603acc6c15fad # pin@v2
with:
sauce-username: ${{ secrets.SAUCE_USERNAME }}
sauce-access-key: ${{ secrets.SAUCE_ACCESS_KEY }}
Expand Down

0 comments on commit 2ded096

Please sign in to comment.