Skip to content

Commit 39d1f3f

Browse files
Bump uhafner/quality-monitor from 2 to 3
Bumps [uhafner/quality-monitor](https://github.com/uhafner/quality-monitor) from 2 to 3. - [Release notes](https://github.com/uhafner/quality-monitor/releases) - [Commits](uhafner/quality-monitor@v2...v3) --- updated-dependencies: - dependency-name: uhafner/quality-monitor dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 7ec2e43 commit 39d1f3f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
uses: jwalton/gh-find-current-pr@v1
4646
id: pr
4747
- name: Run Quality Monitor
48-
uses: uhafner/quality-monitor@v2
48+
uses: uhafner/quality-monitor@v3
4949
with:
5050
pr-number: ${{ steps.pr.outputs.number }}
5151
show-headers: true

.github/workflows/update-badges.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Build and test with Maven
2828
run: mvn -V --color always -ntp clean verify -Pci -Ppit -Pdepgraph | tee maven.log
2929
- name: Run Quality Monitor
30-
uses: uhafner/quality-monitor@v2
30+
uses: uhafner/quality-monitor@v3
3131
with:
3232
github-token: ${{ secrets.GITHUB_TOKEN }}
3333
config: >

0 commit comments

Comments
 (0)