We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77815a5 commit 37a7660Copy full SHA for 37a7660
1 file changed
.github/workflows/quality-monitor-comment.yml
@@ -41,7 +41,7 @@ jobs:
41
id: quality-gates
42
run: echo "json=$(jq -c . .github/quality-gates.json)" >> "$GITHUB_OUTPUT"
43
- name: Run Quality Monitor and Comment on PR
44
- uses: uhafner/quality-monitor@v3
+ uses: uhafner/quality-monitor@v4.0.0-SNAPSHOT
45
with:
46
sha: ${{ steps.pr.outputs.sha }}
47
config: ${{ steps.quality-monitor.outputs.json }}
0 commit comments