diff --git a/.github/workflows/jacoco_report.yml b/.github/workflows/jacoco_report.yml index 21167d1..2a1a2d5 100644 --- a/.github/workflows/jacoco_report.yml +++ b/.github/workflows/jacoco_report.yml @@ -77,6 +77,11 @@ jobs: with: java-version: "adopt@1.8" + - name: Setup Python + uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 + with: + python-version: "3.14" + - name: Setup database run: | psql postgresql://postgres:postgres@localhost:5432/mag_db -f balta/src/test/resources/db/postgres/02_users.ddl @@ -95,7 +100,7 @@ jobs: - name: Check coverage thresholds and add reports in PR comments id: jacoco - uses: MoranaApps/jacoco-report@54bfe284d1119dc917dddba80517c54c5bcf3627 + uses: MoranaApps/jacoco-report@52a5f9c278aaf61700c9975e61a0853875c9d156 with: token: '${{ secrets.GITHUB_TOKEN }}' paths: |