Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
16 commits
Select commit Hold shift + click to select a range
3b39e1e
build(deps-dev): bump tox from 4.47.3 to 4.50.3
dependabot[bot] Mar 27, 2026
7dface9
build(deps-dev): bump ipython from 8.38.0 to 8.39.0
dependabot[bot] Mar 27, 2026
5a9d474
build(deps-dev): bump ruff from 0.15.4 to 0.15.7
dependabot[bot] Mar 27, 2026
ebc2844
build(deps-dev): bump coverage from 7.13.4 to 7.13.5
dependabot[bot] Mar 27, 2026
e57cdff
build(deps-dev): bump pygments from 2.19.2 to 2.20.0
dependabot[bot] Mar 30, 2026
b6c902b
github actions (deps): bump mikepenz/action-junit-report
dependabot[bot] May 1, 2026
8d9ad58
github actions (deps): bump actions/upload-artifact from 6.0.0 to 7.0.1
dependabot[bot] May 1, 2026
8342d0b
Merge dependabot/github_actions/mikepenz/action-junit-report-6.4.0 in…
github-actions[bot] May 1, 2026
33105c9
Merge branch 'dependabot/github_actions/actions/upload-artifact-7.0.1…
james-bradley-nhs May 6, 2026
6b121db
Merge branch 'dependabot/pip/pygments-2.20.0' of github.com:NHSDigita…
james-bradley-nhs May 6, 2026
20e3960
Merge branch 'dependabot/pip/coverage-7.13.5' of github.com:NHSDigita…
james-bradley-nhs May 6, 2026
8fd14ad
Merge branch 'dependabot/pip/ruff-0.15.7' of github.com:NHSDigital/nh…
james-bradley-nhs May 6, 2026
0c9210c
Merge branch 'dependabot/pip/ipython-8.39.0' of github.com:NHSDigital…
james-bradley-nhs May 6, 2026
c530382
Merge branch 'dependabot/pip/tox-4.50.3' of github.com:NHSDigital/nhs…
james-bradley-nhs May 6, 2026
5016fa8
mesh-2092: merge conflicts and update deps
james-bradley-nhs May 6, 2026
a24d51c
mesh-2092: add version comments
james-bradley-nhs May 6, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/merge-develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:

- name: publish junit reports
if: success() || failure()
uses: mikepenz/action-junit-report@5e05ac00ad0604dfb7e313ae412aa3284f4906d6
uses: mikepenz/action-junit-report@bccf2e31636835cf0874589931c4116687171386 #v6.4.0
with:
check_name: junit reports
report_paths: reports/junit/*.xml
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -181,14 +181,14 @@ jobs:

- name: archive reports
if: ${{ !github.event.pull_request.head.repo.fork && (success() || failure()) }}
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
with:
name: reports
path: reports/**/*

- name: publish junit reports
if: success() || failure()
uses: mikepenz/action-junit-report@5e05ac00ad0604dfb7e313ae412aa3284f4906d6
uses: mikepenz/action-junit-report@bccf2e31636835cf0874589931c4116687171386 #v6.4.0
with:
check_name: junit reports
report_paths: reports/junit/*.xml
Expand Down
Loading
Loading