Skip to content

Commit 67da0e8

Browse files
MESH-2092 bump the dependencies group with 2 updates
Bumps the dependencies group with 2 updates: [orgoro/coverage](https://github.com/orgoro/coverage) and [hadolint/hadolint-action](https://github.com/hadolint/hadolint-action). Updates `orgoro/coverage` from 32a2af98e56f47d958cf4c64b1f5e02161f2853e to 7dbd48c7f7ed09df337ff40058340c85bc93cb3d - [Release notes](https://github.com/orgoro/coverage/releases) - [Commits](orgoro/coverage@32a2af9...7dbd48c) Updates `hadolint/hadolint-action` from 5d0317e9d0d2c15b383fbc7433e9d0aed07ec660 to d292784f8f3eacda47060b259a580467b0ba410c - [Release notes](https://github.com/hadolint/hadolint-action/releases) - [Changelog](https://github.com/hadolint/hadolint-action/blob/master/.releaserc) - [Commits](hadolint/hadolint-action@5d0317e...d292784) --- updated-dependencies: - dependency-name: orgoro/coverage dependency-version: 7dbd48c7f7ed09df337ff40058340c85bc93cb3d dependency-type: direct:production dependency-group: dependencies - dependency-name: hadolint/hadolint-action dependency-version: d292784f8f3eacda47060b259a580467b0ba410c dependency-type: direct:production dependency-group: dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f1b37c9 commit 67da0e8

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/merge-develop.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666

6767
- name: code coverage report
6868
if: ${{ github.event_name == 'pull_request' }}
69-
uses: orgoro/coverage@32a2af98e56f47d958cf4c64b1f5e02161f2853e
69+
uses: orgoro/coverage@7dbd48c7f7ed09df337ff40058340c85bc93cb3d
7070
with:
7171
coverageFile: reports/coverage.xml
7272
token: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/pull-request.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696

9797
- name: code coverage report
9898
if: ${{ github.event_name == 'pull_request' }}
99-
uses: orgoro/coverage@32a2af98e56f47d958cf4c64b1f5e02161f2853e
99+
uses: orgoro/coverage@7dbd48c7f7ed09df337ff40058340c85bc93cb3d
100100
with:
101101
coverageFile: reports/coverage.xml
102102
token: ${{ secrets.GITHUB_TOKEN }}
@@ -215,7 +215,7 @@ jobs:
215215
run: make mypy
216216

217217
- name: hadolint
218-
uses: hadolint/hadolint-action@5d0317e9d0d2c15b383fbc7433e9d0aed07ec660
218+
uses: hadolint/hadolint-action@d292784f8f3eacda47060b259a580467b0ba410c
219219
with:
220220
dockerfile: "Dockerfile"
221221
recursive: true

0 commit comments

Comments
 (0)