Message-ID: From: "renovate-bot (@renovate-bot)" To: "pgjdbc/pgjdbc" Date: Mon, 15 Jun 2026 00:27:57 +0000 Subject: [pgjdbc/pgjdbc] PR #4168: chore(deps): update codecov/codecov-action digest to fb8b358 List-Id: X-GitHub-Additions: 2 X-GitHub-Author-Id: 25180681 X-GitHub-Author-Login: renovate-bot X-GitHub-Base: master X-GitHub-Changed-Files: 1 X-GitHub-Commits: 1 X-GitHub-Deletions: 2 X-GitHub-Head-Branch: renovate/codecov-codecov-action-digest X-GitHub-Head-SHA: 8f66d32892b3831c6f08599192da5ea97114995d X-GitHub-Issue: 4168 X-GitHub-Labels: dependencies X-GitHub-Merge-SHA: 4d0f4bc10e4cbe70e7ebabd8c4b6a26d20a01bf3 X-GitHub-Merged-By: vlsi X-GitHub-Repo: pgjdbc/pgjdbc X-GitHub-State: merged X-GitHub-Type: pull_request X-GitHub-Url: https://github.com/pgjdbc/pgjdbc/pull/4168 Content-Type: text/plain; charset=utf-8 This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [codecov/codecov-action](https://redirect.github.com/codecov/codecov-action) ([changelog](https://redirect.github.com/codecov/codecov-action/compare/e79a6962e0d4c0c17b229090214935d2e33f8354..fb8b3582c8e4def4969c97caa2f19720cb33a72f)) | action | digest | `e79a696` → `fb8b358` | --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - "every 3 weeks on Monday" - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/pgjdbc/pgjdbc). diff --git a/.github/workflows/omni.yml b/.github/workflows/omni.yml index ebb99d2660..943da7d355 100644 --- a/.github/workflows/omni.yml +++ b/.github/workflows/omni.yml @@ -370,7 +370,7 @@ jobs: properties: | includeTestTags=${{ matrix.junit_include_tags }} - name: 'Upload code coverage' - uses: codecov/codecov-action@e79a6962e0d4c0c17b229090214935d2e33f8354 # v6 + uses: codecov/codecov-action@fb8b3582c8e4def4969c97caa2f19720cb33a72f # v6 with: file: ./build/reports/jacoco/jacocoReport/jacocoReport.xml @@ -422,6 +422,6 @@ jobs: properties: | includeTestTags=!org.postgresql.test.SlowTests & !replication - name: 'Upload code coverage' - uses: codecov/codecov-action@e79a6962e0d4c0c17b229090214935d2e33f8354 # v6 + uses: codecov/codecov-action@fb8b3582c8e4def4969c97caa2f19720cb33a72f # v6 with: file: ./build/reports/jacoco/jacocoReport/jacocoReport.xml