Skip to content

Commit 75ed5a8

Browse files
authored
Merge pull request #188 from NHSDigital/dependabot/github_actions/dependencies-680aa4347a
MESH-2092 bump the dependencies group with 2 updates
2 parents 548d12b + 6a228fb commit 75ed5a8

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)