Skip to content

Commit 45b0756

Browse files
committed
Merge remote-tracking branch 'origin/main' into java21
2 parents 4431d93 + 3be3df0 commit 45b0756

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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@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 }}

.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@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 }}

.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@changed-lines
54+
uses: uhafner/quality-monitor@4.0.0-RC1
5555
with:
5656
config: ${{ steps.quality-monitor.outputs.json }}
5757
comments-strategy: ADD

0 commit comments

Comments
 (0)