From c6b759ef769da98a53b066bf36d63086f539b455 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 02:51:39 +0000 Subject: [PATCH] Bump coverallsapp/github-action from 2.3.0 to 2.3.4 Bumps [coverallsapp/github-action](https://github.com/coverallsapp/github-action) from 2.3.0 to 2.3.4. - [Release notes](https://github.com/coverallsapp/github-action/releases) - [Commits](https://github.com/coverallsapp/github-action/compare/v2.3.0...v2.3.4) --- updated-dependencies: - dependency-name: coverallsapp/github-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/python-shared-test.yml | 2 +- .github/workflows/ruby-shared-ci.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/python-shared-test.yml b/.github/workflows/python-shared-test.yml index 6bc4a97..6bfa2ab 100644 --- a/.github/workflows/python-shared-test.yml +++ b/.github/workflows/python-shared-test.yml @@ -36,6 +36,6 @@ jobs: make coveralls - name: Coveralls - uses: coverallsapp/github-action@v2.3.0 + uses: coverallsapp/github-action@v2.3.4 with: github-token: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/ruby-shared-ci.yml b/.github/workflows/ruby-shared-ci.yml index b19cc8f..fd812b4 100644 --- a/.github/workflows/ruby-shared-ci.yml +++ b/.github/workflows/ruby-shared-ci.yml @@ -24,7 +24,7 @@ jobs: run: | bundle exec rails test - name: Coveralls - uses: coverallsapp/github-action@v2.3.0 + uses: coverallsapp/github-action@v2.3.4 with: github-token: ${{ secrets.GITHUB_TOKEN }} path-to-lcov: ./coverage/lcov/coverage.lcov