From cb70fdf49d6fce0e3d38a6b640b787dd82c4744e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Feb 2022 17:44:11 +0000 Subject: [PATCH] Bump coverallsapp/github-action from 1.1.1 to 1.1.3 Bumps [coverallsapp/github-action](https://github.com/coverallsapp/github-action) from 1.1.1 to 1.1.3. - [Release notes](https://github.com/coverallsapp/github-action/releases) - [Commits](https://github.com/coverallsapp/github-action/compare/v1.1.1...1.1.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/dotnet-desktop.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dotnet-desktop.yml b/.github/workflows/dotnet-desktop.yml index 8b2e91c..0de2eb6 100644 --- a/.github/workflows/dotnet-desktop.yml +++ b/.github/workflows/dotnet-desktop.yml @@ -75,7 +75,7 @@ jobs: outputFormat: 'lcov' excludes: '[test]test.*' - name: Upload coverage report - uses: coverallsapp/github-action@v1.1.1 + uses: coverallsapp/github-action@1.1.3 with: github-token: ${{secrets.GITHUB_TOKEN }} path-to-lcov: Tests/lcov.info