mirror of https://github.com/apache/cloudstack.git
.github: update action tag as per https://issues.apache.org/jira/browse/INFRA-23109
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
This commit is contained in:
parent
1cdacccdc0
commit
5630ca4411
|
|
@ -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 }}
|
||||
|
|
|
|||
Loading…
Reference in New Issue