build(deps): bump coverallsapp/github-action from 2.2.1 to 2.2.3 (#344)

Bumps [coverallsapp/github-action](https://github.com/coverallsapp/github-action) from 2.2.1 to 2.2.3.
- [Release notes](https://github.com/coverallsapp/github-action/releases)
- [Commits](https://github.com/coverallsapp/github-action/compare/v2.2.1...v2.2.3)

---
updated-dependencies:
- dependency-name: coverallsapp/github-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index a9c9e88..6907bc4 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -333,7 +333,7 @@
     runs-on: ubuntu-20.04
     steps:
     - name: Coveralls Finished
-      uses: coverallsapp/github-action@v2.2.1
+      uses: coverallsapp/github-action@v2.2.3
       with:
         github-token: ${{ secrets.github_token }}
         parallel-finished: true
diff --git a/.github/workflows/posix.yml b/.github/workflows/posix.yml
index 33d3617..d4c83ed 100644
--- a/.github/workflows/posix.yml
+++ b/.github/workflows/posix.yml
@@ -215,7 +215,7 @@
 
     - name: Coveralls Parallel
       if: inputs.enable_coverage == true
-      uses: coverallsapp/github-action@v2.2.1
+      uses: coverallsapp/github-action@v2.2.3
       with:
         github-token: ${{ secrets.github_token }}
         flag-name: run-${{inputs.build_type}}-${{inputs.platform}}-${{inputs.arch}}