Skip to content
Closed
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
4 changes: 2 additions & 2 deletions .github/workflows/analyze.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
with:
NAV_SDK_DEPLOY_KEY: ${{ secrets.NAV_SDK_GIT_REPO_DEPLOY_KEY }}
NAV_SDK_DEPENDENCY_OVERRIDE: ${{ secrets.NAV_SDK_OVERRIDE }}
- uses: subosito/flutter-action@2783a3f08e1baf891508463f8c6653c258246225
- uses: subosito/flutter-action@62f096cacda5168a3bd7b95793373be14fa4fbaf
with:
channel: 'stable'
cache: true
Expand Down Expand Up @@ -73,7 +73,7 @@ jobs:
with:
NAV_SDK_DEPLOY_KEY: ${{ secrets.NAV_SDK_GIT_REPO_DEPLOY_KEY }}
NAV_SDK_DEPENDENCY_OVERRIDE: ${{ secrets.NAV_SDK_OVERRIDE }}
- uses: subosito/flutter-action@2783a3f08e1baf891508463f8c6653c258246225
- uses: subosito/flutter-action@62f096cacda5168a3bd7b95793373be14fa4fbaf
with:
channel: 'stable'
cache: true
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
distribution: 'temurin'
java-version: '17'
cache: 'gradle'
- uses: subosito/flutter-action@2783a3f08e1baf891508463f8c6653c258246225
- uses: subosito/flutter-action@62f096cacda5168a3bd7b95793373be14fa4fbaf
with:
channel: 'stable'
cache: true
Expand All @@ -62,7 +62,7 @@ jobs:
distribution: 'temurin'
java-version: '17'
cache: 'gradle'
- uses: subosito/flutter-action@2783a3f08e1baf891508463f8c6653c258246225
- uses: subosito/flutter-action@62f096cacda5168a3bd7b95793373be14fa4fbaf
with:
flutter-version: '3.16.x'
channel: 'stable'
Expand Down Expand Up @@ -94,7 +94,7 @@ jobs:
key: ${{ runner.os }}-pods-${{ hashFiles('**/*.podspec') }}
restore-keys: |
${{ runner.os }}-pods-
- uses: subosito/flutter-action@2783a3f08e1baf891508463f8c6653c258246225
- uses: subosito/flutter-action@62f096cacda5168a3bd7b95793373be14fa4fbaf
with:
flutter-version: '3.16.x'
channel: 'stable'
Expand Down Expand Up @@ -128,7 +128,7 @@ jobs:
distribution: 'temurin'
java-version: '17'
cache: 'gradle'
- uses: subosito/flutter-action@2783a3f08e1baf891508463f8c6653c258246225
- uses: subosito/flutter-action@62f096cacda5168a3bd7b95793373be14fa4fbaf
with:
channel: 'stable'
cache: true
Expand All @@ -152,7 +152,7 @@ jobs:
with:
NAV_SDK_DEPLOY_KEY: ${{ secrets.NAV_SDK_GIT_REPO_DEPLOY_KEY }}
NAV_SDK_DEPENDENCY_OVERRIDE: ${{ secrets.NAV_SDK_OVERRIDE }}
- uses: subosito/flutter-action@2783a3f08e1baf891508463f8c6653c258246225
- uses: subosito/flutter-action@62f096cacda5168a3bd7b95793373be14fa4fbaf
with:
channel: 'stable'
cache: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/licence-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
# check-license-header)
- run: go install github.com/google/addlicense@latest
- name: Install Flutter
uses: subosito/flutter-action@2783a3f08e1baf891508463f8c6653c258246225
uses: subosito/flutter-action@62f096cacda5168a3bd7b95793373be14fa4fbaf
with:
channel: 'stable'
cache: true
Expand Down