From b57188a3a10448844f099194296fd50977234688 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 17 Oct 2024 14:39:34 +0000 Subject: [PATCH] Bump coverallsapp/github-action from 2.3.0 to 2.3.3 Bumps [coverallsapp/github-action](https://github.com/coverallsapp/github-action) from 2.3.0 to 2.3.3. - [Release notes](https://github.com/coverallsapp/github-action/releases) - [Commits](https://github.com/coverallsapp/github-action/compare/v2.3.0...v2.3.3) --- updated-dependencies: - dependency-name: coverallsapp/github-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/back-end.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/back-end.yml b/.github/workflows/back-end.yml index fa8f3b4..16223fc 100644 --- a/.github/workflows/back-end.yml +++ b/.github/workflows/back-end.yml @@ -122,7 +122,7 @@ jobs: env: COVERALLS_REPO_TOKEN: "${{ github.token }}" if: "${{ env.COVERALLS_REPO_TOKEN && matrix.php-version == '8.2' && matrix.dependencies == 'highest' }}" - uses: "coverallsapp/github-action@v2.3.0" + uses: "coverallsapp/github-action@v2.3.3" with: github-token: "${{ env.COVERALLS_REPO_TOKEN }}" flag-name: "Unit"