Skip to content

Commit 5cee38f

Browse files
authored
Merge branch 'main' into dependabot/docker/dot-devcontainer/cpp/ubuntu-c35e29c
2 parents e0bdd90 + 964d3e3 commit 5cee38f

File tree

6 files changed

+16
-16
lines changed

6 files changed

+16
-16
lines changed

.devcontainer/rust/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# syntax=docker/dockerfile:1
22

3-
FROM ubuntu:24.04@sha256:66460d557b25769b102175144d538d88219c077c678a49af4afca6fbfc1b5252 AS extractor
3+
FROM ubuntu:24.04@sha256:c35e29c9450151419d9448b0fd75374fec4fff364a27f176fb458d472dfc9e54 AS extractor
44

55
ARG BATS_CORE_VERSION=1.12.0
66
ARG BATS_SUPPORT_VERSION=0.3.0
@@ -17,7 +17,7 @@ RUN tar xzf /bats-core.tar.gz && mv bats-core-*/ bats-core \
1717
&& tar xzf /bats-support.tar.gz && mv bats-support-*/ bats-support \
1818
&& tar xzf /bats-assert.tar.gz && mv bats-assert-*/ bats-assert
1919

20-
FROM ubuntu:24.04@sha256:66460d557b25769b102175144d538d88219c077c678a49af4afca6fbfc1b5252
20+
FROM ubuntu:24.04@sha256:c35e29c9450151419d9448b0fd75374fec4fff364a27f176fb458d472dfc9e54
2121

2222
ARG CARGO_BINSTALL_VERSION=1.15.11
2323
ARG RUST_VERSION=1.91.1

.devcontainer/rust/devcontainer-metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"extensions": [
88
99
10-
10+
1111
1212
1313
]

.github/workflows/release-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ jobs:
124124
permissions:
125125
packages: write # is needed by devcontainers/action to write templates as OCI artifacts
126126
steps:
127-
- uses: step-security/harden-runner@f4a75cfd619ee5ce8d5b864b0d183aff3c69b55a # v2.13.1
127+
- uses: step-security/harden-runner@95d9a5deda9de15063e7595e9719c11c38c90ae2 # v2.13.2
128128
with:
129129
disable-sudo: true
130130
egress-policy: audit
@@ -157,7 +157,7 @@ jobs:
157157
contents: write # is needed to modify a release
158158
needs: [generate-documents]
159159
steps:
160-
- uses: step-security/harden-runner@f4a75cfd619ee5ce8d5b864b0d183aff3c69b55a # v2.13.1
160+
- uses: step-security/harden-runner@95d9a5deda9de15063e7595e9719c11c38c90ae2 # v2.13.2
161161
with:
162162
disable-sudo: true
163163
egress-policy: audit

.github/workflows/wc-dependency-review.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
3434
with:
3535
persist-credentials: false
36-
- uses: actions/dependency-review-action@40c09b7dc99638e5ddb0bfd91c1673effc064d8a # v4.8.1
36+
- uses: actions/dependency-review-action@3c4e3dcb1aa7874d2c16be7d79418e9b7efd6261 # v4.8.2
3737
with:
3838
comment-summary-in-pr: on-failure
3939
fail-on-severity: critical

package-lock.json

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
"version": "1.0.0",
44
"devDependencies": {
55
"@playwright/test": "^1.56.1",
6-
"@types/node": "^24.10.0",
6+
"@types/node": "^24.10.1",
77
"dotenv": "^17.2.3",
8-
"nodemon": "^3.1.10",
8+
"nodemon": "^3.1.11",
99
"otpauth": "^9.4.1",
1010
"playwright-bdd": "^8.4.1"
1111
},

0 commit comments

Comments
 (0)