Skip to content

Commit 174e19c

Browse files
authored
Merge branch 'main' into ci/add-copilot-instructions
2 parents 74949cd + 55cc8f6 commit 174e19c

File tree

9 files changed

+26
-26
lines changed

9 files changed

+26
-26
lines changed

.devcontainer/cpp/apt-requirements-base.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"git": "1:2.43.0-1ubuntu7.3",
77
"gnupg2": "2.4.4-2ubuntu17.3",
88
"ninja-build": "1.11.1-2",
9-
"python3-pip": "24.0+dfsg-1ubuntu1.2",
9+
"python3-pip": "24.0+dfsg-1ubuntu1.3",
1010
"udev": "255.4-1ubuntu8.10",
1111
"unzip": "6.0-28ubuntu4.1",
1212
"wget": "1.21.4-1ubuntu4.1",

.devcontainer/cpp/devcontainer-lock.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
"resolved": "ghcr.io/devcontainers/features/desktop-lite@sha256:8247ef1d9058f79e86bfe17e26c2688ac3acd726ec2966e20f19173838896983",
66
"integrity": "sha256:8247ef1d9058f79e86bfe17e26c2688ac3acd726ec2966e20f19173838896983"
77
},
8-
"ghcr.io/devcontainers/features/github-cli:1": {
9-
"version": "1.0.14",
10-
"resolved": "ghcr.io/devcontainers/features/github-cli@sha256:ca677566507c4118e4368cd76a4800807e911e5e350cc3525fb67ebc9132dfa1",
11-
"integrity": "sha256:ca677566507c4118e4368cd76a4800807e911e5e350cc3525fb67ebc9132dfa1"
8+
"ghcr.io/devcontainers/features/github-cli:": {
9+
"version": "1.0.15",
10+
"resolved": "ghcr.io/devcontainers/features/github-cli@sha256:1ad1ec1a806cc9926c84ca5b147427bba03b97e14e91f9df89af83726039ecaf",
11+
"integrity": "sha256:1ad1ec1a806cc9926c84ca5b147427bba03b97e14e91f9df89af83726039ecaf"
1212
},
1313
"ghcr.io/devcontainers/features/node:1": {
1414
"version": "1.6.3",

.devcontainer/cpp/devcontainer-metadata-vscode.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
1010
1111
12-
"ms-vscode.cpptools@1.26.5",
12+
"ms-vscode.cpptools@1.27.7",
1313
14-
"sonarsource.sonarlint-vscode@4.30.0"
14+
"sonarsource.sonarlint-vscode@4.31.0"
1515
],
1616
"settings": {
1717
"C_Cpp.intelliSenseEngine": "disabled",

.devcontainer/cpp/devcontainer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
},
1313
"features": {
1414
"ghcr.io/devcontainers/features/desktop-lite:": {},
15-
"ghcr.io/devcontainers/features/github-cli:1": {},
15+
"ghcr.io/devcontainers/features/github-cli:": {},
1616
"ghcr.io/devcontainers/features/node:1": {}
1717
},
1818
"postCreateCommand": "npm install && npx playwright install --with-deps",
@@ -31,17 +31,17 @@
3131
},
3232
"extensions": [
3333
34-
"github.copilot@1.368.0",
34+
"github.copilot@1.372.0",
3535
36-
36+
3737
3838
3939
4040
4141
4242
43-
"ms-vscode.cpptools@1.26.5",
44-
"sonarsource.sonarlint-vscode@4.30.0",
43+
"ms-vscode.cpptools@1.27.7",
44+
"sonarsource.sonarlint-vscode@4.31.0",
4545
4646
]
4747
}

.devcontainer/rust/devcontainer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,15 @@
1414
"files.trimTrailingWhitespace": true
1515
},
1616
"extensions": [
17-
"github.copilot@1.368.0",
17+
"github.copilot@1.372.0",
1818
19-
19+
2020
2121
2222
2323
2424
25-
"sonarsource.sonarlint-vscode@4.30.0",
25+
"sonarsource.sonarlint-vscode@4.31.0",
2626
2727
2828
]

.github/workflows/image-cleanup.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
# to delete untagged and orphaned images
1717
packages: write
1818
steps:
19-
- uses: step-security/harden-runner@ec9f2d5744a09debf3a187a3f4f675c53b671911 # v2.13.0
19+
- uses: step-security/harden-runner@f4a75cfd619ee5ce8d5b864b0d183aff3c69b55a # v2.13.1
2020
with:
2121
disable-sudo: true
2222
egress-policy: block

.github/workflows/wc-build-push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ jobs:
188188
header: container-size-diff-${{ inputs.flavor }}
189189
message: |
190190
${{ steps.container-size-diff.outputs.size-diff-markdown }}
191-
- uses: anchore/sbom-action@da167eac915b4e86f08b264dbdbc867b61be6f0c # v0.20.5
191+
- uses: anchore/sbom-action@f8bdd1d8ac5e901a77a92f111440fdb1b593736b # v0.20.6
192192
with:
193193
image: ${{ env.REGISTRY }}/${{ github.repository }}-${{ inputs.flavor }}@${{ steps.inspect-manifest.outputs.digest }}
194194
dependency-snapshot: true

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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "1.0.0",
44
"devDependencies": {
55
"@playwright/test": "^1.55.0",
6-
"@types/node": "^24.4.0",
6+
"@types/node": "^24.5.2",
77
"dotenv": "^17.2.2",
88
"nodemon": "^3.1.10",
99
"otpauth": "^9.4.1",

0 commit comments

Comments
 (0)