You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by ro...@apache.org on 2022/04/07 15:55:32 UTC

[cloudstack] branch main updated: .github: update action tag as per https://issues.apache.org/jira/browse/INFRA-23109

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

rohit pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/cloudstack.git


The following commit(s) were added to refs/heads/main by this push:
     new 5630ca4411 .github: update action tag as per https://issues.apache.org/jira/browse/INFRA-23109
5630ca4411 is described below

commit 5630ca4411d0dbf3b7e38f4073bbde3ebaa9ed71
Author: Rohit Yadav <ro...@shapeblue.com>
AuthorDate: Thu Apr 7 21:24:43 2022 +0530

    .github: update action tag as per https://issues.apache.org/jira/browse/INFRA-23109
    
    Signed-off-by: Rohit Yadav <ro...@shapeblue.com>
---
 .github/workflows/pull-request-checks.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/pull-request-checks.yml b/.github/workflows/pull-request-checks.yml
index 2407cdc272..b44bc6f89b 100644
--- a/.github/workflows/pull-request-checks.yml
+++ b/.github/workflows/pull-request-checks.yml
@@ -42,7 +42,7 @@ jobs:
         run: mvn -P quality -Dsimulator -Dnoredist clean install
 
       - name: Generate JaCoCo Report
-        uses: Madrapps/jacoco-report@v1.2
+        uses: Madrapps/jacoco-report@fd4800e8a81e21bdf373438e5918b975df041d15
         with:
           paths: ${{ github.workspace }}/client/target/site/jacoco-aggregate/jacoco.xml
           token: ${{ secrets.GITHUB_TOKEN }}