From 38b00e9164e4e5609b5a91b93978a9f14cae574d Mon Sep 17 00:00:00 2001 From: mirkosalvato1-ctrl <227404546+mirkosalvato1-ctrl@users.noreply.github.com> Date: Thu, 23 Jul 2026 09:59:47 +0200 Subject: [PATCH] ci: pin GitHub Actions to commit SHAs (1 pin(s)) --- .github/workflows/ci-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index 595a2d3..a3668f9 100644 --- a/.github/workflows/ci-build.yml +++ b/.github/workflows/ci-build.yml @@ -43,7 +43,7 @@ jobs: pytest tests/ -v --cov=grobid_client --cov-report=xml --cov-report=term-missing - name: Upload coverage to Codecov if: matrix.python-version == '3.11' - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@b9fd7d16f6d7d1b5d2bec1a2887e65ceed900238 # v4 with: file: ./coverage.xml flags: unittests