Skip to content

Commit be7f106

Browse files
fix(deps): update all patch versions
1 parent 5861dfa commit be7f106

File tree

25 files changed

+225
-861
lines changed

25 files changed

+225
-861
lines changed

.github/workflows/ossf-scorecard.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
with:
2424
persist-credentials: false
2525

26-
- uses: ossf/scorecard-action@f49aabe0b5af0936a0987cfb85d86b75731b0186 # v2.4.1
26+
- uses: ossf/scorecard-action@05b42c624433fc40578a4040d5cf5e36ddca8cde # v2.4.2
2727
with:
2828
results_file: results.sarif
2929
results_format: sarif
@@ -42,6 +42,6 @@ jobs:
4242
# Upload the results to GitHub's code scanning dashboard (optional).
4343
# Commenting out will disable upload of results to your repo's Code Scanning dashboard
4444
- name: "Upload to code-scanning"
45-
uses: github/codeql-action/upload-sarif@5f8171a638ada777af81d42b55959a643bb29017 # v3.28.12
45+
uses: github/codeql-action/upload-sarif@fca7ace96b7d713c7035871441bd52efbe39e27e # v3.28.19
4646
with:
4747
sarif_file: results.sarif

.github/workflows/unit-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
runs-on: ubuntu-latest
5252
services:
5353
memcached:
54-
image: memcached:1.6.37-alpine
54+
image: memcached:1.6.38-alpine
5555
ports:
5656
- 11211:11211
5757
mongo:

metapackages/auto-instrumentations-web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"karma-webpack": "5.0.1",
5353
"nyc": "17.1.0",
5454
"rimraf": "5.0.10",
55-
"sinon": "15.1.2",
55+
"sinon": "15.2.0",
5656
"ts-loader": "9.5.2",
5757
"typescript": "5.0.4",
5858
"webpack": "5.94.0",

0 commit comments

Comments
 (0)