Skip to content

Commit

Permalink
CI: update flake8 action reference
Browse files Browse the repository at this point in the history
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 <[email protected]>

Reviewed-by: Justin Stephenson <[email protected]>

Reviewed-by: Justin Stephenson <[email protected]>

Reviewed-by: Justin Stephenson <[email protected]>
  • Loading branch information
ikerexxe authored and pbrezina committed Apr 28, 2022
1 parent f48eddc commit ecc8aa7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/static-code-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit ecc8aa7

Please sign in to comment.