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/code_health.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
with:
channel: "stable"
cache: true
- uses: bluefireteam/melos-action@2982f8e4fc92440a219490009d6d05195cb1a6a5 # v3
- uses: bluefireteam/melos-action@b79b63bcd183f823740a7976cbdb4b0fc95a0eb8 # v3
with:
melos-version: "^7.5.0"
- name: "Run Analyze"
Expand All @@ -46,7 +46,7 @@ jobs:
with:
channel: "stable"
cache: true
- uses: bluefireteam/melos-action@2982f8e4fc92440a219490009d6d05195cb1a6a5 # v3
- uses: bluefireteam/melos-action@b79b63bcd183f823740a7976cbdb4b0fc95a0eb8 # v3
with:
melos-version: "^7.5.0"
- name: "Pub Check"
Expand All @@ -64,7 +64,7 @@ jobs:
with:
channel: "stable"
cache: true
- uses: bluefireteam/melos-action@2982f8e4fc92440a219490009d6d05195cb1a6a5 # v3
- uses: bluefireteam/melos-action@b79b63bcd183f823740a7976cbdb4b0fc95a0eb8 # v3
with:
melos-version: "^7.5.0"
- name: "flutter pub get"
Expand All @@ -84,7 +84,7 @@ jobs:
with:
channel: "stable"
cache: true
- uses: bluefireteam/melos-action@2982f8e4fc92440a219490009d6d05195cb1a6a5 # v3
- uses: bluefireteam/melos-action@b79b63bcd183f823740a7976cbdb4b0fc95a0eb8 # v3
with:
melos-version: "^7.5.0"
- uses: Homebrew/actions/setup-homebrew@097625b28a26ba4b7437926ab03b4d3bd2e6c3d1 # master
Expand Down Expand Up @@ -124,7 +124,7 @@ jobs:
channel: "stable"
cache: true
- name: Install Melos
uses: bluefireteam/melos-action@2982f8e4fc92440a219490009d6d05195cb1a6a5 # v3
uses: bluefireteam/melos-action@b79b63bcd183f823740a7976cbdb4b0fc95a0eb8 # v3
with:
run-bootstrap: false
melos-version: "^7.5.0"
Expand Down
22 changes: 11 additions & 11 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
sudo udevadm control --reload-rules
sudo udevadm trigger --name-match=kvm
- name: Gradle cache
uses: gradle/actions/setup-gradle@3f131e8634966bd73d06cc69884922b02e6faf92 # v6.2.0
uses: gradle/actions/setup-gradle@9c971963bec38e04b3d30dcc455b5382be2fdbfb # v6.3.0
- name: AVD cache
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
id: avd-cache
Expand All @@ -57,7 +57,7 @@ jobs:
~/.android/avd/*
~/.android/adb*
key: avd-ubuntu
- uses: subosito/flutter-action@48cafc24713cca54bbe03cdc3a423187d413aafa
- uses: subosito/flutter-action@1a449444c387b1966244ae4d4f8c696479add0b2
with:
channel: "stable"
cache: true
Expand All @@ -69,7 +69,7 @@ jobs:
path: ~/.cache/firebase/emulators
key: firebase-emulators-v2-${{ github.run_id }}
restore-keys: firebase-emulators-v2
- uses: bluefireteam/melos-action@720a109b686f61979b4f9f0d14f582ab1637647e
- uses: bluefireteam/melos-action@2982f8e4fc92440a219490009d6d05195cb1a6a5
with:
run-bootstrap: false
melos-version: "^7.5.0"
Expand Down Expand Up @@ -124,7 +124,7 @@ jobs:
/usr/local/share/powershell \
/usr/share/dotnet
df -h /
- uses: hendrikmuhs/ccache-action@ed74d11c0b343532753ecead8a951bb09bb34bc9
- uses: hendrikmuhs/ccache-action@f09c25b45002a07be2955cbe52e8cee55643f89d
name: Xcode Compile Cache
with:
key: ${{ runner.os }}-ios-v3
Expand All @@ -144,11 +144,11 @@ jobs:
path: ~/.cache/firebase/emulators
key: firebase-emulators-v1-${{ github.run_id }}
restore-keys: firebase-emulators-v1
- uses: subosito/flutter-action@48cafc24713cca54bbe03cdc3a423187d413aafa
- uses: subosito/flutter-action@1a449444c387b1966244ae4d4f8c696479add0b2
with:
channel: "stable"
cache: true
- uses: bluefireteam/melos-action@720a109b686f61979b4f9f0d14f582ab1637647e
- uses: bluefireteam/melos-action@2982f8e4fc92440a219490009d6d05195cb1a6a5
with:
run-bootstrap: false
melos-version: "^7.5.0"
Expand Down Expand Up @@ -206,7 +206,7 @@ jobs:
with:
distribution: "temurin"
java-version: "21"
- uses: hendrikmuhs/ccache-action@ed74d11c0b343532753ecead8a951bb09bb34bc9
- uses: hendrikmuhs/ccache-action@f09c25b45002a07be2955cbe52e8cee55643f89d
name: Xcode Compile Cache
with:
key: ${{ runner.os }}-macos-v2
Expand All @@ -226,11 +226,11 @@ jobs:
path: ~/.cache/firebase/emulators
key: firebase-emulators-v1-${{ github.run_id }}
restore-keys: firebase-emulators-v1
- uses: subosito/flutter-action@48cafc24713cca54bbe03cdc3a423187d413aafa
- uses: subosito/flutter-action@1a449444c387b1966244ae4d4f8c696479add0b2
with:
channel: "stable"
cache: true
- uses: bluefireteam/melos-action@720a109b686f61979b4f9f0d14f582ab1637647e
- uses: bluefireteam/melos-action@2982f8e4fc92440a219490009d6d05195cb1a6a5
with:
run-bootstrap: false
melos-version: "^7.5.0"
Expand Down Expand Up @@ -264,11 +264,11 @@ jobs:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
with:
persist-credentials: false
- uses: subosito/flutter-action@2783a3f08e1baf891508463f8c6653c258246225
- uses: subosito/flutter-action@1a449444c387b1966244ae4d4f8c696479add0b2
with:
channel: 'stable'
cache: true
- uses: bluefireteam/melos-action@720a109b686f61979b4f9f0d14f582ab1637647e
- uses: bluefireteam/melos-action@2982f8e4fc92440a219490009d6d05195cb1a6a5
with:
melos-version: "^6.3.3"
- name: 'Build Test Applications'
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/ossf-scorecard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
persist-credentials: false

- name: "Run analysis"
uses: ossf/scorecard-action@4eaacf0543bb3f2c246792bd56e8cdeffafb205a # v2.4.3
uses: ossf/scorecard-action@2d1146689b8cda280b9bc96326124645441f03bc # v2.4.4
with:
results_file: results.sarif
results_format: sarif
Expand All @@ -59,14 +59,14 @@ jobs:
# Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
# format to the repository Actions tab.
- name: "Upload artifact"
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
with:
name: SARIF file
path: results.sarif
retention-days: 5

# Upload the results to GitHub's code scanning dashboard.
- name: "Upload to code-scanning"
uses: github/codeql-action/upload-sarif@38697555549f1db7851b81482ff19f1fa5c4fedc # v4.34.1
uses: github/codeql-action/upload-sarif@b96794f015dfd88f77b49b1c93e0fa7110f94c63 # v4.38.0
with:
sarif_file: results.sarif
2 changes: 1 addition & 1 deletion .github/workflows/unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
with:
channel: "stable"
cache: true
- uses: bluefireteam/melos-action@2982f8e4fc92440a219490009d6d05195cb1a6a5 # v3
- uses: bluefireteam/melos-action@b79b63bcd183f823740a7976cbdb4b0fc95a0eb8 # v3
with:
melos-version: "^7.5.0"

Expand Down
Loading