From 2598e75ce6d69a6c0ce1fec54c93f1f904359d71 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Nov 2025 01:04:14 +0000 Subject: [PATCH] Bump coverallsapp/github-action from 2.3.6 to 2.3.7 Bumps [coverallsapp/github-action](https://github.com/coverallsapp/github-action) from 2.3.6 to 2.3.7. - [Release notes](https://github.com/coverallsapp/github-action/releases) - [Commits](https://github.com/coverallsapp/github-action/compare/v2.3.6...v2.3.7) --- updated-dependencies: - dependency-name: coverallsapp/github-action dependency-version: 2.3.7 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/nightly.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index b57a58f0..29f27334 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -30,7 +30,7 @@ jobs: run: yarn workspace @ampleforthorg/spot-contracts run coverage - name: spot-contracts report coverage - uses: coverallsapp/github-action@v2.3.6 + uses: coverallsapp/github-action@v2.3.7 with: github-token: ${{ secrets.GITHUB_TOKEN }} path-to-lcov: "./spot-contracts/coverage/lcov.info" @@ -39,7 +39,7 @@ jobs: run: yarn workspace @ampleforthorg/spot-vaults run coverage - name: spot-vaults report coverage - uses: coverallsapp/github-action@v2.3.6 + uses: coverallsapp/github-action@v2.3.7 with: github-token: ${{ secrets.GITHUB_TOKEN }} path-to-lcov: "./spot-vaults/coverage/lcov.info"