Skip to content

Commit 9e66406

Browse files
authored
Merge branch 'main' into Multi-SensitiveVolume-MPGD
2 parents 53a2b0b + cb6e7d9 commit 9e66406

14 files changed

+30
-203
lines changed

.github/workflows/check-geometry-configs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
check-geometry-configs:
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/checkout@v5
14+
- uses: actions/checkout@v6
1515
- uses: actions/download-artifact@v6
1616
with:
1717
name: build-gcc-nightly-fast-eic-shell

.github/workflows/check-tracking-geometry.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
matrix:
1515
detector_config: ${{fromJson(inputs.detector_configs)}}
1616
steps:
17-
- uses: actions/checkout@v5
17+
- uses: actions/checkout@v6
1818
- uses: actions/download-artifact@v6
1919
with:
2020
name: build-gcc-nightly-fast-eic-shell

.github/workflows/convert-to-gdml.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
convert-to-gdml:
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/checkout@v5
14+
- uses: actions/checkout@v6
1515
- uses: actions/download-artifact@v6
1616
with:
1717
name: build-gcc-nightly-full-eic-shell

.github/workflows/convert-to-step.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
matrix:
1515
detector_config: ${{fromJson(inputs.detector_configs)}}
1616
steps:
17-
- uses: actions/checkout@v5
17+
- uses: actions/checkout@v6
1818
- uses: actions/download-artifact@v6
1919
with:
2020
name: build-gcc-nightly-fast-eic-shell

.github/workflows/convert-to-tgeo.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
convert-to-tgeo:
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/checkout@v5
14+
- uses: actions/checkout@v6
1515
- uses: actions/download-artifact@v6
1616
with:
1717
name: build-gcc-nightly-full-eic-shell

.github/workflows/linux-eic-shell.yml

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
xmllint-before-build:
1919
runs-on: ubuntu-latest
2020
steps:
21-
- uses: actions/checkout@v5
21+
- uses: actions/checkout@v6
2222
- run: |
2323
sudo apt-get update
2424
sudo apt-get install -y libxml2-utils
@@ -30,7 +30,7 @@ jobs:
3030
configs_csv: ${{ steps.list-detector-configs.outputs.configs_csv }}
3131
configs_json: ${{ steps.list-detector-configs.outputs.configs_json }}
3232
steps:
33-
- uses: actions/checkout@v5
33+
- uses: actions/checkout@v6
3434
- id: list-detector-configs
3535
run: |
3636
CONFIGS_CSV=$(
@@ -66,7 +66,7 @@ jobs:
6666
env:
6767
PREFIX: ${{ github.workspace }}/install
6868
steps:
69-
- uses: actions/checkout@v5
69+
- uses: actions/checkout@v6
7070
- name: Prepare ccache timestamp
7171
id: ccache_cache_timestamp
7272
run: |
@@ -150,7 +150,7 @@ jobs:
150150
- build
151151
- check-tracking-geometry
152152
steps:
153-
- uses: actions/checkout@v5
153+
- uses: actions/checkout@v6
154154
with:
155155
ref: 25.07.0
156156
- uses: actions/download-artifact@v6
@@ -209,7 +209,7 @@ jobs:
209209
matrix:
210210
detector_config: [epic_craterlake]
211211
steps:
212-
- uses: actions/checkout@v5
212+
- uses: actions/checkout@v6
213213
- uses: actions/download-artifact@v6
214214
with:
215215
name: build-gcc-nightly-full-eic-shell
@@ -236,7 +236,7 @@ jobs:
236236
matrix:
237237
detector_config: [epic_craterlake]
238238
steps:
239-
- uses: actions/checkout@v5
239+
- uses: actions/checkout@v6
240240
- uses: actions/download-artifact@v6
241241
with:
242242
name: build-gcc-nightly-full-eic-shell
@@ -304,7 +304,7 @@ jobs:
304304
detector_config: [epic_craterlake, epic_ip6_extended] # FIXME
305305
fail-fast: false
306306
steps:
307-
- uses: actions/checkout@v5
307+
- uses: actions/checkout@v6
308308
- uses: actions/download-artifact@v6
309309
with:
310310
name: build-gcc-nightly-full-eic-shell
@@ -326,7 +326,7 @@ jobs:
326326
needs: build
327327
if: github.ref == 'refs/heads/main'
328328
steps:
329-
- uses: actions/checkout@v5
329+
- uses: actions/checkout@v6
330330
- uses: actions/download-artifact@v6
331331
with:
332332
name: build-gcc-nightly-full-eic-shell
@@ -361,7 +361,7 @@ jobs:
361361
tolerance_mm: 0.1
362362
fail-fast: false
363363
steps:
364-
- uses: actions/checkout@v5
364+
- uses: actions/checkout@v6
365365
- uses: actions/download-artifact@v6
366366
with:
367367
name: build-gcc-nightly-full-eic-shell
@@ -386,7 +386,7 @@ jobs:
386386
detector_config: [epic_inner_detector, epic_craterlake]
387387
fail-fast: false
388388
steps:
389-
- uses: actions/checkout@v5
389+
- uses: actions/checkout@v6
390390
- uses: actions/download-artifact@v6
391391
with:
392392
name: build-gcc-nightly-fast-eic-shell
@@ -447,7 +447,7 @@ jobs:
447447
detector_config: [epic_craterlake]
448448
fail-fast: false
449449
steps:
450-
- uses: actions/checkout@v5
450+
- uses: actions/checkout@v6
451451
- uses: actions/download-artifact@v6
452452
with:
453453
name: build-gcc-nightly-fast-eic-shell
@@ -476,7 +476,7 @@ jobs:
476476
detector_config: [epic_craterlake]
477477
fail-fast: false
478478
steps:
479-
- uses: actions/checkout@v5
479+
- uses: actions/checkout@v6
480480
- uses: actions/download-artifact@v6
481481
with:
482482
name: ${{ matrix.detector_config }}.prim
@@ -506,7 +506,7 @@ jobs:
506506
detector_config: [epic_craterlake]
507507
fail-fast: false
508508
steps:
509-
- uses: actions/checkout@v5
509+
- uses: actions/checkout@v6
510510
- uses: actions/download-artifact@v6
511511
with:
512512
name: ${{ matrix.detector_config }}.prim
@@ -550,7 +550,7 @@ jobs:
550550
particle: [pi, e]
551551
detector_config: [epic_craterlake]
552552
steps:
553-
- uses: actions/checkout@v5
553+
- uses: actions/checkout@v6
554554
- uses: actions/download-artifact@v6
555555
with:
556556
name: build-gcc-nightly-full-eic-shell
@@ -608,7 +608,7 @@ jobs:
608608
- beam: 5x41
609609
minq2: 1000
610610
steps:
611-
- uses: actions/checkout@v5
611+
- uses: actions/checkout@v6
612612
- uses: actions/download-artifact@v6
613613
with:
614614
name: build-gcc-nightly-full-eic-shell
@@ -686,7 +686,7 @@ jobs:
686686
- merge-parameter-table
687687
- merge-dawn-view
688688
steps:
689-
- uses: actions/checkout@v5
689+
- uses: actions/checkout@v6
690690
- uses: actions/download-artifact@v6
691691
with:
692692
path: artifacts/

.github/workflows/pr-backport.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
# Don't run on closed unmerged pull requests
1313
if: github.event.pull_request.merged
1414
steps:
15-
- uses: actions/checkout@v5
15+
- uses: actions/checkout@v6
1616
- name: Create backport pull requests
1717
uses: korthout/backport-action@v3
1818
with:

.github/workflows/spdx.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99
steps:
1010
- name: checkout
11-
uses: actions/checkout@v5
11+
uses: actions/checkout@v6
1212
- uses: enarx/spdx@266ce9351a52b27e4bce5e1dbeecb23498f33add
1313
with:
1414
licenses: LGPL-3.0-or-later

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ repos:
66
- id: end-of-file-fixer
77
- id: trailing-whitespace
88
- repo: https://github.com/pre-commit/mirrors-clang-format
9-
rev: v21.1.5
9+
rev: v21.1.7
1010
hooks:
1111
- id: clang-format
1212
- repo: https://github.com/Lucas-C/pre-commit-hooks

compact/ecal/bic/bic_layer1_only.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@
226226
<plugins>
227227
<plugin name="DD4hep_ParametersPlugin">
228228
<argument value="EcalBarrelImaging"/>
229-
<argument value="layer_pattern: str=envelope"/>
229+
<argument value="layer_pattern: str=envelope1"/>
230230
</plugin>
231231
</plugins>
232232

0 commit comments

Comments
 (0)