From aee1f96bd3989db0c84c87f6ae0de63ff6a51bf7 Mon Sep 17 00:00:00 2001 From: Jon Langevin Date: Thu, 28 May 2026 20:42:20 -0400 Subject: [PATCH] build(deps): bump codecov/codecov-action from 5.5.2 to 6.0.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Clean re-apply of dependabot #97 on current main (dependabot could not rebase #97 after its branch was hand-edited). Pins codecov/codecov-action to v6.0.0 (57e3a136b779b570ffcdbf80b3bdc90e7fab3de2) across all 7 usages. Also corrects the stale '# v5.5.0 pinned' comment — main's 671740ac SHA was actually v5.5.2, not v5.5.0. --- .github/workflows/bdd-matrix.yml | 6 +++--- .github/workflows/ci.yml | 6 +++--- .github/workflows/modules-ci.yml | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/bdd-matrix.yml b/.github/workflows/bdd-matrix.yml index 0cdf425e..68ef7aa6 100644 --- a/.github/workflows/bdd-matrix.yml +++ b/.github/workflows/bdd-matrix.yml @@ -64,7 +64,7 @@ jobs: export GORACE=halt_on_error=1 go test -race -v -coverprofile=core-bdd-coverage.txt -covermode=atomic -run 'TestApplicationLifecycle|TestConfigurationManagement|TestBaseConfigBDDFeatures|TestLoggerDecorator' . - name: Upload core BDD coverage - uses: codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de # v5.5.0 pinned + uses: codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 # v6.0.0 with: token: ${{ secrets.CODECOV_TOKEN }} slug: GoCodeAlone/modular @@ -124,7 +124,7 @@ jobs: fi - name: Upload module BDD coverage if: always() - uses: codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de # v5.5.0 pinned + uses: codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 # v6.0.0 with: token: ${{ secrets.CODECOV_TOKEN }} slug: GoCodeAlone/modular @@ -200,7 +200,7 @@ jobs: echo "Merged (fallback) into $OUT from ${#FILES[@]} files" >&2 - name: Upload merged BDD coverage if: always() - uses: codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de # v5.5.0 pinned + uses: codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 # v6.0.0 with: token: ${{ secrets.CODECOV_TOKEN }} slug: GoCodeAlone/modular diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1274576b..c14117d3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -40,7 +40,7 @@ jobs: go test -race ./... -v go test -race -v -coverprofile=coverage.txt -covermode=atomic -json ./... >> report.json - name: Upload coverage reports to Codecov (unit) - uses: codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de # v5.5.0 pinned + uses: codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 # v6.0.0 with: token: ${{ secrets.CODECOV_TOKEN }} slug: GoCodeAlone/modular @@ -91,7 +91,7 @@ jobs: go test ./... -v -coverprofile=cli-coverage.txt -covermode=atomic -json >> cli-report.json - name: Upload CLI coverage reports to Codecov - uses: codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de # v5.5.0 pinned + uses: codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 # v6.0.0 with: token: ${{ secrets.CODECOV_TOKEN }} slug: GoCodeAlone/modular @@ -189,7 +189,7 @@ jobs: - name: Upload merged total coverage # Fail the job if Codecov can't find or upload the merged coverage if: always() - uses: codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de # v5.5.0 pinned + uses: codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 # v6.0.0 with: token: ${{ secrets.CODECOV_TOKEN }} slug: GoCodeAlone/modular diff --git a/.github/workflows/modules-ci.yml b/.github/workflows/modules-ci.yml index c6b8b942..93b539a1 100644 --- a/.github/workflows/modules-ci.yml +++ b/.github/workflows/modules-ci.yml @@ -134,7 +134,7 @@ jobs: # BDD tests moved to dedicated module-bdd matrix job - name: Upload coverage for ${{ matrix.module }} - uses: codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de # v5.5.0 pinned + uses: codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 # v6.0.0 with: token: ${{ secrets.CODECOV_TOKEN }} slug: GoCodeAlone/modular