Skip to content

Commit eb386f4

Browse files
committed
Bump the version of quality monitor to 4.0.0-SNAPSHOT
1 parent 8239a7a commit eb386f4

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/quality-monitor-comment.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.json)" >> "$GITHUB_OUTPUT"
4343
- name: Run Quality Monitor and Comment on PR
44-
uses: uhafner/quality-monitor@v3
44+
uses: uhafner/quality-monitor@v4.0.0-SNAPSHOT
4545
with:
4646
sha: ${{ steps.pr.outputs.sha }}
4747
config: ${{ steps.quality-monitor.outputs.json }}

.github/workflows/update-badges.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
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@v3
54+
uses: uhafner/quality-monitor@v4.0.0-SNAPSHOT
5555
with:
5656
config: ${{ steps.quality-monitor.outputs.json }}
5757
comments-strategy: ADD

0 commit comments

Comments
 (0)