From d9641a4d7d86214ab2997c22703578170f46c00d Mon Sep 17 00:00:00 2001 From: Ivan Kozlovic Date: Wed, 16 Oct 2024 09:03:55 -0600 Subject: [PATCH] Update code coverage/coverall GitHub actions to v1.1.1 and v2.3.2 [ci skip] Signed-off-by: Ivan Kozlovic --- .github/workflows/cov.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/cov.yaml b/.github/workflows/cov.yaml index f372de489bd..8dc589c645a 100644 --- a/.github/workflows/cov.yaml +++ b/.github/workflows/cov.yaml @@ -35,16 +35,16 @@ jobs: - name: Convert coverage.out to coverage.lcov # Use commit hash here to avoid a re-tagging attack, as this is a third-party action - # Commit 69ef3d59a24cc6e062516a73d8be123e85b15cc0 = tag v1.1.0 - uses: jandelgado/gcov2lcov-action@69ef3d59a24cc6e062516a73d8be123e85b15cc0 + # Commit 4e1989767862652e6ca8d3e2e61aabe6d43be28b = tag v1.1.1 + uses: jandelgado/gcov2lcov-action@4e1989767862652e6ca8d3e2e61aabe6d43be28b with: infile: acc.out working-directory: src/github.com/nats-io/nats-server - name: Coveralls # Use commit hash here to avoid a re-tagging attack, as this is a third-party action - # Commit 3dfc5567390f6fa9267c0ee9c251e4c8c3f18949 = tag v2 - uses: coverallsapp/github-action@643bc377ffa44ace6394b2b5d0d3950076de9f63 + # Commit 43f11c4e058174f808ee9cd63701b6c42fe3f5e3 = tag v2.3.2 + uses: coverallsapp/github-action@43f11c4e058174f808ee9cd63701b6c42fe3f5e3 with: github-token: ${{ secrets.github_token }} file: src/github.com/nats-io/nats-server/coverage.lcov