Skip to content

Commit f15eb71

Browse files
Merge pull request #72 from NHSDigital/dependabotCombined
Combined Dependabot PRs
2 parents af0bde3 + 1b6c58c commit f15eb71

3 files changed

Lines changed: 7 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@b6a472f63d85b9c78a3ac5e89422239fc15e9b3c # v3.28.1
71+
uses: github/codeql-action/upload-sarif@45775bd8235c68ba998cffa5171334d58593da47 # v3.28.15
7272
with:
7373
sarif_file: results.sarif

docs/Gemfile.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ GEM
1515
public_suffix (>= 2.0.2, < 6.0)
1616
base64 (0.2.0)
1717
bigdecimal (3.1.8)
18-
cgi (0.4.1)
18+
cgi (0.4.2)
1919
colorator (1.1.0)
2020
concurrent-ruby (1.2.3)
2121
connection_pool (2.4.1)
@@ -91,14 +91,14 @@ GEM
9191
jekyll-seo-tag (~> 2.1)
9292
minitest (5.24.1)
9393
mutex_m (0.2.0)
94-
nokogiri (1.16.5-arm64-darwin)
94+
nokogiri (1.18.4-arm64-darwin)
9595
racc (~> 1.4)
96-
nokogiri (1.16.5-x86_64-linux)
96+
nokogiri (1.18.4-x86_64-linux-gnu)
9797
racc (~> 1.4)
9898
pathutil (0.16.2)
9999
forwardable-extended (~> 2.6)
100100
public_suffix (5.0.5)
101-
racc (1.8.0)
101+
racc (1.8.1)
102102
rake (13.2.1)
103103
rb-fsevent (0.11.2)
104104
rb-inotify (0.11.1)
@@ -115,7 +115,7 @@ GEM
115115
tzinfo (2.0.6)
116116
concurrent-ruby (~> 1.0)
117117
unicode-display_width (2.5.0)
118-
webrick (1.8.1)
118+
webrick (1.8.2)
119119

120120
PLATFORMS
121121
arm64-darwin-23

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ click==8.1.7
33
Flask-WTF==1.2.0
44
Flask==2.3.3
55
itsdangerous==2.1.2
6-
Jinja2==3.1.4
6+
Jinja2==3.1.6
77
MarkupSafe==2.1.3
88
pip==23.3
99
setuptools==65.5.1

0 commit comments

Comments
 (0)