This is an automated email from the ASF dual-hosted git repository.

markt-asf pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tomcat-jakartaee-migration.git


The following commit(s) were added to refs/heads/main by this push:
     new 3ad83d5  Pin Codecov action to a specific version
3ad83d5 is described below

commit 3ad83d508c99d87b132f0b172ba4e0af6704244d
Author: Mark Thomas <[email protected]>
AuthorDate: Fri May 29 18:06:07 2026 +0100

    Pin Codecov action to a specific version
    
    Updated Codecov action to a specific commit version.
---
 .github/workflows/coverage.yml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml
index 576d5c9..0f0b60c 100644
--- a/.github/workflows/coverage.yml
+++ b/.github/workflows/coverage.yml
@@ -51,6 +51,7 @@ jobs:
     - name: Build
       run: mvn -V test jacoco:report --file pom.xml --no-transfer-progress
     - name: Upload coverage to Codecov
-      uses: codecov/codecov-action@v6
+      # Pin to 6.0.1
+      uses: codecov/codecov-action@e79a6962e0d4c0c17b229090214935d2e33f8354
       with:
         files: ./target/site/jacoco/jacoco.xml


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to