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

paulk-asert pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/groovy.git


The following commit(s) were added to refs/heads/master by this push:
     new bb6c33df7f minor refactor: use direct sha1 number even though infra 
permits friendly version name
bb6c33df7f is described below

commit bb6c33df7f68de1377e6e0c444a47a7264c3a23c
Author: Paul King <[email protected]>
AuthorDate: Thu May 7 11:17:31 2026 +1000

    minor refactor: use direct sha1 number even though infra permits friendly 
version name
---
 .github/workflows/groovy-build-coverage.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/groovy-build-coverage.yml 
b/.github/workflows/groovy-build-coverage.yml
index d3dedbf3ff..a9f6e257b1 100644
--- a/.github/workflows/groovy-build-coverage.yml
+++ b/.github/workflows/groovy-build-coverage.yml
@@ -42,7 +42,7 @@ jobs:
         run: ./gradlew -Pcoverage=true jacocoAllReport
         timeout-minutes: 60
       - name: Upload coverage to Codecov
-        uses: codecov/codecov-action@v6
+        uses: codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 
# v6.0.0
         with:
           token: ${{ secrets.CODECOV_TOKEN }}
           verbose: true

Reply via email to