@@ -117,7 +117,7 @@ jobs:
117
117
118
118
steps :
119
119
- name : Checkout
120
- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
120
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
121
121
with :
122
122
fetch-depth : 0
123
123
@@ -194,7 +194,7 @@ jobs:
194
194
mkdir -p ${{env.COVERAGE_DIR}}
195
195
mv ./$COVERAGE_FILE_NAME ${{env.COVERAGE_DIR}}
196
196
197
- - uses : actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
197
+ - uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
198
198
if : ${{ matrix.build_type == 'Debug' && matrix.compiler.c == 'gcc' }}
199
199
with :
200
200
name : ${{env.COVERAGE_NAME}}-${{matrix.os}}-shared-${{matrix.shared_library}}-no_hwloc-${{matrix.disable_hwloc}}
@@ -253,7 +253,7 @@ jobs:
253
253
254
254
steps :
255
255
- name : Checkout
256
- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
256
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
257
257
with :
258
258
fetch-depth : 0
259
259
@@ -331,7 +331,7 @@ jobs:
331
331
332
332
steps :
333
333
- name : Checkout
334
- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
334
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
335
335
with :
336
336
fetch-depth : 0
337
337
@@ -373,7 +373,7 @@ jobs:
373
373
374
374
steps :
375
375
- name : Checkout
376
- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
376
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
377
377
with :
378
378
fetch-depth : 0
379
379
@@ -415,7 +415,7 @@ jobs:
415
415
416
416
steps :
417
417
- name : Checkout
418
- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
418
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
419
419
with :
420
420
fetch-depth : 0
421
421
@@ -463,7 +463,7 @@ jobs:
463
463
464
464
steps :
465
465
- name : Checkout
466
- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
466
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
467
467
with :
468
468
fetch-depth : 0
469
469
0 commit comments