From 10a1d9238f168959c79dbf206f099006cc8579d2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Sep 2023 05:27:09 +0000 Subject: [PATCH 1/3] Bump codecov/codecov-action from 3 to 4 (#182) Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 3 to 4. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/codecov/codecov-action/compare/v3...v4) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/_local_ci_tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/_local_ci_tests.yml b/.github/workflows/_local_ci_tests.yml index 6c9194d8..403e20eb 100644 --- a/.github/workflows/_local_ci_tests.yml +++ b/.github/workflows/_local_ci_tests.yml @@ -63,7 +63,7 @@ jobs: - name: Upload coverage to Codecov if: matrix.python-version == '3.9' && github.repository == 'SINTEF/ci-cd' - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 with: fail_ci_if_error: true token: ${{ secrets.CODECOV_TOKEN }} From b2f8af9d3a4a8e50616fd6988c8f7b402ce29843 Mon Sep 17 00:00:00 2001 From: "TEAM 4.0[bot]" Date: Sun, 1 Oct 2023 06:31:47 +0000 Subject: [PATCH 2/3] Update `pre-commit` hooks --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 76c3a7b3..66d1d611 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -29,7 +29,7 @@ repos: # Black is a code style and formatter # It works on files in-place - repo: https://github.com/ambv/black - rev: 23.7.0 + rev: 23.9.1 hooks: - id: black From 7fc360ebf9d83720026b8d61d7572b351ab71f2f Mon Sep 17 00:00:00 2001 From: Casper Welzel Andersen <43357585+CasperWA@users.noreply.github.com> Date: Mon, 2 Oct 2023 10:33:44 +0200 Subject: [PATCH 3/3] Apply suggestions from code review v4 has not yet been released for codecov-action. --- .github/workflows/_local_ci_tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/_local_ci_tests.yml b/.github/workflows/_local_ci_tests.yml index 403e20eb..6c9194d8 100644 --- a/.github/workflows/_local_ci_tests.yml +++ b/.github/workflows/_local_ci_tests.yml @@ -63,7 +63,7 @@ jobs: - name: Upload coverage to Codecov if: matrix.python-version == '3.9' && github.repository == 'SINTEF/ci-cd' - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v3 with: fail_ci_if_error: true token: ${{ secrets.CODECOV_TOKEN }}