Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions .github/workflows/cronet.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: package:cronet_http CI

Check warning on line 1 in .github/workflows/cronet.yml

View workflow job for this annotation

GitHub Actions / zizmor-output

excessive-permissions

cronet.yml:1: overly broad permissions: default permissions used due to no permissions: block

on:
push:
Expand All @@ -21,15 +21,15 @@
PUB_ENVIRONMENT: bot.github

jobs:
generate:

Check warning on line 24 in .github/workflows/cronet.yml

View workflow job for this annotation

GitHub Actions / zizmor-output

excessive-permissions

cronet.yml:24: overly broad permissions: default permissions used due to no permissions: block
name: jnigen
runs-on: ubuntu-latest
defaults:
run:
working-directory: pkgs/cronet_http
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
- uses: actions/setup-java@be666c2fcd27ec809703dec50e508c2fdc7f6654
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1
- uses: actions/setup-java@03ad4de0992f5dab5e18fcb136590ce7c4a0ac95
with:
distribution: 'zulu'
java-version: '17'
Expand Down Expand Up @@ -58,7 +58,7 @@
name: JNI Bindings
path: pkgs/cronet_http/lib/src/jni/jni_bindings.dart
retention-days: 1
verify:

Check warning on line 61 in .github/workflows/cronet.yml

View workflow job for this annotation

GitHub Actions / zizmor-output

excessive-permissions

cronet.yml:61: overly broad permissions: default permissions used due to no permissions: block
name: Format & Analyze & Test (${{ matrix.cronetHttpNoPlay == 'true' && 'without Google Play' || 'with Google Play'}})
runs-on: ubuntu-cpu16-ram64
timeout-minutes: 30
Expand All @@ -70,8 +70,8 @@
run:
working-directory: pkgs/cronet_http
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
- uses: actions/setup-java@be666c2fcd27ec809703dec50e508c2fdc7f6654
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1
- uses: actions/setup-java@03ad4de0992f5dab5e18fcb136590ce7c4a0ac95
with:
distribution: 'zulu'
java-version: '17'
Expand All @@ -93,7 +93,7 @@
sudo udevadm control --reload-rules
sudo udevadm trigger --name-match=kvm
- name: Run tests (${{ matrix.cronetHttpNoPlay == 'true' && 'without Google Play' || 'with Google Play'}})
uses: reactivecircus/android-emulator-runner@e89f39f1abbbd05b1113a29cf4db69e7540cae5a
uses: reactivecircus/android-emulator-runner@a421e43855164a8197daf9d8d40fe71c6996bb0d
if: always() && steps.install.outcome == 'success'
with:
# api-level/minSdkVersion should be help in sync in:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/cupertino.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: package:cupertino_http CI

Check warning on line 1 in .github/workflows/cupertino.yml

View workflow job for this annotation

GitHub Actions / zizmor-output

excessive-permissions

cupertino.yml:1: overly broad permissions: default permissions used due to no permissions: block

on:
push:
Expand All @@ -23,14 +23,14 @@
PUB_ENVIRONMENT: bot.github

jobs:
format:

Check warning on line 26 in .github/workflows/cupertino.yml

View workflow job for this annotation

GitHub Actions / zizmor-output

excessive-permissions

cupertino.yml:26: overly broad permissions: default permissions used due to no permissions: block
name: "Format & Analyze"
runs-on: macos-latest
defaults:
run:
working-directory: pkgs/cupertino_http
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1
- uses: subosito/flutter-action@1a449444c387b1966244ae4d4f8c696479add0b2
with:
channel: 'stable'
Expand All @@ -45,7 +45,7 @@
- name: Analyze code
run: flutter analyze --fatal-infos
if: always() && steps.install.outcome == 'success'
macos:

Check warning on line 48 in .github/workflows/cupertino.yml

View workflow job for this annotation

GitHub Actions / zizmor-output

excessive-permissions

cupertino.yml:48: overly broad permissions: default permissions used due to no permissions: block
name: "macOS: Test"
runs-on: macos-latest
defaults:
Expand All @@ -57,7 +57,7 @@
sdk: ['3.10.0', 'latest']
os: [macos-13, macos-latest]
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1
- uses: dart-lang/setup-dart@65eb853c7ba17dde3be364c3d2858773e7144260
with:
sdk: ${{ matrix.sdk }}
Expand All @@ -66,7 +66,7 @@
run: dart pub get
- name: Run tests
run: dart test --test-randomize-ordering-seed=random
ios:

Check warning on line 69 in .github/workflows/cupertino.yml

View workflow job for this annotation

GitHub Actions / zizmor-output

excessive-permissions

cupertino.yml:69: overly broad permissions: default permissions used due to no permissions: block
name: "iOS: Test"
runs-on: macos-latest
defaults:
Expand All @@ -79,7 +79,7 @@
# version.
flutter-version: ["3.38.1", "any"]
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1
- uses: subosito/flutter-action@1a449444c387b1966244ae4d4f8c696479add0b2
with:
flutter-version: ${{ matrix.flutter-version }}
Expand Down
Loading
Loading