Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
4 changes: 2 additions & 2 deletions .github/workflows/android.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: e2e-android

Check warning on line 1 in .github/workflows/android.yaml

View workflow job for this annotation

GitHub Actions / zizmor-output

excessive-permissions

android.yaml:1: overly broad permissions: default permissions used due to no permissions: block

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}-android
Expand Down Expand Up @@ -30,7 +30,7 @@
default: false

jobs:
android:

Check warning on line 33 in .github/workflows/android.yaml

View workflow job for this annotation

GitHub Actions / zizmor-output

excessive-permissions

android.yaml:33: overly broad permissions: default permissions used due to no permissions: block
runs-on: ubuntu-latest
timeout-minutes: ${{ inputs.nightly_test_mode && 5 || 45 }}
strategy:
Expand Down Expand Up @@ -60,7 +60,7 @@
echo "FIREBASE_TOOLS_VERSION=$(npm firebase --version)" >> $GITHUB_ENV
- name: Firebase Emulator Cache
id: firebase-emulator-cache
uses: actions/cache/restore@27d5ce7f107fe9357f9df03efb73ab90386fccae
uses: actions/cache/restore@55cc8345863c7cc4c66a329aec7e433d2d1c52a9
continue-on-error: true
with:
# The firebase emulators are pure javascript and java, OS-independent
Expand Down Expand Up @@ -89,7 +89,7 @@
sudo udevadm control --reload-rules
sudo udevadm trigger --name-match=kvm
- name: Gradle cache
uses: gradle/actions/setup-gradle@v6

Check failure on line 92 in .github/workflows/android.yaml

View workflow job for this annotation

GitHub Actions / zizmor-output

zizmor/unpinned-uses

unpinned action reference: action is not pinned to a hash (required by blanket policy)

Check failure on line 92 in .github/workflows/android.yaml

View workflow job for this annotation

GitHub Actions / zizmor-output

unpinned-uses

android.yaml:92: unpinned action reference: action is not pinned to a hash (required by blanket policy)
- name: Free Disk Space (Ubuntu)
uses: AdityaGarg8/remove-unwanted-software@90e01b21170618765a73370fcc3abbd1684a7793
with:
Expand All @@ -106,7 +106,7 @@
sudo chown "$USER:$USER" /mnt/avd
df -h / /mnt
- name: AVD cache
uses: actions/cache/restore@27d5ce7f107fe9357f9df03efb73ab90386fccae
uses: actions/cache/restore@55cc8345863c7cc4c66a329aec7e433d2d1c52a9
continue-on-error: true
id: avd-cache
with:
Expand Down Expand Up @@ -159,7 +159,7 @@
/mnt/avd/*
~/.android/adb*

agp9-compatibility:

Check warning on line 162 in .github/workflows/android.yaml

View workflow job for this annotation

GitHub Actions / zizmor-output

excessive-permissions

android.yaml:162: overly broad permissions: default permissions used due to no permissions: block
runs-on: ubuntu-latest
timeout-minutes: 30
steps:
Expand All @@ -181,6 +181,6 @@
- name: 'Bootstrap tests package'
run: melos bootstrap --scope tests
- name: Gradle cache
uses: gradle/actions/setup-gradle@v4

Check failure on line 184 in .github/workflows/android.yaml

View workflow job for this annotation

GitHub Actions / zizmor-output

zizmor/unpinned-uses

unpinned action reference: action is not pinned to a hash (required by blanket policy)

Check failure on line 184 in .github/workflows/android.yaml

View workflow job for this annotation

GitHub Actions / zizmor-output

unpinned-uses

android.yaml:184: unpinned action reference: action is not pinned to a hash (required by blanket policy)
- name: 'Build tests app with AGP 9'
run: bash ./.github/workflows/scripts/agp9-compatibility.sh
12 changes: 6 additions & 6 deletions .github/workflows/e2e_tests_fdc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
echo "FIREBASE_TOOLS_VERSION=$(firebase --version)" >> $GITHUB_ENV
- name: Firebase Emulator Cache
id: firebase-emulator-cache
uses: actions/cache/restore@27d5ce7f107fe9357f9df03efb73ab90386fccae
uses: actions/cache/restore@55cc8345863c7cc4c66a329aec7e433d2d1c52a9
continue-on-error: true
with:
# Must match the save path exactly
Expand All @@ -68,7 +68,7 @@
cache-key: "flutter-:os:-:channel:-:version:-:arch:-:hash:"
pub-cache-key: "flutter-pub-:os:-:channel:-:version:-:arch:-:hash:"
- name: Setup PostgreSQL for Linux/macOS/Windows
uses: ikalnytskyi/action-setup-postgres@v8

Check failure on line 71 in .github/workflows/e2e_tests_fdc.yaml

View workflow job for this annotation

GitHub Actions / zizmor-output

zizmor/unpinned-uses

unpinned action reference: action is not pinned to a hash (required by blanket policy)

Check failure on line 71 in .github/workflows/e2e_tests_fdc.yaml

View workflow job for this annotation

GitHub Actions / zizmor-output

unpinned-uses

e2e_tests_fdc.yaml:71: unpinned action reference: action is not pinned to a hash (required by blanket policy)
- uses: bluefireteam/melos-action@705015c3d2bc4ab94201ac24accb2bbe070cf533
with:
run-bootstrap: false
Expand All @@ -88,7 +88,7 @@
sudo udevadm control --reload-rules
sudo udevadm trigger --name-match=kvm
- name: Gradle cache
uses: gradle/actions/setup-gradle@v6

Check failure on line 91 in .github/workflows/e2e_tests_fdc.yaml

View workflow job for this annotation

GitHub Actions / zizmor-output

zizmor/unpinned-uses

unpinned action reference: action is not pinned to a hash (required by blanket policy)

Check failure on line 91 in .github/workflows/e2e_tests_fdc.yaml

View workflow job for this annotation

GitHub Actions / zizmor-output

unpinned-uses

e2e_tests_fdc.yaml:91: unpinned action reference: action is not pinned to a hash (required by blanket policy)
- name: Free Disk Space (Ubuntu)
uses: AdityaGarg8/remove-unwanted-software@90e01b21170618765a73370fcc3abbd1684a7793
with:
Expand All @@ -103,7 +103,7 @@
sudo chown "$USER:$USER" /mnt/avd
df -h / /mnt
- name: AVD cache
uses: actions/cache/restore@27d5ce7f107fe9357f9df03efb73ab90386fccae
uses: actions/cache/restore@55cc8345863c7cc4c66a329aec7e433d2d1c52a9
id: avd-cache
continue-on-error: true
with:
Expand Down Expand Up @@ -168,14 +168,14 @@
distribution: 'temurin'
java-version: '21'
- name: Setup PostgreSQL for Linux/macOS/Windows
uses: ikalnytskyi/action-setup-postgres@v8

Check failure on line 171 in .github/workflows/e2e_tests_fdc.yaml

View workflow job for this annotation

GitHub Actions / zizmor-output

zizmor/unpinned-uses

unpinned action reference: action is not pinned to a hash (required by blanket policy)

Check failure on line 171 in .github/workflows/e2e_tests_fdc.yaml

View workflow job for this annotation

GitHub Actions / zizmor-output

unpinned-uses

e2e_tests_fdc.yaml:171: unpinned action reference: action is not pinned to a hash (required by blanket policy)
- uses: hendrikmuhs/ccache-action@d62db5f07c26379fc4b4e0916f098a92573c3b03
name: Xcode Compile Cache
with:
key: xcode-cache-${{ runner.os }}
save: "${{ github.ref == 'refs/heads/main' }}"
max-size: 700M
- uses: actions/cache/restore@27d5ce7f107fe9357f9df03efb73ab90386fccae
- uses: actions/cache/restore@55cc8345863c7cc4c66a329aec7e433d2d1c52a9
continue-on-error: true
name: Pods Cache
id: pods-cache
Expand All @@ -190,7 +190,7 @@
echo "FIREBASE_TOOLS_VERSION=$(firebase --version)" >> $GITHUB_ENV
- name: Firebase Emulator Cache
id: firebase-emulator-cache
uses: actions/cache/restore@27d5ce7f107fe9357f9df03efb73ab90386fccae
uses: actions/cache/restore@55cc8345863c7cc4c66a329aec7e433d2d1c52a9
continue-on-error: true
with:
# Must match the save path exactly
Expand Down Expand Up @@ -286,7 +286,7 @@
distribution: 'temurin'
java-version: '21'
- name: Setup PostgreSQL for Linux/macOS/Windows
uses: ikalnytskyi/action-setup-postgres@v8

Check failure on line 289 in .github/workflows/e2e_tests_fdc.yaml

View workflow job for this annotation

GitHub Actions / zizmor-output

zizmor/unpinned-uses

unpinned action reference: action is not pinned to a hash (required by blanket policy)

Check failure on line 289 in .github/workflows/e2e_tests_fdc.yaml

View workflow job for this annotation

GitHub Actions / zizmor-output

unpinned-uses

e2e_tests_fdc.yaml:289: unpinned action reference: action is not pinned to a hash (required by blanket policy)
- uses: subosito/flutter-action@1a449444c387b1966244ae4d4f8c696479add0b2
with:
channel: 'stable'
Expand All @@ -305,7 +305,7 @@
echo "FIREBASE_TOOLS_VERSION=$(firebase --version)" >> $GITHUB_ENV
- name: Firebase Emulator Cache
id: firebase-emulator-cache
uses: actions/cache/restore@27d5ce7f107fe9357f9df03efb73ab90386fccae
uses: actions/cache/restore@55cc8345863c7cc4c66a329aec7e433d2d1c52a9
continue-on-error: true
with:
# Must match the save path exactly
Expand Down Expand Up @@ -361,7 +361,7 @@
distribution: 'temurin'
java-version: '21'
- name: Setup PostgreSQL for Linux/macOS/Windows
uses: ikalnytskyi/action-setup-postgres@v8

Check failure on line 364 in .github/workflows/e2e_tests_fdc.yaml

View workflow job for this annotation

GitHub Actions / zizmor-output

zizmor/unpinned-uses

unpinned action reference: action is not pinned to a hash (required by blanket policy)

Check failure on line 364 in .github/workflows/e2e_tests_fdc.yaml

View workflow job for this annotation

GitHub Actions / zizmor-output

unpinned-uses

e2e_tests_fdc.yaml:364: unpinned action reference: action is not pinned to a hash (required by blanket policy)
- uses: subosito/flutter-action@1a449444c387b1966244ae4d4f8c696479add0b2
with:
channel: 'stable'
Expand All @@ -380,7 +380,7 @@
echo "FIREBASE_TOOLS_VERSION=$(firebase --version)" >> $GITHUB_ENV
- name: Firebase Emulator Cache
id: firebase-emulator-cache
uses: actions/cache/restore@27d5ce7f107fe9357f9df03efb73ab90386fccae
uses: actions/cache/restore@55cc8345863c7cc4c66a329aec7e433d2d1c52a9
continue-on-error: true
with:
# Must match the save path exactly
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e_tests_pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
sudo udevadm control --reload-rules
sudo udevadm trigger --name-match=kvm
- name: Gradle cache
uses: gradle/actions/setup-gradle@v6

Check failure on line 73 in .github/workflows/e2e_tests_pipeline.yaml

View workflow job for this annotation

GitHub Actions / zizmor-output

zizmor/unpinned-uses

unpinned action reference: action is not pinned to a hash (required by blanket policy)

Check failure on line 73 in .github/workflows/e2e_tests_pipeline.yaml

View workflow job for this annotation

GitHub Actions / zizmor-output

unpinned-uses

e2e_tests_pipeline.yaml:73: unpinned action reference: action is not pinned to a hash (required by blanket policy)
- name: Free Disk Space (Ubuntu)
uses: AdityaGarg8/remove-unwanted-software@90e01b21170618765a73370fcc3abbd1684a7793
with:
Expand All @@ -85,7 +85,7 @@
sudo chown "$USER:$USER" /mnt/avd
df -h / /mnt
- name: AVD cache
uses: actions/cache/restore@27d5ce7f107fe9357f9df03efb73ab90386fccae
uses: actions/cache/restore@55cc8345863c7cc4c66a329aec7e433d2d1c52a9
continue-on-error: true
id: avd-cache
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ios.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
default: false

jobs:
ios:

Check warning on line 33 in .github/workflows/ios.yaml

View workflow job for this annotation

GitHub Actions / zizmor-output

excessive-permissions

ios.yaml:33: overly broad permissions: default permissions used due to no permissions: block
runs-on: macos-15
timeout-minutes: ${{ inputs.nightly_test_mode && 5 || 60 }}
strategy:
Expand Down Expand Up @@ -58,7 +58,7 @@
key: xcode-cache-${{ runner.os }}
save: "${{ github.ref == 'refs/heads/main' }}"
max-size: 700M
- uses: actions/cache/restore@27d5ce7f107fe9357f9df03efb73ab90386fccae
- uses: actions/cache/restore@55cc8345863c7cc4c66a329aec7e433d2d1c52a9
continue-on-error: true
name: Pods Cache
id: pods-cache
Expand All @@ -73,7 +73,7 @@
echo "FIREBASE_TOOLS_VERSION=$(npm firebase --version)" >> $GITHUB_ENV
- name: Firebase Emulator Cache
id: firebase-emulator-cache
uses: actions/cache/restore@27d5ce7f107fe9357f9df03efb73ab90386fccae
uses: actions/cache/restore@55cc8345863c7cc4c66a329aec7e433d2d1c52a9
continue-on-error: true
with:
# The firebase emulators are pure javascript and java, OS-independent
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/macos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
default: false

jobs:
macos:

Check warning on line 33 in .github/workflows/macos.yaml

View workflow job for this annotation

GitHub Actions / zizmor-output

excessive-permissions

macos.yaml:33: overly broad permissions: default permissions used due to no permissions: block
runs-on: macos-15
timeout-minutes: ${{ inputs.nightly_test_mode && 5 || 45 }}
strategy:
Expand Down Expand Up @@ -58,7 +58,7 @@
max-size: 700M
- name: Pods Cache
continue-on-error: true
uses: actions/cache/restore@27d5ce7f107fe9357f9df03efb73ab90386fccae
uses: actions/cache/restore@55cc8345863c7cc4c66a329aec7e433d2d1c52a9
id: pods-cache
with:
# Must match the save path exactly
Expand All @@ -71,7 +71,7 @@
echo "FIREBASE_TOOLS_VERSION=$(npm firebase --version)" >> $GITHUB_ENV
- name: Firebase Emulator Cache
id: firebase-emulator-cache
uses: actions/cache/restore@27d5ce7f107fe9357f9df03efb73ab90386fccae
uses: actions/cache/restore@55cc8345863c7cc4c66a329aec7e433d2d1c52a9
continue-on-error: true
with:
# The firebase emulators are pure javascript and java, OS-independent
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/web.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: e2e-web

Check warning on line 1 in .github/workflows/web.yaml

View workflow job for this annotation

GitHub Actions / zizmor-output

excessive-permissions

web.yaml:1: overly broad permissions: default permissions used due to no permissions: block

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}-web
Expand Down Expand Up @@ -30,7 +30,7 @@
default: false

jobs:
web:

Check warning on line 33 in .github/workflows/web.yaml

View workflow job for this annotation

GitHub Actions / zizmor-output

excessive-permissions

web.yaml:33: overly broad permissions: default permissions used due to no permissions: block
runs-on: macos-latest
timeout-minutes: ${{ inputs.nightly_test_mode && 5 || 15 }}
strategy:
Expand Down Expand Up @@ -68,7 +68,7 @@
echo "FIREBASE_TOOLS_VERSION=$(npm firebase --version)" >> $GITHUB_ENV
- name: Firebase Emulator Cache
id: firebase-emulator-cache
uses: actions/cache/restore@27d5ce7f107fe9357f9df03efb73ab90386fccae
uses: actions/cache/restore@55cc8345863c7cc4c66a329aec7e433d2d1c52a9
continue-on-error: true
with:
# The firebase emulators are pure javascript and java, OS-independent
Expand Down Expand Up @@ -107,7 +107,7 @@
# Must match the restore path exactly
path: ~/.cache/firebase/emulators

web-app-check:

Check warning on line 110 in .github/workflows/web.yaml

View workflow job for this annotation

GitHub Actions / zizmor-output

excessive-permissions

web.yaml:110: overly broad permissions: default permissions used due to no permissions: block
runs-on: macos-latest
timeout-minutes: 15
steps:
Expand Down Expand Up @@ -138,7 +138,7 @@
echo "FIREBASE_TOOLS_VERSION=$(npm firebase --version)" >> $GITHUB_ENV
- name: Firebase Emulator Cache
id: firebase-emulator-cache
uses: actions/cache/restore@27d5ce7f107fe9357f9df03efb73ab90386fccae
uses: actions/cache/restore@55cc8345863c7cc4c66a329aec7e433d2d1c52a9
continue-on-error: true
with:
# The firebase emulators are pure javascript and java, OS-independent
Expand Down Expand Up @@ -182,7 +182,7 @@
# Must match the restore path exactly
path: ~/.cache/firebase/emulators

web-wasm:

Check warning on line 185 in .github/workflows/web.yaml

View workflow job for this annotation

GitHub Actions / zizmor-output

excessive-permissions

web.yaml:185: overly broad permissions: default permissions used due to no permissions: block
runs-on: macos-latest
timeout-minutes: ${{ inputs.nightly_test_mode && 5 || 15 }}
strategy:
Expand Down Expand Up @@ -220,7 +220,7 @@
echo "FIREBASE_TOOLS_VERSION=$(npm firebase --version)" >> $GITHUB_ENV
- name: Firebase Emulator Cache
id: firebase-emulator-cache
uses: actions/cache/restore@27d5ce7f107fe9357f9df03efb73ab90386fccae
uses: actions/cache/restore@55cc8345863c7cc4c66a329aec7e433d2d1c52a9
continue-on-error: true
with:
# The firebase emulators are pure javascript and java, OS-independent
Expand Down
Loading