Skip to content

Commit c47b1fa

Browse files
committed
Bump version of quality-monitor to v4
1 parent d1dac40 commit c47b1fa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/quality-monitor-comment-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
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@main
44+
uses: uhafner/quality-monitor@v4
4545
with:
4646
sha: ${{ steps.pr.outputs.sha }}
4747
config: ${{ steps.quality-monitor.outputs.json }}

.github/workflows/quality-monitor-comment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
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@main
35+
uses: uhafner/quality-monitor@v4
3636
with:
3737
config: ${{ steps.quality-monitor.outputs.json }}
3838
quality-gates: ${{ steps.quality-gates.outputs.json }}

0 commit comments

Comments
 (0)