From 02279244da5caf5c16b71e77fe0faed3d04fe781 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jun 2026 20:56:50 +0000 Subject: [PATCH] chore(deps): Bump the github-actions-production group with 2 updates Bumps the github-actions-production group with 2 updates: [actions/checkout](https://github.com/actions/checkout) and [codecov/codecov-action](https://github.com/codecov/codecov-action). Updates `actions/checkout` from 6.0.2 to 6.0.3 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v6.0.2...v6.0.3) Updates `codecov/codecov-action` from 6.0.1 to 7.0.0 - [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/e79a6962e0d4c0c17b229090214935d2e33f8354...fb8b3582c8e4def4969c97caa2f19720cb33a72f) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.0.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions-production - dependency-name: codecov/codecov-action dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions-production ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yaml | 6 +++--- .github/workflows/dependency-review.yaml | 2 +- .github/workflows/deploy.yaml | 2 +- .github/workflows/release.yaml | 2 +- .github/workflows/task-release-and-deploy.yaml | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 61cfc036..7cd66e53 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -36,7 +36,7 @@ jobs: steps: - name: Check Out VCS Repository - uses: actions/checkout@v6.0.2 + uses: actions/checkout@v6.0.3 - name: Set Up Python ${{ matrix.python_version }} id: set_up_python @@ -97,7 +97,7 @@ jobs: steps: - name: Check Out VCS Repository - uses: actions/checkout@v6.0.2 + uses: actions/checkout@v6.0.3 - name: Set Up Python ${{ matrix.python_version }} id: set_up_python @@ -148,7 +148,7 @@ jobs: make test-coverage-report - name: Upload coverage reports to Codecov - uses: codecov/codecov-action@e79a6962e0d4c0c17b229090214935d2e33f8354 # v6.0.1 + uses: codecov/codecov-action@fb8b3582c8e4def4969c97caa2f19720cb33a72f # v7.0.0 with: token: ${{ secrets.CODECOV_TOKEN }} directory: ./test-reports/coverage/ diff --git a/.github/workflows/dependency-review.yaml b/.github/workflows/dependency-review.yaml index ad2db680..47c505c8 100644 --- a/.github/workflows/dependency-review.yaml +++ b/.github/workflows/dependency-review.yaml @@ -22,7 +22,7 @@ jobs: steps: - name: Check Out VCS Repository - uses: actions/checkout@v6.0.2 + uses: actions/checkout@v6.0.3 - name: Dependency Review uses: actions/dependency-review-action@v5.0.0 diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index f2b595b4..da2534c5 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -38,7 +38,7 @@ jobs: steps: - name: Check Out VCS Repository - uses: actions/checkout@v6.0.2 + uses: actions/checkout@v6.0.3 - name: Set Up Python id: set_up_python diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 5582e186..800be8b1 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -35,7 +35,7 @@ jobs: steps: - name: Check Out VCS Repository - uses: actions/checkout@v6.0.2 + uses: actions/checkout@v6.0.3 - name: Set Up Python id: set_up_python diff --git a/.github/workflows/task-release-and-deploy.yaml b/.github/workflows/task-release-and-deploy.yaml index 3505810b..058bc41d 100644 --- a/.github/workflows/task-release-and-deploy.yaml +++ b/.github/workflows/task-release-and-deploy.yaml @@ -31,7 +31,7 @@ jobs: steps: - name: Check Out VCS Repository - uses: actions/checkout@v6.0.2 + uses: actions/checkout@v6.0.3 with: ref: ${{ env.CREATE_RELEASE_VCS_REVISION_ID }}