Skip to content

Commit 9608eb0

Browse files
authored
Merge branch 'main' into feature/amp-devcontainer-cpp/update-apt-packages
2 parents 76ed330 + 76e6cc6 commit 9608eb0

15 files changed

+23
-22
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"matepek.vscode-catch2-test-adapter@4.12.2",
1111
"mhutchie.git-graph@1.30.0",
1212
"ms-vscode.cmake-tools@1.19.52",
13-
"ms-vscode.cpptools@1.23.5",
13+
"ms-vscode.cpptools@1.23.6",
1414
"ms-vsliveshare.vsliveshare@1.0.5948",
1515
"sonarsource.sonarlint-vscode@4.15.0"
1616
],

.devcontainer/cpp/requirements.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
cmake==3.31.4
2-
conan==2.11.0
2+
conan==2.12.1
33
gcovr==8.3

.devcontainer/cpp/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,8 +144,8 @@ colorlog==6.8.2 \
144144
--hash=sha256:3e3e079a41feb5a1b64f978b5ea4f46040a94f11f0e8bbb8261e3dbbeca64d44 \
145145
--hash=sha256:4dcbb62368e2800cb3c5abd348da7e53f6c362dda502ec27c560b2e58a66bd33
146146
# via gcovr
147-
conan==2.11.0 \
148-
--hash=sha256:87f78a295716d1a37dfabc26f5d1b6a0ed49594618ea339420bb89627ececeda
147+
conan==2.12.1 \
148+
--hash=sha256:98c2daba94065e9171417e13c2983233092ab1f400bf5afa8a7616f80b801a7b
149149
# via -r cpp/requirements.in
150150
distro==1.8.0 \
151151
--hash=sha256:02e111d1dc6a50abb8eed6bf31c3e48ed8b0830d1ea2a1b78c61765c2513fdd8 \

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
"g++-14": "14.2.0-4ubuntu2~24.04",
55
"git": "1:2.43.0-1ubuntu7.2",
66
"gnupg2": "2.4.4-2ubuntu17",
7-
"libc6-dev": "2.39-0ubuntu8.3",
7+
"libc6-dev": "2.39-0ubuntu8.4",
88
"rustup": "1.26.0-5build1",
9-
"udev": "255.4-1ubuntu8.4",
9+
"udev": "255.4-1ubuntu8.5",
1010
"wget": "1.21.4-1ubuntu4.1",
1111
"xz-utils": "5.6.1+really5.4.5-1build0.1"
1212
}

.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
"mhutchie.git-graph@1.30.0",
99
"ms-vsliveshare.vsliveshare@1.0.5948",
10-
"rust-lang.rust-analyzer@0.3.2284",
10+
"rust-lang.rust-analyzer@0.3.2291",
1111
"tamasfe.even-better-toml@0.21.2",
1212
"usernamehw.errorlens@3.23.0"
1313
]

.github/workflows/build-push.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ env:
2020

2121
jobs:
2222
build-push:
23-
runs-on: ubuntu-latest
23+
# The ARM64 build segfaults with Ubuntu 24.04, so use 22.04 (for now)
24+
runs-on: ubuntu-22.04
2425
permissions:
2526
attestations: write
2627
# dependency-submission needs contents write permission.
@@ -39,7 +40,7 @@ jobs:
3940
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
4041
with:
4142
persist-credentials: false
42-
- uses: docker/setup-buildx-action@6524bf65af31da8d45b59e8c27de4bd072b392f5 # v3.8.0
43+
- uses: docker/setup-buildx-action@f7ce87c1d6bead3e36075b2ce75da1f6cc28aaca # v3.9.0
4344
- uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3.3.0
4445
if: github.event_name != 'merge_group'
4546
with:

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2626
with:
2727
persist-credentials: false
28-
- uses: docker/setup-buildx-action@6524bf65af31da8d45b59e8c27de4bd072b392f5 # v3.8.0
28+
- uses: docker/setup-buildx-action@f7ce87c1d6bead3e36075b2ce75da1f6cc28aaca # v3.9.0
2929
- uses: docker/build-push-action@ca877d9245402d1537745e0e356eab47c3520991 # v6.13.0
3030
with:
3131
file: .devcontainer/${{ matrix.flavor }}/Dockerfile

.github/workflows/linting-formatting.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
APPLY_FIXES: all
3232
VALIDATE_ALL_CODEBASE: true
3333
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
34-
- uses: github/codeql-action/upload-sarif@dd746615b3b9d728a6a37ca2045b68ca76d4841a # v3.28.8
34+
- uses: github/codeql-action/upload-sarif@9e8d0789d4a0fa9ceb6b1738f7e269594bdd67f0 # v3.28.9
3535
if: success() || failure()
3636
with:
3737
sarif_file: megalinter-reports/megalinter-report.sarif

.github/workflows/ossf-scorecard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@ jobs:
2727
results_format: sarif
2828
repo_token: ${{ secrets.SCORECARD_TOKEN }}
2929
publish_results: true
30-
- uses: github/codeql-action/upload-sarif@dd746615b3b9d728a6a37ca2045b68ca76d4841a # v3.28.8
30+
- uses: github/codeql-action/upload-sarif@9e8d0789d4a0fa9ceb6b1738f7e269594bdd67f0 # v3.28.9
3131
with:
3232
sarif_file: results.sarif

.github/workflows/prime-cache.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
matrix:
2020
flavor: ["cpp", "rust"]
2121
steps:
22-
- uses: docker/setup-buildx-action@6524bf65af31da8d45b59e8c27de4bd072b392f5 # v3.8.0
22+
- uses: docker/setup-buildx-action@f7ce87c1d6bead3e36075b2ce75da1f6cc28aaca # v3.9.0
2323
- uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
2424
if: matrix.flavor == 'cpp'
2525
id: buildkit-cache

0 commit comments

Comments
 (0)