diff --git a/README.md b/README.md index 273dc97..4c0a5db 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,7 @@ jobs: - name: Add coverage to PR id: jacoco - uses: madrapps/jacoco-report@v1.7.0 + uses: madrapps/jacoco-report@v1.7.1 with: paths: | ${{ github.workspace }}/**/build/reports/jacoco/prodNormalDebugCoverage/prodNormalDebugCoverage.xml, @@ -121,7 +121,7 @@ refer [jacoco-android-playground](https://github.com/thsaravana/jacoco-android-p ```yaml - name: Jacoco Report to PR id: jacoco - uses: madrapps/jacoco-report@v1.7.0 + uses: madrapps/jacoco-report@v1.7.1 with: paths: ${{ github.workspace }}/build/reports/jacoco/testCoverage/testCoverage.xml token: ${{ secrets.GITHUB_TOKEN }} @@ -142,7 +142,7 @@ refer [jacoco-android-playground](https://github.com/thsaravana/jacoco-android-p ```yaml - name: Jacoco Report to PR id: jacoco - uses: madrapps/jacoco-report@v1.7.0 + uses: madrapps/jacoco-report@v1.7.1 with: paths: | ${{ github.workspace }}/**/build/reports/jacoco/**/prodNormalDebugCoverage.xml, @@ -162,7 +162,7 @@ refer [jacoco-android-playground](https://github.com/thsaravana/jacoco-android-p ```yaml - name: Jacoco Report to PR id: jacoco - uses: madrapps/jacoco-report@v1.7.0 + uses: madrapps/jacoco-report@v1.7.1 with: paths: ${{ github.workspace }}/build/reports/jacoco/testCoverage/testCoverage.xml token: ${{ secrets.GITHUB_TOKEN }} diff --git a/SECURITY.md b/SECURITY.md index 5102890..26b6ce1 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -3,8 +3,8 @@ ## Supported Versions | Version | Supported | -| ------- | ------------------ | -| 1.7.0 | :white_check_mark: | +|---------| ------------------ | +| 1.7.x | :white_check_mark: | | 1.6.1 | :white_check_mark: | | < 1.6.1 | :x: |