From 1b3ce77c3a28cffac8d65e3cead1b567fa94decb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jun 2024 09:29:22 +0000 Subject: [PATCH 1/2] build(deps): Bump reviewdog/action-flake8 from 3.10.0 to 3.11.0 Bumps [reviewdog/action-flake8](https://github.com/reviewdog/action-flake8) from 3.10.0 to 3.11.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.10.0...v3.11.0) --- updated-dependencies: - dependency-name: reviewdog/action-flake8 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/pull-request-checks.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pull-request-checks.yml b/.github/workflows/pull-request-checks.yml index 148ccd6..f6d4bed 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.10.0 + uses: reviewdog/action-flake8@v3.11.0 with: github_token: ${{ secrets.GITHUB_TOKEN }} flake8_args: --config=.flake8 From 67ce724b05b81eec87607463fbbe504711ddb27f Mon Sep 17 00:00:00 2001 From: Pascal Zimmermann Date: Mon, 24 Jun 2024 12:10:07 +0200 Subject: [PATCH 2/2] Update pull-request-checks.yml --- .github/workflows/pull-request-checks.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pull-request-checks.yml b/.github/workflows/pull-request-checks.yml index f6d4bed..2f35a69 100644 --- a/.github/workflows/pull-request-checks.yml +++ b/.github/workflows/pull-request-checks.yml @@ -85,7 +85,7 @@ jobs: pytest-coverage-path: ./pytest-coverage.txt junitxml-path: ./pytest.xml hide-badge: true - create-new-comment: true + create-new-comment: false - name: Generate coverage badge run: coverage-badge -f -o docs/coverage.svg