From 6b598f55c6b1164dd3c1c2fa60d1678cd6222e0d Mon Sep 17 00:00:00 2001 From: github-actions Date: Thu, 29 Aug 2024 09:06:11 +0100 Subject: [PATCH] ci: Latest version of code quality action --- .github/workflows/pull-request.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index c58f8ab5..bc71019d 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -1,6 +1,7 @@ name: CI - Pull Request on: - pull_request_target: + # pull_request_target: + pull_request: # Pull Request Runs on the same branch will be cancelled concurrency: @@ -21,7 +22,7 @@ jobs: with: cache: true - run: dart run build_runner build --delete-conflicting-outputs - - uses: ZebraDevs/flutter-code-quality@main + - uses: ZebraDevs/flutter-code-quality@fix/testFailedComment with: token: ${{secrets.GITHUB_TOKEN}} coverage-pass-score: '90'