From 5630ca4411d0dbf3b7e38f4073bbde3ebaa9ed71 Mon Sep 17 00:00:00 2001 From: Rohit Yadav Date: Thu, 7 Apr 2022 21:24:43 +0530 Subject: [PATCH] .github: update action tag as per https://issues.apache.org/jira/browse/INFRA-23109 Signed-off-by: Rohit Yadav --- .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 2407cdc2724..b44bc6f89b1 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 }}