Skip to content

Commit 9288985

Browse files
Merge branch 'master' into model-doc-order
2 parents 5bbefe1 + 468edda commit 9288985

34 files changed

+153
-89
lines changed

.github/workflows/build_dispatch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: Harden Runner
13-
uses: step-security/harden-runner@17d0e2bd7d51742c71671bd19fa12bdc9d40a3d6 # v2.8.1
13+
uses: step-security/harden-runner@0d381219ddf674d61a7572ddd19d7941e271515c # v2.9.0
1414
with:
1515
egress-policy: audit
1616
disable-telemetry: true

.github/workflows/codeql.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141

4242
steps:
4343
- name: Harden Runner
44-
uses: step-security/harden-runner@17d0e2bd7d51742c71671bd19fa12bdc9d40a3d6 # v2.8.1
44+
uses: step-security/harden-runner@0d381219ddf674d61a7572ddd19d7941e271515c # v2.9.0
4545
with:
4646
egress-policy: audit
4747
disable-telemetry: true
@@ -51,7 +51,7 @@ jobs:
5151

5252
# Initializes the CodeQL tools for scanning.
5353
- name: Initialize CodeQL
54-
uses: github/codeql-action/init@4fa2a7953630fd2f3fb380f21be14ede0169dd4f # v3.25.12
54+
uses: github/codeql-action/init@5cf07d8b700b67e235fbb65cbc84f69c0cf10464 # v3.25.14
5555
with:
5656
languages: ${{ matrix.language }}
5757
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -61,7 +61,7 @@ jobs:
6161
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
6262
# If this step fails, then you should remove it and run the build manually (see below)
6363
- name: Autobuild
64-
uses: github/codeql-action/autobuild@4fa2a7953630fd2f3fb380f21be14ede0169dd4f # v3.25.12
64+
uses: github/codeql-action/autobuild@5cf07d8b700b67e235fbb65cbc84f69c0cf10464 # v3.25.14
6565

6666
# ℹ️ Command-line programs to run using the OS shell.
6767
# 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
@@ -74,6 +74,6 @@ jobs:
7474
# ./location_of_script_within_repo/buildscript.sh
7575

7676
- name: Perform CodeQL Analysis
77-
uses: github/codeql-action/analyze@4fa2a7953630fd2f3fb380f21be14ede0169dd4f # v3.25.12
77+
uses: github/codeql-action/analyze@5cf07d8b700b67e235fbb65cbc84f69c0cf10464 # v3.25.14
7878
with:
7979
category: "/language:${{matrix.language}}"

.github/workflows/dependency-review.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
runs-on: ubuntu-latest
1818
steps:
1919
- name: Harden Runner
20-
uses: step-security/harden-runner@17d0e2bd7d51742c71671bd19fa12bdc9d40a3d6 # v2.8.1
20+
uses: step-security/harden-runner@0d381219ddf674d61a7572ddd19d7941e271515c # v2.9.0
2121
with:
2222
egress-policy: audit
2323
disable-telemetry: true

.github/workflows/ebrains-push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
if: ${{ github.repository_owner == 'nest' }}
1111
steps:
1212
- name: Harden Runner
13-
uses: step-security/harden-runner@17d0e2bd7d51742c71671bd19fa12bdc9d40a3d6 # v2.8.1
13+
uses: step-security/harden-runner@0d381219ddf674d61a7572ddd19d7941e271515c # v2.9.0
1414
with:
1515
egress-policy: audit
1616
disable-telemetry: true

.github/workflows/hifis-push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
if: ${{ github.repository_owner == 'nest' }}
1111
steps:
1212
- name: Harden Runner
13-
uses: step-security/harden-runner@17d0e2bd7d51742c71671bd19fa12bdc9d40a3d6 # v2.8.1
13+
uses: step-security/harden-runner@0d381219ddf674d61a7572ddd19d7941e271515c # v2.9.0
1414
with:
1515
egress-policy: audit
1616
disable-telemetry: true

.github/workflows/jsc-push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
if: ${{ github.repository_owner == 'nest' }}
1111
steps:
1212
- name: Harden Runner
13-
uses: step-security/harden-runner@17d0e2bd7d51742c71671bd19fa12bdc9d40a3d6 # v2.8.1
13+
uses: step-security/harden-runner@0d381219ddf674d61a7572ddd19d7941e271515c # v2.9.0
1414
with:
1515
egress-policy: audit
1616
disable-telemetry: true

.github/workflows/nestbuildmatrix.yml

Lines changed: 35 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
CLANG_FORMAT_FILE: ".clang-format"
1515
steps:
1616
- name: Harden Runner
17-
uses: step-security/harden-runner@17d0e2bd7d51742c71671bd19fa12bdc9d40a3d6 # v2.8.1
17+
uses: step-security/harden-runner@0d381219ddf674d61a7572ddd19d7941e271515c # v2.9.0
1818
with:
1919
egress-policy: audit
2020
disable-telemetry: true
@@ -37,7 +37,7 @@ jobs:
3737
runs-on: "ubuntu-22.04"
3838
steps:
3939
- name: Harden Runner
40-
uses: step-security/harden-runner@17d0e2bd7d51742c71671bd19fa12bdc9d40a3d6 # v2.8.1
40+
uses: step-security/harden-runner@0d381219ddf674d61a7572ddd19d7941e271515c # v2.9.0
4141
with:
4242
egress-policy: audit
4343
disable-telemetry: true
@@ -60,7 +60,7 @@ jobs:
6060
runs-on: "ubuntu-22.04"
6161
steps:
6262
- name: Harden Runner
63-
uses: step-security/harden-runner@17d0e2bd7d51742c71671bd19fa12bdc9d40a3d6 # v2.8.1
63+
uses: step-security/harden-runner@0d381219ddf674d61a7572ddd19d7941e271515c # v2.9.0
6464
with:
6565
egress-policy: audit
6666
disable-telemetry: true
@@ -71,7 +71,7 @@ jobs:
7171
fetch-depth: 0
7272

7373
- name: "Set up Python 3.x"
74-
uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0
74+
uses: actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v5.1.1
7575
with:
7676
python-version: "3.10"
7777

@@ -87,7 +87,7 @@ jobs:
8787
runs-on: "ubuntu-22.04"
8888
steps:
8989
- name: Harden Runner
90-
uses: step-security/harden-runner@17d0e2bd7d51742c71671bd19fa12bdc9d40a3d6 # v2.8.1
90+
uses: step-security/harden-runner@0d381219ddf674d61a7572ddd19d7941e271515c # v2.9.0
9191
with:
9292
egress-policy: audit
9393
disable-telemetry: true
@@ -98,7 +98,7 @@ jobs:
9898
fetch-depth: 0
9999

100100
- name: "Set up Python 3.x"
101-
uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0
101+
uses: actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v5.1.1
102102
with:
103103
python-version: "3.10"
104104

@@ -119,7 +119,7 @@ jobs:
119119
runs-on: "ubuntu-22.04"
120120
steps:
121121
- name: Harden Runner
122-
uses: step-security/harden-runner@17d0e2bd7d51742c71671bd19fa12bdc9d40a3d6 # v2.8.1
122+
uses: step-security/harden-runner@0d381219ddf674d61a7572ddd19d7941e271515c # v2.9.0
123123
with:
124124
egress-policy: audit
125125
disable-telemetry: true
@@ -130,7 +130,7 @@ jobs:
130130
fetch-depth: 0
131131

132132
- name: "Set up Python 3.x"
133-
uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0
133+
uses: actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v5.1.1
134134
with:
135135
python-version: "3.10"
136136

@@ -146,7 +146,7 @@ jobs:
146146
runs-on: "ubuntu-22.04"
147147
steps:
148148
- name: Harden Runner
149-
uses: step-security/harden-runner@17d0e2bd7d51742c71671bd19fa12bdc9d40a3d6 # v2.8.1
149+
uses: step-security/harden-runner@0d381219ddf674d61a7572ddd19d7941e271515c # v2.9.0
150150
with:
151151
egress-policy: audit
152152
disable-telemetry: true
@@ -157,7 +157,7 @@ jobs:
157157
fetch-depth: 0
158158

159159
- name: "Set up Python 3.x"
160-
uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0
160+
uses: actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v5.1.1
161161
with:
162162
python-version: "3.10"
163163

@@ -169,7 +169,7 @@ jobs:
169169
runs-on: "ubuntu-22.04"
170170
steps:
171171
- name: Harden Runner
172-
uses: step-security/harden-runner@17d0e2bd7d51742c71671bd19fa12bdc9d40a3d6 # v2.8.1
172+
uses: step-security/harden-runner@0d381219ddf674d61a7572ddd19d7941e271515c # v2.9.0
173173
with:
174174
egress-policy: audit
175175
disable-telemetry: true
@@ -187,7 +187,7 @@ jobs:
187187
runs-on: "ubuntu-22.04"
188188
steps:
189189
- name: Harden Runner
190-
uses: step-security/harden-runner@17d0e2bd7d51742c71671bd19fa12bdc9d40a3d6 # v2.8.1
190+
uses: step-security/harden-runner@0d381219ddf674d61a7572ddd19d7941e271515c # v2.9.0
191191
with:
192192
egress-policy: audit
193193
disable-telemetry: true
@@ -214,7 +214,7 @@ jobs:
214214
runs-on: "ubuntu-22.04"
215215
steps:
216216
- name: Harden Runner
217-
uses: step-security/harden-runner@17d0e2bd7d51742c71671bd19fa12bdc9d40a3d6 # v2.8.1
217+
uses: step-security/harden-runner@0d381219ddf674d61a7572ddd19d7941e271515c # v2.9.0
218218
with:
219219
egress-policy: audit
220220
disable-telemetry: true
@@ -225,7 +225,7 @@ jobs:
225225
fetch-depth: 0
226226

227227
- name: "Set up Python 3.x"
228-
uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0
228+
uses: actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v5.1.1
229229
with:
230230
python-version: "3.10"
231231

@@ -241,7 +241,7 @@ jobs:
241241
runs-on: "ubuntu-22.04"
242242
steps:
243243
- name: Harden Runner
244-
uses: step-security/harden-runner@17d0e2bd7d51742c71671bd19fa12bdc9d40a3d6 # v2.8.1
244+
uses: step-security/harden-runner@0d381219ddf674d61a7572ddd19d7941e271515c # v2.9.0
245245
with:
246246
egress-policy: audit
247247
disable-telemetry: true
@@ -252,7 +252,7 @@ jobs:
252252
fetch-depth: 0
253253

254254
- name: "Set up Python 3.x"
255-
uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0
255+
uses: actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v5.1.1
256256
with:
257257
python-version: "3.10"
258258

@@ -291,7 +291,7 @@ jobs:
291291
# name: "build-${{ matrix.os }}-${{ matrix.cpp_compiler }}-${{ matrix.use }}"
292292

293293
# - name: "Set up Python 3.x"
294-
# uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0
294+
# uses: actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v5.1.1
295295
# with:
296296
# python-version: "3.10"
297297

@@ -318,7 +318,7 @@ jobs:
318318
# fetch-depth: 0
319319

320320
# - name: "Set up Python 3.x"
321-
# uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0
321+
# uses: actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v5.1.1
322322
# with:
323323
# python-version: "3.10"
324324

@@ -334,7 +334,7 @@ jobs:
334334
runs-on: "ubuntu-22.04"
335335
steps:
336336
- name: Harden Runner
337-
uses: step-security/harden-runner@17d0e2bd7d51742c71671bd19fa12bdc9d40a3d6 # v2.8.1
337+
uses: step-security/harden-runner@0d381219ddf674d61a7572ddd19d7941e271515c # v2.9.0
338338
with:
339339
egress-policy: audit
340340
disable-telemetry: true
@@ -345,7 +345,7 @@ jobs:
345345
fetch-depth: 0
346346

347347
- name: "Set up Python 3.x"
348-
uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0
348+
uses: actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v5.1.1
349349
with:
350350
python-version: "3.10"
351351

@@ -374,7 +374,7 @@ jobs:
374374
runs-on: "ubuntu-22.04"
375375
steps:
376376
- name: Harden Runner
377-
uses: step-security/harden-runner@17d0e2bd7d51742c71671bd19fa12bdc9d40a3d6 # v2.8.1
377+
uses: step-security/harden-runner@0d381219ddf674d61a7572ddd19d7941e271515c # v2.9.0
378378
with:
379379
egress-policy: audit
380380
disable-telemetry: true
@@ -393,7 +393,7 @@ jobs:
393393
runs-on: "ubuntu-22.04"
394394
steps:
395395
- name: Harden Runner
396-
uses: step-security/harden-runner@17d0e2bd7d51742c71671bd19fa12bdc9d40a3d6 # v2.8.1
396+
uses: step-security/harden-runner@0d381219ddf674d61a7572ddd19d7941e271515c # v2.9.0
397397
with:
398398
egress-policy: audit
399399
disable-telemetry: true
@@ -404,7 +404,7 @@ jobs:
404404
fetch-depth: 0
405405

406406
- name: "Set up Python 3.x"
407-
uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0
407+
uses: actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v5.1.1
408408
with:
409409
python-version: "3.10"
410410

@@ -422,7 +422,7 @@ jobs:
422422
needs: [pydocstyle, rstcheck, vale]
423423
steps:
424424
- name: Harden Runner
425-
uses: step-security/harden-runner@17d0e2bd7d51742c71671bd19fa12bdc9d40a3d6 # v2.8.1
425+
uses: step-security/harden-runner@0d381219ddf674d61a7572ddd19d7941e271515c # v2.9.0
426426
with:
427427
egress-policy: audit
428428
disable-telemetry: true
@@ -433,7 +433,7 @@ jobs:
433433
fetch-depth: 0
434434

435435
- name: "Set up Python 3.x"
436-
uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0
436+
uses: actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v5.1.1
437437
with:
438438
# Using 3.8 because Read the docs does not work with higher versions.
439439
# See also: https://github.com/nest/nest-simulator/pull/2744
@@ -454,7 +454,7 @@ jobs:
454454
make docs |& tee sphinx-output.log
455455
456456
- name: Upload artifacts
457-
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
457+
uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
458458
with:
459459
name: "sphinx-rtd output"
460460
path: |
@@ -468,7 +468,7 @@ jobs:
468468
needs: [pydocstyle, rstcheck, vale]
469469
steps:
470470
- name: Harden Runner
471-
uses: step-security/harden-runner@17d0e2bd7d51742c71671bd19fa12bdc9d40a3d6 # v2.8.1
471+
uses: step-security/harden-runner@0d381219ddf674d61a7572ddd19d7941e271515c # v2.9.0
472472
with:
473473
egress-policy: audit
474474
disable-telemetry: true
@@ -479,7 +479,7 @@ jobs:
479479
fetch-depth: 0
480480

481481
- name: Install Conda
482-
uses: conda-incubator/setup-miniconda@030178870c779d9e5e1b4e563269f3aa69b04081 # v3.0.3
482+
uses: conda-incubator/setup-miniconda@a4260408e20b96e80095f42ff7f1a15b27dd94ca # v3.0.4
483483
with:
484484
auto-update-conda: true
485485
python-version: "3.10"
@@ -500,7 +500,7 @@ jobs:
500500
make html |& tee sphinx-output.log
501501
502502
- name: Upload artifacts
503-
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
503+
uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
504504
with:
505505
path: |
506506
build/sphinx-output.log
@@ -531,7 +531,7 @@ jobs:
531531

532532
steps:
533533
- name: Harden Runner
534-
uses: step-security/harden-runner@17d0e2bd7d51742c71671bd19fa12bdc9d40a3d6 # v2.8.1
534+
uses: step-security/harden-runner@0d381219ddf674d61a7572ddd19d7941e271515c # v2.9.0
535535
with:
536536
egress-policy: audit
537537
disable-telemetry: true
@@ -542,7 +542,7 @@ jobs:
542542
fetch-depth: 0
543543

544544
- name: "Set up Python 3.x"
545-
uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0
545+
uses: actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v5.1.1
546546
with:
547547
python-version: "3.10"
548548

@@ -716,7 +716,7 @@ jobs:
716716
make VERBOSE=1 installcheck
717717
718718
- name: "Upload install and test results"
719-
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
719+
uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
720720
if: always()
721721
with:
722722
name: "build-logs-${{ matrix.os }}-${{ matrix.cpp_compiler }}-${{ matrix.use }}"
@@ -746,7 +746,7 @@ jobs:
746746

747747
steps:
748748
- name: Harden Runner
749-
uses: step-security/harden-runner@17d0e2bd7d51742c71671bd19fa12bdc9d40a3d6 # v2.8.1
749+
uses: step-security/harden-runner@0d381219ddf674d61a7572ddd19d7941e271515c # v2.9.0
750750
with:
751751
egress-policy: audit
752752
disable-telemetry: true
@@ -757,7 +757,7 @@ jobs:
757757
fetch-depth: 0
758758

759759
- name: "Set up Python 3.x"
760-
uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0
760+
uses: actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v5.1.1
761761
with:
762762
python-version: 3.12
763763

@@ -844,7 +844,7 @@ jobs:
844844
make VERBOSE=1 installcheck
845845
846846
- name: "Upload install and test results"
847-
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
847+
uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
848848
if: ${{ always() }}
849849
with:
850850
name: "${{ matrix.NEST_BUILD_TYPE }}-build-logs-${{ matrix.os }}-${{ matrix.cpp_compiler }}"

0 commit comments

Comments
 (0)