Skip to content

Commit 1addcbc

Browse files
Merge pull request #29 from NHSDigital/dependabotCombined
Combined Dependabot PRs
2 parents 2a34677 + 0bcb72e commit 1addcbc

4 files changed

Lines changed: 5 additions & 7 deletions

File tree

.github/workflows/scorecard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,6 @@ jobs:
6868
# Upload the results to GitHub's code scanning dashboard (optional).
6969
# Commenting out will disable upload of results to your repo's Code Scanning dashboard
7070
- name: "Upload to code-scanning"
71-
uses: github/codeql-action/upload-sarif@1b1aada464948af03b950897e5eb522f92603cc2 # v3.24.9
71+
uses: github/codeql-action/upload-sarif@ea9e4e37992a54ee68a9622e985e60c8e8f12d9f # v3.27.4
7272
with:
7373
sarif_file: results.sarif

.github/workflows/stage-5-publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ jobs:
104104
run: echo "secret_exist=${{ secrets.TEAMS_NOTIFICATION_WEBHOOK_URL != '' }}" >> $GITHUB_OUTPUT
105105
- name: "Notify on publishing packages"
106106
if: steps.check.outputs.secret_exist == 'true'
107-
uses: nhs-england-tools/notify-msteams-action@v0.0.4
107+
uses: nhs-england-tools/notify-msteams-action@v1.0.0
108108
with:
109109
github-token: ${{ secrets.GITHUB_TOKEN }}
110110
teams-webhook-url: ${{ secrets.TEAMS_NOTIFICATION_WEBHOOK_URL }}

docs/Gemfile.lock

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ GEM
2929
ffi (1.16.3)
3030
forwardable-extended (2.6.0)
3131
gemoji (4.1.0)
32-
google-protobuf (3.25.3-x86_64-linux)
32+
google-protobuf (3.25.5-x86_64-linux)
3333
html-pipeline (2.14.3)
3434
activesupport (>= 2)
3535
nokogiri (>= 1.4)
@@ -100,14 +100,12 @@ GEM
100100
rb-fsevent (0.11.2)
101101
rb-inotify (0.11.1)
102102
ffi (~> 1.0)
103-
rexml (3.2.8)
104-
strscan (>= 3.0.9)
103+
rexml (3.3.9)
105104
rouge (4.2.1)
106105
safe_yaml (1.0.5)
107106
sass-embedded (1.69.5)
108107
google-protobuf (~> 3.23)
109108
rake (>= 13.0.0)
110-
strscan (3.1.0)
111109
terminal-table (3.0.2)
112110
unicode-display_width (>= 1.1.1, < 3)
113111
tzinfo (2.0.6)

scripts/docker/examples/python/assets/hello_world/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ Jinja2==3.1.4
77
MarkupSafe==2.1.3
88
pip==23.3
99
setuptools==65.5.1
10-
Werkzeug==3.0.3
10+
Werkzeug==3.0.6
1111
wheel==0.41.1
1212
WTForms==3.0.1

0 commit comments

Comments
 (0)