From b70afe102407d74a57228f8d62f79ed25b7c458c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Sep 2026 09:12:26 +0000 Subject: [PATCH] Bump vapor/swift-codecov-action in the dependencies group Bumps the dependencies group with 1 update: [vapor/swift-codecov-action](https://github.com/vapor/swift-codecov-action). Updates `vapor/swift-codecov-action` from 0.3.5 to 0.3.6 - [Release notes](https://github.com/vapor/swift-codecov-action/releases) - [Commits](https://github.com/vapor/swift-codecov-action/compare/2f478f2fd22e06ca363967d0fb6c6593a8548cee...855faf6b50974544c7ab3da724f49e602e43edc6) --- updated-dependencies: - dependency-name: vapor/swift-codecov-action dependency-version: 0.3.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies ... Signed-off-by: dependabot[bot] --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 05a15ee..d5c4753 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -75,7 +75,7 @@ jobs: - name: Run local tests run: swift test --enable-code-coverage --explicit-target-dependency-import-check error -Xswiftc -require-explicit-sendable - name: Upload coverage data - uses: vapor/swift-codecov-action@2f478f2fd22e06ca363967d0fb6c6593a8548cee # v0.3.5 + uses: vapor/swift-codecov-action@855faf6b50974544c7ab3da724f49e602e43edc6 # v0.3.6 with: codecov_token: ${{ secrets.CODECOV_TOKEN || '' }} @@ -144,7 +144,7 @@ jobs: - name: Run local tests run: swift test --enable-code-coverage --explicit-target-dependency-import-check error -Xswiftc -require-explicit-sendable - name: Upload coverage data - uses: vapor/swift-codecov-action@2f478f2fd22e06ca363967d0fb6c6593a8548cee # v0.3.5 + uses: vapor/swift-codecov-action@855faf6b50974544c7ab3da724f49e602e43edc6 # v0.3.6 with: codecov_token: ${{ secrets.CODECOV_TOKEN || '' }}