Skip to content

Commit 4085cdd

Browse files
authored
Merge branch 'main' into dependabot/github_actions/github-actions-c420a1299f
2 parents 7b7f2e2 + 7dba922 commit 4085cdd

File tree

3 files changed

+17
-13
lines changed

3 files changed

+17
-13
lines changed

.devcontainer/cpp/devcontainer.json

Lines changed: 15 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@
33
"dockerfile": "Dockerfile",
44
"context": "../.."
55
},
6-
"forwardPorts": [6080],
6+
"forwardPorts": [
7+
6080
8+
],
79
"remoteEnv": {
810
"CONTAINER_FLAVOR": "cpp",
911
"NODE_EXTRA_CA_CERTS": "/usr/local/share/ca-certificates/Cisco_Umbrella_Root_CA.crt"
@@ -17,7 +19,9 @@
1719
"customizations": {
1820
"vscode": {
1921
"settings": {
20-
"cucumberautocomplete.steps": ["test/cpp/features/steps/*.steps.ts"],
22+
"cucumberautocomplete.steps": [
23+
"test/cpp/features/steps/*.steps.ts"
24+
],
2125
"cucumberautocomplete.strictGherkinCompletion": false,
2226
"cucumberautocomplete.strictGherkinValidation": false,
2327
"cucumberautocomplete.smartSnippets": true,
@@ -27,18 +31,18 @@
2731
},
2832
"extensions": [
2933
30-
"github.copilot@1.277.0",
31-
32-
"github.vscode-pull-request-github@0.106.0",
34+
"github.copilot@1.364.0",
35+
36+
"github.vscode-pull-request-github@0.116.2",
3337
3438
3539
36-
"ms-azuretools.vscode-docker@1.29.1",
37-
38-
"ms-vscode.cmake-tools@1.20.53",
39-
"ms-vscode.cpptools@1.23.6",
40-
"sonarsource.sonarlint-vscode@4.17.0",
41-
"usernamehw.errorlens@3.24.0"
40+
"ms-azuretools.vscode-docker@2.0.0",
41+
42+
"ms-vscode.cmake-tools@1.21.36",
43+
"ms-vscode.cpptools@1.26.3",
44+
"sonarsource.sonarlint-vscode@4.29.0",
45+
"usernamehw.errorlens@3.26.0"
4246
]
4347
}
4448
}

.devcontainer/rust/devcontainer-metadata-vscode.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/wc-build-push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ jobs:
192192
with:
193193
image: ${{ env.REGISTRY }}/${{ github.repository }}-${{ inputs.flavor }}@${{ steps.inspect-manifest.outputs.digest }}
194194
dependency-snapshot: true
195-
- uses: actions/attest-build-provenance@e8998f949152b193b063cb0ec769d69d929409be # v2.4.0
195+
- uses: actions/attest-build-provenance@977bb373ede98d70efdf65b84cb5f73e068dcc2a # v3.0.0
196196
with:
197197
subject-name: ${{ env.REGISTRY }}/${{ github.repository }}-${{ inputs.flavor }}
198198
subject-digest: ${{ steps.inspect-manifest.outputs.digest }}

0 commit comments

Comments
 (0)