From 07d2cc21519348a45158a2275c32fe4fee71f473 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jul 2024 10:03:13 +0000 Subject: [PATCH 1/2] build(deps): Bump reviewdog/action-flake8 from 3.12.0 to 3.13.0 Bumps [reviewdog/action-flake8](https://github.com/reviewdog/action-flake8) from 3.12.0 to 3.13.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.12.0...v3.13.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 dccee5c..1a54285 100644 --- a/.github/workflows/pull-request-checks.yml +++ b/.github/workflows/pull-request-checks.yml @@ -49,7 +49,7 @@ jobs: run: pip install -r requirements.txt - name: Execute the linting checks - uses: reviewdog/action-flake8@v3.12.0 + uses: reviewdog/action-flake8@v3.13.0 with: github_token: ${{ secrets.GITHUB_TOKEN }} flake8_args: --config=.flake8 From 3a29d4b61752611b0469aa87300d4a723dcac804 Mon Sep 17 00:00:00 2001 From: Pascal Zimmermann Date: Mon, 15 Jul 2024 12:28:43 +0200 Subject: [PATCH 2/2] Update pull-request-checks.yml --- .github/workflows/pull-request-checks.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/pull-request-checks.yml b/.github/workflows/pull-request-checks.yml index 1a54285..ae7f649 100644 --- a/.github/workflows/pull-request-checks.yml +++ b/.github/workflows/pull-request-checks.yml @@ -7,7 +7,6 @@ on: jobs: test: - permissions: write-all runs-on: ubuntu-latest strategy: matrix: @@ -31,6 +30,7 @@ jobs: lint: runs-on: ubuntu-latest + permissions: write-all strategy: matrix: python-version: [ '3.10' ] @@ -56,6 +56,7 @@ jobs: coverage: runs-on: ubuntu-latest + permissions: write-all strategy: matrix: python-version: [ '3.10' ]