Skip to content

Commit f45ac13

Browse files
authored
Merge pull request #2145 from bugsnag/tom/pinned-deps
build: pin remaining GHA dependencies
2 parents 855d185 + bf64bc2 commit f45ac13

4 files changed

Lines changed: 67 additions & 67 deletions

File tree

.buildkite/pipeline.full.yml

Lines changed: 0 additions & 65 deletions
Original file line numberDiff line numberDiff line change
@@ -901,68 +901,3 @@ steps:
901901
docker-compose#v4.7.0:
902902
no-cache: true
903903
run: android-publisher
904-
905-
- label: ':bitbar: Android 14 NDK r21 smoke tests'
906-
depends_on: "fixture-r21"
907-
timeout_in_minutes: 30
908-
plugins:
909-
artifacts#v1.9.0:
910-
download:
911-
- "build/fixture-r21-url.txt"
912-
- "build/fixture-r21/*"
913-
upload:
914-
- "maze_output/failed/**/*"
915-
- "maze_output/metrics.csv"
916-
docker-compose#v4.7.0:
917-
pull: maze-runner
918-
run: maze-runner
919-
service-ports: true
920-
command:
921-
- "features/smoke_tests"
922-
- "--exclude=features/smoke_tests/01_anr.feature"
923-
- "--app=@build/fixture-r21-url.txt"
924-
- "--appium-version=1.22"
925-
- "--no-tunnel"
926-
- "--aws-public-ip"
927-
- "--farm=bb"
928-
- "--device=ANDROID_14"
929-
test-collector#v1.10.2:
930-
files: "reports/TEST-*.xml"
931-
format: "junit"
932-
branch: "^master|next$$"
933-
env:
934-
TEST_FIXTURE_SYMBOL_DIR: "build/fixture-r21"
935-
concurrency: 25
936-
concurrency_group: 'bitbar'
937-
concurrency_method: eager
938-
939-
- label: ':browserstack: Android 14 NDK r21 ANR smoke tests'
940-
depends_on: "fixture-r21"
941-
timeout_in_minutes: 30
942-
plugins:
943-
artifacts#v1.9.0:
944-
download:
945-
- "build/bs-fixture-r21-url.txt"
946-
- "build/fixture-r21/*"
947-
upload:
948-
- "maze_output/failed/**/*"
949-
- "maze_output/metrics.csv"
950-
docker-compose#v4.7.0:
951-
pull: maze-runner
952-
run: maze-runner
953-
service-ports: true
954-
command:
955-
- "features/smoke_tests/01_anr.feature"
956-
- "--app=@build/bs-fixture-r21-url.txt"
957-
- "--appium-version=1.22.0"
958-
- "--farm=bs"
959-
- "--device=ANDROID_14"
960-
test-collector#v1.10.2:
961-
files: "reports/TEST-*.xml"
962-
format: "junit"
963-
branch: "^master|next$$"
964-
env:
965-
TEST_FIXTURE_SYMBOL_DIR: "build/fixture-r21"
966-
concurrency: 5
967-
concurrency_group: 'browserstack-app'
968-
concurrency_method: eager

.buildkite/pipeline.yml

Lines changed: 65 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -598,6 +598,71 @@ steps:
598598
concurrency_group: 'browserstack-app'
599599
concurrency_method: eager
600600

601+
- label: ':bitbar: Android 14 NDK r21 smoke tests'
602+
depends_on: "fixture-r21"
603+
timeout_in_minutes: 30
604+
plugins:
605+
artifacts#v1.9.0:
606+
download:
607+
- "build/fixture-r21-url.txt"
608+
- "build/fixture-r21/*"
609+
upload:
610+
- "maze_output/failed/**/*"
611+
- "maze_output/metrics.csv"
612+
docker-compose#v4.7.0:
613+
pull: maze-runner
614+
run: maze-runner
615+
service-ports: true
616+
command:
617+
- "features/smoke_tests"
618+
- "--exclude=features/smoke_tests/01_anr.feature"
619+
- "--app=@build/fixture-r21-url.txt"
620+
- "--appium-version=1.22"
621+
- "--no-tunnel"
622+
- "--aws-public-ip"
623+
- "--farm=bb"
624+
- "--device=ANDROID_14"
625+
test-collector#v1.10.2:
626+
files: "reports/TEST-*.xml"
627+
format: "junit"
628+
branch: "^master|next$$"
629+
env:
630+
TEST_FIXTURE_SYMBOL_DIR: "build/fixture-r21"
631+
concurrency: 25
632+
concurrency_group: 'bitbar'
633+
concurrency_method: eager
634+
635+
- label: ':browserstack: Android 14 NDK r21 ANR smoke tests'
636+
depends_on: "fixture-r21"
637+
timeout_in_minutes: 30
638+
plugins:
639+
artifacts#v1.9.0:
640+
download:
641+
- "build/bs-fixture-r21-url.txt"
642+
- "build/fixture-r21/*"
643+
upload:
644+
- "maze_output/failed/**/*"
645+
- "maze_output/metrics.csv"
646+
docker-compose#v4.7.0:
647+
pull: maze-runner
648+
run: maze-runner
649+
service-ports: true
650+
command:
651+
- "features/smoke_tests/01_anr.feature"
652+
- "--app=@build/bs-fixture-r21-url.txt"
653+
- "--appium-version=1.22.0"
654+
- "--farm=bs"
655+
- "--device=ANDROID_14"
656+
test-collector#v1.10.2:
657+
files: "reports/TEST-*.xml"
658+
format: "junit"
659+
branch: "^master|next$$"
660+
env:
661+
TEST_FIXTURE_SYMBOL_DIR: "build/fixture-r21"
662+
concurrency: 5
663+
concurrency_group: 'browserstack-app'
664+
concurrency_method: eager
665+
601666
- label: ':browserstack: Android 15 NDK r21 smoke tests'
602667
depends_on: "fixture-r21"
603668
timeout_in_minutes: 30

.github/workflows/scorecard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,6 @@ jobs:
6868
# Upload the results to GitHub's code scanning dashboard (optional).
6969
# Commenting out will disable upload of results to your repo's Code Scanning dashboard
7070
- name: "Upload to code-scanning"
71-
uses: github/codeql-action/upload-sarif@v3
71+
uses: github/codeql-action/upload-sarif@9e8d0789d4a0fa9ceb6b1738f7e269594bdd67f0 # v3.28.9
7272
with:
7373
sarif_file: results.sarif

.github/workflows/signing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
run: |
2424
echo "${{ secrets.PLATFORMS_GPG_KEY_BASE64 }}" | base64 --decode | gpg --batch --import
2525
- name: Sign assets
26-
uses: bugsnag/platforms-release-signer@main
26+
uses: bugsnag/platforms-release-signer@4d88944b11e503624f8a511cf6d0fa2901822b60 # v1.0.0
2727
with:
2828
github_token: ${{ secrets.PLATFORMS_SIGNING_GITHUB_TOKEN }}
2929
full_repository: ${{ github.repository }}

0 commit comments

Comments
 (0)