diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index 8b074e2..e603d66 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -13,6 +13,7 @@ jobs: permissions: contents: read + pull-requests: write steps: - name: "Check out source code" @@ -43,7 +44,7 @@ jobs: run: uv run make coverage.xml coverage - name: Python Coverage report - uses: orgoro/coverage@v3.2 + uses: orgoro/coverage@v3.3.1 with: coverageFile: coverage.xml token: ${{ secrets.GITHUB_TOKEN }}