Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
18 commits
Select commit Hold shift + click to select a range
81bf58b
build(deps): bump requests from 2.32.5 to 2.33.0
dependabot[bot] Mar 26, 2026
8832755
build(deps-dev): bump ipython from 8.38.0 to 8.39.0
dependabot[bot] Mar 27, 2026
fb070e1
build(deps-dev): bump pygments from 2.19.2 to 2.20.0
dependabot[bot] Mar 30, 2026
35ec92a
build(deps-dev): bump build from 1.4.0 to 1.4.2
dependabot[bot] Apr 2, 2026
11bcc6c
build(deps): bump requests from 2.32.5 to 2.33.1
dependabot[bot] Apr 7, 2026
6b22315
build(deps-dev): bump boto3 from 1.42.74 to 1.42.79
dependabot[bot] Apr 7, 2026
dd536a2
github actions (deps): bump mikepenz/action-junit-report
dependabot[bot] Apr 7, 2026
47d1515
github actions (deps): bump actions/cache from 4.3.0 to 5.0.4
dependabot[bot] Apr 7, 2026
66ebc62
Merge dependabot/pip/boto3-1.42.79 into mesh-2092-dependabot-combined
github-actions[bot] Apr 8, 2026
a983c10
Merge dependabot/pip/requests-2.33.1 into mesh-2092-dependabot-combined
github-actions[bot] Apr 8, 2026
0dd139a
Merge dependabot/github_actions/mikepenz/action-junit-report-6.4.0 in…
github-actions[bot] Apr 8, 2026
f31f6f0
Merge dependabot/pip/build-1.4.2 into mesh-2092-dependabot-combined
github-actions[bot] Apr 8, 2026
116ffb7
Merge dependabot/pip/pygments-2.20.0 into mesh-2092-dependabot-combined
github-actions[bot] Apr 8, 2026
75b0f15
Merge dependabot/pip/ipython-8.39.0 into mesh-2092-dependabot-combined
github-actions[bot] Apr 8, 2026
6911b44
Merge branch 'dependabot/github_actions/actions/cache-5.0.4' of githu…
james-bradley-nhs Apr 8, 2026
c770869
Merge branch 'dependabot/pip/requests-2.33.0' of github.com:NHSDigita…
james-bradley-nhs Apr 8, 2026
d19962f
mesh-2092: update deps
james-bradley-nhs Apr 8, 2026
1bd01b1
mesh-2092: pin action
james-bradley-nhs Apr 8, 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
4 changes: 2 additions & 2 deletions .github/workflows/merge-develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
poetry self add "poetry-dynamic-versioning[plugin]"

- name: cache virtualenv
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
with:
path: |
.venv
Expand Down Expand Up @@ -83,7 +83,7 @@ jobs:

- name: publish junit reports
if: success() || failure()
uses: mikepenz/action-junit-report@a294a61c909bd8a4b563024a2faa28897fd53ebc
uses: mikepenz/action-junit-report@bccf2e31636835cf0874589931c4116687171386 # v6.4.0
with:
check_name: junit reports
report_paths: reports/junit/*.xml
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ jobs:
poetry self add "poetry-dynamic-versioning[plugin]"

- name: cache virtualenv
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
with:
path: |
.venv
Expand Down Expand Up @@ -179,7 +179,7 @@ jobs:

- name: publish junit reports
if: success() || failure()
uses: mikepenz/action-junit-report@a294a61c909bd8a4b563024a2faa28897fd53ebc
uses: mikepenz/action-junit-report@bccf2e31636835cf0874589931c4116687171386 # v6.4.0
with:
check_name: junit reports
report_paths: reports/junit/*.xml
Expand Down Expand Up @@ -228,7 +228,7 @@ jobs:
poetry self add "poetry-dynamic-versioning[plugin]"

- name: cache virtualenv
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
with:
path: |
.venv
Expand Down
Loading
Loading