From ecc8aa71429040e718b2155422ab0dbe0df58802 Mon Sep 17 00:00:00 2001 From: Iker Pedrosa Date: Thu, 21 Apr 2022 09:04:32 +0200 Subject: [PATCH] CI: update flake8 action reference flake8 action was pointing to my fork because there was an unresolved problem in the main repository. Now that the fix has been merged we can update the reference. Signed-off-by: Iker Pedrosa Reviewed-by: Justin Stephenson Reviewed-by: Justin Stephenson Reviewed-by: Justin Stephenson --- .github/workflows/static-code-analysis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/static-code-analysis.yml b/.github/workflows/static-code-analysis.yml index c309b4c429e..a50e05493f5 100644 --- a/.github/workflows/static-code-analysis.yml +++ b/.github/workflows/static-code-analysis.yml @@ -48,7 +48,7 @@ jobs: uses: actions/checkout@v2 - name: - uses: ikerexxe/lintly-flake8-github-action@fix_execution + uses: grantmcconnaughey/lintly-flake8-github-action@d9db4fd0be9fb1cd19206a48ec0773bd93b82cbd if: github.event_name == 'pull_request' with: token: ${{ secrets.GITHUB_TOKEN }}