From ee5146c377b9c05ece9492efd0f99094c68fb466 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jul 2024 09:24:32 +0000 Subject: [PATCH 1/3] build(deps): Bump reviewdog/action-flake8 from 3.11.0 to 3.12.0 Bumps [reviewdog/action-flake8](https://github.com/reviewdog/action-flake8) from 3.11.0 to 3.12.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.11.0...v3.12.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 629a7d4..df9c40d 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.11.0 + uses: reviewdog/action-flake8@v3.12.0 with: github_token: ${{ secrets.GITHUB_TOKEN }} flake8_args: --config=.flake8 From 14cbd1f8dc6421fc230fabb1e5e25dfabe3f25b5 Mon Sep 17 00:00:00 2001 From: Pascal Zimmermann Date: Mon, 8 Jul 2024 12:25:36 +0200 Subject: [PATCH 2/3] Update pull-request-checks.yml --- .github/workflows/pull-request-checks.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/pull-request-checks.yml b/.github/workflows/pull-request-checks.yml index df9c40d..7e23078 100644 --- a/.github/workflows/pull-request-checks.yml +++ b/.github/workflows/pull-request-checks.yml @@ -7,6 +7,7 @@ on: jobs: test: + permissions: write-all runs-on: ubuntu-latest strategy: matrix: From 595a00643641d9db36a202779419de9d04c5e308 Mon Sep 17 00:00:00 2001 From: Pascal Zimmermann Date: Mon, 8 Jul 2024 12:29:18 +0200 Subject: [PATCH 3/3] 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 7e23078..dccee5c 100644 --- a/.github/workflows/pull-request-checks.yml +++ b/.github/workflows/pull-request-checks.yml @@ -86,7 +86,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