From 77b5ef0370050c97e5dc82b463088f11739e7b95 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Jun 2024 11:54:42 +0200 Subject: [PATCH] build(deps): Bump reviewdog/action-flake8 from 3.8.0 to 3.10.0 (#34) * build(deps): Bump reviewdog/action-flake8 from 3.8.0 to 3.10.0 Bumps [reviewdog/action-flake8](https://github.com/reviewdog/action-flake8) from 3.8.0 to 3.10.0. - [Release notes](https://github.com/reviewdog/action-flake8/releases) - [Changelog](https://github.com/reviewdog/action-flake8/blob/master/CHANGELOG.md) - [Commits](https://github.com/reviewdog/action-flake8/compare/v3.8.0...v3.10.0) --- updated-dependencies: - dependency-name: reviewdog/action-flake8 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] * Update pull-request-checks.yml --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Pascal Zimmermann --- .github/workflows/pull-request-checks.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pull-request-checks.yml b/.github/workflows/pull-request-checks.yml index 6194dd1..148ccd6 100644 --- a/.github/workflows/pull-request-checks.yml +++ b/.github/workflows/pull-request-checks.yml @@ -48,7 +48,7 @@ jobs: run: pip install -r requirements.txt - name: Execute the linting checks - uses: reviewdog/action-flake8@v3.8.0 + uses: reviewdog/action-flake8@v3.10.0 with: github_token: ${{ secrets.GITHUB_TOKEN }} flake8_args: --config=.flake8 @@ -85,7 +85,7 @@ jobs: pytest-coverage-path: ./pytest-coverage.txt junitxml-path: ./pytest.xml hide-badge: true - create-new-comment: false + create-new-comment: true - name: Generate coverage badge run: coverage-badge -f -o docs/coverage.svg