From ca6b5707988ee3a651524e9fb044d1cc4d6b7ee5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jun 2026 02:23:03 +0000 Subject: [PATCH] Bump the dependencies group across 1 directory with 2 updates Bumps the dependencies group with 2 updates in the / directory: [vapor/swift-codecov-action](https://github.com/vapor/swift-codecov-action) and [skiptools/swift-android-action](https://github.com/skiptools/swift-android-action). Updates `vapor/swift-codecov-action` from 0.3.4 to 0.3.5 - [Release notes](https://github.com/vapor/swift-codecov-action/releases) - [Commits](https://github.com/vapor/swift-codecov-action/compare/d5ea9e9f9fbf6cd7694e19240400288b034e3a08...2f478f2fd22e06ca363967d0fb6c6593a8548cee) Updates `skiptools/swift-android-action` from 2.9.4 to 2.9.5 - [Release notes](https://github.com/skiptools/swift-android-action/releases) - [Commits](https://github.com/skiptools/swift-android-action/compare/8db781febb546110d48dee035131db8f4e259e91...2044b79660f201ccef8cbce62877e4ec5409f9c8) --- updated-dependencies: - dependency-name: vapor/swift-codecov-action dependency-version: 0.3.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: skiptools/swift-android-action dependency-version: 2.9.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies ... Signed-off-by: dependabot[bot] --- .github/workflows/run-unit-tests.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/run-unit-tests.yml b/.github/workflows/run-unit-tests.yml index 6952bce..b047d16 100644 --- a/.github/workflows/run-unit-tests.yml +++ b/.github/workflows/run-unit-tests.yml @@ -213,7 +213,7 @@ jobs: ${EXTRA_FLAGS} - name: Upload coverage data if: inputs.with_coverage - uses: vapor/swift-codecov-action@d5ea9e9f9fbf6cd7694e19240400288b034e3a08 # v0.3.4 + uses: vapor/swift-codecov-action@2f478f2fd22e06ca363967d0fb6c6593a8548cee # v0.3.5 with: codecov_token: ${{ secrets.CODECOV_TOKEN || '' }} package_path: ${{ inputs.package_root }} @@ -261,7 +261,7 @@ jobs: ${EXTRA_FLAGS} - name: Upload coverage data if: inputs.with_coverage && steps.swift-check.outputs.swift-compatible == 'true' - uses: vapor/swift-codecov-action@d5ea9e9f9fbf6cd7694e19240400288b034e3a08 # v0.3.4 + uses: vapor/swift-codecov-action@2f478f2fd22e06ca363967d0fb6c6593a8548cee # v0.3.5 with: codecov_token: ${{ secrets.CODECOV_TOKEN || '' }} package_path: ${{ inputs.package_root }} @@ -416,7 +416,7 @@ jobs: with: { package_root: "${{ inputs.package_root }}", assume_installed_version: "${{ matrix.swift-version }}" } - name: Run unit tests if: steps.swift-check.outputs.swift-compatible == 'true' - uses: skiptools/swift-android-action@8db781febb546110d48dee035131db8f4e259e91 # v2.9.4 + uses: skiptools/swift-android-action@2044b79660f201ccef8cbce62877e4ec5409f9c8 # v2.9.5 with: swift-version: ${{ matrix.swift-version }} copy-files: ${{ inputs.android_copy_files }}