From 58c0e61807bb44ab2b05cae57c71433912157027 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 30 Jul 2026 08:53:14 +0000 Subject: [PATCH] Update coverallsapp/github-action action to v2.3.8 --- .github/workflows/biosim_extractor_project-ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/biosim_extractor_project-ci.yaml b/.github/workflows/biosim_extractor_project-ci.yaml index fc595b7..6036232 100644 --- a/.github/workflows/biosim_extractor_project-ci.yaml +++ b/.github/workflows/biosim_extractor_project-ci.yaml @@ -32,7 +32,7 @@ jobs: run: pytest --cov biosim_extractor --cov-report term-missing --cov-append . - name: Coveralls GitHub Action - uses: coverallsapp/github-action@5cbfd81b66ca5d10c19b062c04de0199c215fb6e # v2.3.7 + uses: coverallsapp/github-action@8d6379e14d29928660c4ba802d8e85393440b329 # v2.3.8 with: github-token: ${{ secrets.GITHUB_TOKEN }} parallel: true @@ -45,7 +45,7 @@ jobs: runs-on: ubuntu-24.04 steps: - name: Coveralls Finished - uses: coverallsapp/github-action@5cbfd81b66ca5d10c19b062c04de0199c215fb6e # v2.3.7 + uses: coverallsapp/github-action@8d6379e14d29928660c4ba802d8e85393440b329 # v2.3.8 with: github-token: ${{ secrets.GITHUB_TOKEN }} parallel-finished: true