From 5a73ff46a2cffc80cd4a529ef129701848a150eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sandor=20Sz=C3=BCcs?= Date: Fri, 10 Nov 2023 18:31:26 +0100 Subject: [PATCH] update: gh action as pinned dependency as OpenSSF scorecard suggests (#2730) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Sandor Szücs --- .github/workflows/master.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/master.yaml b/.github/workflows/master.yaml index f652b44934..937b4a9e09 100644 --- a/.github/workflows/master.yaml +++ b/.github/workflows/master.yaml @@ -31,7 +31,7 @@ jobs: - name: Convert coverage to lcov uses: jandelgado/gcov2lcov-action@c680c0f7c7442485f1749eb2a13e54a686e76eb5 - name: Coveralls - uses: coverallsapp/github-action@master + uses: coverallsapp/github-action@3dfc5567390f6fa9267c0ee9c251e4c8c3f18949 with: github-token: ${{ secrets.GITHUB_TOKEN }} path-to-lcov: coverage.lcov