Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
17 commits
Select commit Hold shift + click to select a range
08e461d
Bump peter-evans/create-pull-request from 7.0.1 to 7.0.5
dependabot[bot] Sep 19, 2024
8860d29
Bump google-protobuf from 3.25.3 to 3.25.5 in /docs
dependabot[bot] Sep 19, 2024
1f7ffb4
Bump nhs-england-tools/notify-msteams-action from 0.0.4 to 1.0.0
dependabot[bot] Oct 8, 2024
643ec63
Bump github/combine-prs from 5.1.0 to 5.2.0
dependabot[bot] Oct 11, 2024
368dfc3
Bump ruby/setup-ruby from 1.190.0 to 1.197.0
dependabot[bot] Oct 18, 2024
084dce2
Bump webrick from 1.8.1 to 1.8.2 in /docs
dependabot[bot] Oct 25, 2024
a2174bf
Bump werkzeug in /scripts/docker/examples/python/assets/hello_world
dependabot[bot] Oct 26, 2024
8159e0d
Bump rexml from 3.3.6 to 3.3.9 in /docs
dependabot[bot] Oct 28, 2024
aa4f75b
Merge dependabot/bundler/docs/rexml-3.3.9 into dependabotCombined
github-actions[bot] Oct 30, 2024
cae8c6f
Merge dependabot/pip/scripts/docker/examples/python/assets/hello_worl…
github-actions[bot] Oct 30, 2024
cb09bd9
Merge dependabot/bundler/docs/webrick-1.8.2 into dependabotCombined
github-actions[bot] Oct 30, 2024
8689aad
Merge dependabot/github_actions/ruby/setup-ruby-1.197.0 into dependab…
github-actions[bot] Oct 30, 2024
896e044
Merge dependabot/github_actions/github/combine-prs-5.2.0 into dependa…
github-actions[bot] Oct 30, 2024
6ccdeee
Merge dependabot/github_actions/nhs-england-tools/notify-msteams-acti…
github-actions[bot] Oct 30, 2024
ea6e529
Merge dependabot/bundler/docs/google-protobuf-3.25.5 into dependabotC…
github-actions[bot] Oct 30, 2024
6b01925
Merge dependabot/github_actions/peter-evans/create-pull-request-7.0.5…
github-actions[bot] Oct 30, 2024
16d7e53
Merge branch 'main' into dependabotCombined
github-actions[bot] Oct 30, 2024
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/cicd-2-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
run: echo "secret_exist=${{ secrets.TEAMS_NOTIFICATION_WEBHOOK_URL != '' }}" >> $GITHUB_OUTPUT
- name: "Notify on publishing packages"
if: steps.check.outputs.secret_exist == 'true'
uses: nhs-england-tools/notify-msteams-action@v0.0.4
uses: nhs-england-tools/notify-msteams-action@v1.0.0
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
teams-webhook-url: ${{ secrets.TEAMS_NOTIFICATION_WEBHOOK_URL }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/jekyll.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Ruby
uses: ruby/setup-ruby@a6e6f86333f0a2523ece813039b8b4be04560854 # v1.190.0
uses: ruby/setup-ruby@7bae1d00b5db9166f4f0fc47985a3a5702cb58f0 # v1.197.0
with:
ruby-version: '3.1' # Not needed with a .ruby-version file
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/manual-combine-dependabot-prs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
steps:
- name: combine-prs
id: combine-prs
uses: github/combine-prs@v5.1.0
uses: github/combine-prs@v5.2.0
with:
ci_required: false
labels: dependencies
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:

- name: Create Pull Request
if: ${{ !env.ACT }}
uses: peter-evans/create-pull-request@v7.0.1
uses: peter-evans/create-pull-request@v7.0.5
with:
token: ${{ secrets.GITHUB_TOKEN }}
commit-message: Drift from template
Expand Down
8 changes: 3 additions & 5 deletions docs/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ GEM
eventmachine (1.2.7)
ffi (1.16.3)
forwardable-extended (2.6.0)
google-protobuf (3.25.3-x86_64-linux)
google-protobuf (3.25.5-x86_64-linux)
http_parser.rb (0.8.0)
i18n (1.14.5)
concurrent-ruby (~> 1.0)
Expand Down Expand Up @@ -76,18 +76,16 @@ GEM
rb-fsevent (0.11.2)
rb-inotify (0.11.1)
ffi (~> 1.0)
rexml (3.3.6)
strscan
rexml (3.3.9)
rouge (4.2.1)
safe_yaml (1.0.5)
sass-embedded (1.69.5)
google-protobuf (~> 3.23)
rake (>= 13.0.0)
strscan (3.1.0)
terminal-table (3.0.2)
unicode-display_width (>= 1.1.1, < 3)
unicode-display_width (2.5.0)
webrick (1.8.1)
webrick (1.8.2)

PLATFORMS
x86_64-linux
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ Jinja2==3.1.4
MarkupSafe==2.1.3
pip==23.3
setuptools==70.0.0
Werkzeug==3.0.3
Werkzeug==3.0.6
wheel==0.41.1
WTForms==3.0.1
Loading