File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 4141 id : quality-gates
4242 run : echo "json=$(jq -c . .github/quality-gates-pr.json)" >> "$GITHUB_OUTPUT"
4343 - name : Run Quality Monitor and Comment on PR
44- uses : uhafner/quality-monitor@changed-lines
44+ uses : uhafner/quality-monitor@4.0.0-RC1
4545 with :
4646 sha : ${{ steps.pr.outputs.sha }}
4747 config : ${{ steps.quality-monitor.outputs.json }}
Original file line number Diff line number Diff line change 3232 id : quality-gates
3333 run : echo "json=$(jq -c . .github/quality-gates.json)" >> "$GITHUB_OUTPUT"
3434 - name : Run Quality Monitor and Comment on PR
35- uses : uhafner/quality-monitor@changed-lines
35+ uses : uhafner/quality-monitor@4.0.0-RC1
3636 with :
3737 config : ${{ steps.quality-monitor.outputs.json }}
3838 quality-gates : ${{ steps.quality-gates.outputs.json }}
Original file line number Diff line number Diff line change 5151 id : quality-monitor
5252 run : echo "json=$(jq -c . .github/quality-monitor.json)" >> "$GITHUB_OUTPUT"
5353 - name : Run Quality Monitor
54- uses : uhafner/quality-monitor@changed-lines
54+ uses : uhafner/quality-monitor@4.0.0-RC1
5555 with :
5656 config : ${{ steps.quality-monitor.outputs.json }}
5757 comments-strategy : ADD
You can’t perform that action at this time.
0 commit comments