From d069dc539ccd9c607e6e232d25fe512af338d5fb Mon Sep 17 00:00:00 2001 From: github-actions Date: Thu, 22 Aug 2024 16:00:21 +0000 Subject: [PATCH] chore(automated): Lint commit and format --- .github/workflows/pull-request.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index b0d4d52..7b9357c 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -28,7 +28,7 @@ jobs: # Uses the flutter-code-quality action to run code quality checks # This will return a status check to the pull request - - uses: ZebraDevs/flutter-code-quality@fix/deleteLcov + - uses: ZebraDevs/flutter-code-quality@v1.0.9 with: token: ${{secrets.GITHUB_TOKEN}}