From 0d50537c224ba92d92f78322416c10f315e3191b Mon Sep 17 00:00:00 2001 From: Sean Craswell Date: Tue, 1 Apr 2025 18:45:46 -0300 Subject: [PATCH] DX-516: Pin actions to SHA --- .github/workflows/codecov.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/codecov.yml b/.github/workflows/codecov.yml index 94c5cc1..0a9f69c 100644 --- a/.github/workflows/codecov.yml +++ b/.github/workflows/codecov.yml @@ -11,4 +11,4 @@ jobs: - name: Run tests and collect coverage run: npm test - name: Upload coverage to Codecov - uses: codecov/codecov-action@v1 \ No newline at end of file + uses: codecov/codecov-action@3082d5cdb8acdaf7816ef977efa4e2010ad3f013 # v1.5.2 \ No newline at end of file