Skip to content

Commit

Permalink
chore(flutter): pin commit hash for gradle wrapper action
Browse files Browse the repository at this point in the history
  • Loading branch information
abhaysood committed Feb 17, 2025
1 parent 6df1df1 commit 110d293
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/flutter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
java-version: ${{ env.JAVA_VERSION }}
cache: 'gradle'
- name: Check Gradle wrapper
uses: gradle/actions/wrapper-validation@v3
uses: gradle/actions/wrapper-validation@82758ea0fa86a76afcbc6f0f6d021368407ccee5
- name: Publish measure to maven local
run: ../../android/gradlew --project-dir ../../android/ :measure:publishToMavenLocal
- name: Run all checks
Expand Down

0 comments on commit 110d293

Please sign in to comment.