@@ -285,13 +285,13 @@ jobs:
285
285
path : ${{ github.workspace }}/SourceCache/swift-toolchain-sqlite
286
286
show-progress : false
287
287
288
- - uses : compnerd/gha-setup-vsdevenv@main
288
+ - uses : compnerd/gha-setup-vsdevenv@f1ba60d553a3216ce1b89abe0201213536bc7557 # main
289
289
with :
290
290
host_arch : ${{ inputs.build_arch }}
291
291
components : ' Microsoft.VisualStudio.Component.VC.Tools.x86.x64;Microsoft.VisualStudio.Component.VC.Tools.ARM64'
292
292
arch : ${{ matrix.arch }}
293
293
294
- - uses : seanmiddleditch/gha-setup-ninja@master
294
+ - uses : seanmiddleditch/gha-setup-ninja@96bed6edff20d1dd61ecff9b75cc519d516e6401 # master
295
295
if : inputs.build_os == 'Darwin'
296
296
297
297
- name : Compute workspace hash
@@ -353,7 +353,7 @@ jobs:
353
353
path : ${{ github.workspace }}/SourceCache/ds2
354
354
show-progress : false
355
355
356
- - uses : compnerd/gha-setup-vsdevenv@main
356
+ - uses : compnerd/gha-setup-vsdevenv@f1ba60d553a3216ce1b89abe0201213536bc7557 # main
357
357
with :
358
358
host_arch : amd64
359
359
components : ' Microsoft.VisualStudio.Component.VC.Tools.x86.x64;Microsoft.VisualStudio.Component.VC.Tools.ARM64'
@@ -439,7 +439,7 @@ jobs:
439
439
path : ${{ github.workspace }}/SourceCache/ds2
440
440
show-progress : false
441
441
442
- - uses : compnerd/gha-setup-vsdevenv@main
442
+ - uses : compnerd/gha-setup-vsdevenv@f1ba60d553a3216ce1b89abe0201213536bc7557 # main
443
443
with :
444
444
host_arch : amd64
445
445
components : ' Microsoft.VisualStudio.Component.VC.Tools.x86.x64;Microsoft.VisualStudio.Component.VC.Tools.ARM64'
@@ -508,13 +508,13 @@ jobs:
508
508
path : ${{ github.workspace }}/SourceCache/cmark-gfm
509
509
show-progress : false
510
510
511
- - uses : compnerd/gha-setup-vsdevenv@main
511
+ - uses : compnerd/gha-setup-vsdevenv@f1ba60d553a3216ce1b89abe0201213536bc7557 # main
512
512
with :
513
513
host_arch : ${{ inputs.build_arch }}
514
514
components : ' Microsoft.VisualStudio.Component.VC.Tools.x86.x64;Microsoft.VisualStudio.Component.VC.Tools.ARM64'
515
515
arch : ${{ matrix.arch }}
516
516
517
- - uses : seanmiddleditch/gha-setup-ninja@master
517
+ - uses : seanmiddleditch/gha-setup-ninja@96bed6edff20d1dd61ecff9b75cc519d516e6401 # master
518
518
if : inputs.build_os == 'Darwin'
519
519
520
520
- name : Compute workspace hash
@@ -591,9 +591,9 @@ jobs:
591
591
path : ${{ github.workspace }}/SourceCache/swift
592
592
show-progress : false
593
593
594
- - uses : compnerd/gha-setup-vsdevenv@main
594
+ - uses : compnerd/gha-setup-vsdevenv@f1ba60d553a3216ce1b89abe0201213536bc7557 # main
595
595
596
- - uses : seanmiddleditch/gha-setup-ninja@master
596
+ - uses : seanmiddleditch/gha-setup-ninja@96bed6edff20d1dd61ecff9b75cc519d516e6401 # master
597
597
if : inputs.build_os == 'Darwin'
598
598
599
599
- name : Compute workspace hash
@@ -747,18 +747,18 @@ jobs:
747
747
path : ${{ github.workspace }}/SourceCache/swift-driver
748
748
show-progress : false
749
749
750
- - uses : compnerd/gha-setup-vsdevenv@main
750
+ - uses : compnerd/gha-setup-vsdevenv@f1ba60d553a3216ce1b89abe0201213536bc7557 # main
751
751
with :
752
752
host_arch : ${{ inputs.build_arch }}
753
753
components : ' Microsoft.VisualStudio.Component.VC.Tools.x86.x64;Microsoft.VisualStudio.Component.VC.Tools.ARM64'
754
754
arch : ${{ matrix.arch }}
755
755
756
- - uses : seanmiddleditch/gha-setup-ninja@master
756
+ - uses : seanmiddleditch/gha-setup-ninja@96bed6edff20d1dd61ecff9b75cc519d516e6401 # master
757
757
if : inputs.build_os == 'Darwin'
758
758
759
759
- name : Install Swift Toolchain (Mac)
760
760
if : inputs.build_os == 'Darwin'
761
- uses : compnerd/gha-setup-swift@main
761
+ uses : compnerd/gha-setup-swift@b6c5fc1ed5b5439ada8e7661985acb09ad8c3ba2 # main
762
762
with :
763
763
branch : swift-6.0.1-release
764
764
tag : 6.0.1-RELEASE
@@ -904,14 +904,14 @@ jobs:
904
904
echo "PYTHON_LOCATION_amd64=$env:pythonLocation" | Out-File -FilePath $env:GITHUB_ENV -Encoding utf8 -Append
905
905
echo "PYTHON_LOCATION_arm64=${{ github.workspace }}\pythonarm64.${{ env.PYTHON_VERSION }}\tools" | Out-File -FilePath $env:GITHUB_ENV -Encoding utf8 -Append
906
906
907
- - uses : compnerd/gha-setup-vsdevenv@main
907
+ - uses : compnerd/gha-setup-vsdevenv@f1ba60d553a3216ce1b89abe0201213536bc7557 # main
908
908
with :
909
909
host_arch : amd64
910
910
components : ' Microsoft.VisualStudio.Component.VC.Tools.x86.x64;Microsoft.VisualStudio.Component.VC.Tools.ARM64'
911
911
arch : ${{ matrix.arch }}
912
912
913
913
- name : Install Swift Toolchain
914
- uses : compnerd/gha-setup-swift@main
914
+ uses : compnerd/gha-setup-swift@b6c5fc1ed5b5439ada8e7661985acb09ad8c3ba2 # main
915
915
with :
916
916
github-repo : thebrowsercompany/swift-build
917
917
github-token : ${{ secrets.GITHUB_TOKEN }}
@@ -1109,13 +1109,13 @@ jobs:
1109
1109
path : ${{ github.workspace }}/SourceCache/zlib
1110
1110
show-progress : false
1111
1111
1112
- - uses : compnerd/gha-setup-vsdevenv@main
1112
+ - uses : compnerd/gha-setup-vsdevenv@f1ba60d553a3216ce1b89abe0201213536bc7557 # main
1113
1113
with :
1114
1114
host_arch : amd64
1115
1115
components : ' Microsoft.VisualStudio.Component.VC.Tools.x86.x64;Microsoft.VisualStudio.Component.VC.Tools.ARM64'
1116
1116
arch : ${{ matrix.arch }}
1117
1117
1118
- - uses : seanmiddleditch/gha-setup-ninja@master
1118
+ - uses : seanmiddleditch/gha-setup-ninja@96bed6edff20d1dd61ecff9b75cc519d516e6401 # master
1119
1119
if : inputs.build_os == 'Darwin'
1120
1120
1121
1121
- name : Compute workspace hash
@@ -1197,13 +1197,13 @@ jobs:
1197
1197
name : zlib-${{ matrix.os }}-${{ matrix.arch }}-${{ inputs.zlib_version }}
1198
1198
path : ${{ github.workspace }}/BuildRoot/Library/zlib-${{ inputs.zlib_version }}/usr
1199
1199
1200
- - uses : compnerd/gha-setup-vsdevenv@main
1200
+ - uses : compnerd/gha-setup-vsdevenv@f1ba60d553a3216ce1b89abe0201213536bc7557 # main
1201
1201
with :
1202
1202
host_arch : amd64
1203
1203
components : ' Microsoft.VisualStudio.Component.VC.Tools.x86.x64;Microsoft.VisualStudio.Component.VC.Tools.ARM64'
1204
1204
arch : ${{ matrix.arch }}
1205
1205
1206
- - uses : seanmiddleditch/gha-setup-ninja@master
1206
+ - uses : seanmiddleditch/gha-setup-ninja@96bed6edff20d1dd61ecff9b75cc519d516e6401 # master
1207
1207
if : inputs.build_os == 'Darwin'
1208
1208
1209
1209
- name : Compute workspace hash
@@ -1356,13 +1356,13 @@ jobs:
1356
1356
path : ${{ github.workspace }}/SourceCache/libxml2
1357
1357
show-progress : false
1358
1358
1359
- - uses : compnerd/gha-setup-vsdevenv@main
1359
+ - uses : compnerd/gha-setup-vsdevenv@f1ba60d553a3216ce1b89abe0201213536bc7557 # main
1360
1360
with :
1361
1361
host_arch : amd64
1362
1362
components : ' Microsoft.VisualStudio.Component.VC.Tools.x86.x64;Microsoft.VisualStudio.Component.VC.Tools.ARM64'
1363
1363
arch : ${{ matrix.arch }}
1364
1364
1365
- - uses : seanmiddleditch/gha-setup-ninja@master
1365
+ - uses : seanmiddleditch/gha-setup-ninja@96bed6edff20d1dd61ecff9b75cc519d516e6401 # master
1366
1366
if : inputs.build_os == 'Darwin'
1367
1367
1368
1368
- name : Compute workspace hash
@@ -1574,15 +1574,15 @@ jobs:
1574
1574
# we have not yet built the runtime, this requires that we use the runtime
1575
1575
# from the previous build.
1576
1576
- name : Install Swift Toolchain
1577
- uses : compnerd/gha-setup-swift@main
1577
+ uses : compnerd/gha-setup-swift@b6c5fc1ed5b5439ada8e7661985acb09ad8c3ba2 # main
1578
1578
with :
1579
1579
github-repo : thebrowsercompany/swift-build
1580
1580
github-token : ${{ secrets.GITHUB_TOKEN }}
1581
1581
release-asset-name : installer-amd64.exe
1582
1582
release-tag-name : ' 20231016.5'
1583
1583
1584
1584
# NOTE(compnerd): we execute unconditionally as we use CMake from VSDevEnv
1585
- - uses : compnerd/gha-setup-vsdevenv@main
1585
+ - uses : compnerd/gha-setup-vsdevenv@f1ba60d553a3216ce1b89abe0201213536bc7557 # main
1586
1586
with :
1587
1587
host_arch : amd64
1588
1588
components : ' Microsoft.VisualStudio.Component.VC.Tools.x86.x64;Microsoft.VisualStudio.Component.VC.Tools.ARM64'
@@ -1772,7 +1772,7 @@ jobs:
1772
1772
show-progress : false
1773
1773
1774
1774
# NOTE(compnerd): we execute unconditionally as we use CMake from VSDevEnv
1775
- - uses : compnerd/gha-setup-vsdevenv@main
1775
+ - uses : compnerd/gha-setup-vsdevenv@f1ba60d553a3216ce1b89abe0201213536bc7557 # main
1776
1776
with :
1777
1777
host_arch : amd64
1778
1778
components : ' Microsoft.VisualStudio.Component.VC.Tools.x86.x64;Microsoft.VisualStudio.Component.VC.Tools.ARM64'
@@ -2054,7 +2054,7 @@ jobs:
2054
2054
echo "SDKROOT=${SDKRoot}" | Out-File -FilePath $env:GITHUB_ENV -Encoding utf8 -Append
2055
2055
2056
2056
# NOTE(compnerd): we execute unconditionally as we use CMake from VSDevEnv
2057
- - uses : compnerd/gha-setup-vsdevenv@main
2057
+ - uses : compnerd/gha-setup-vsdevenv@f1ba60d553a3216ce1b89abe0201213536bc7557 # main
2058
2058
with :
2059
2059
host_arch : amd64
2060
2060
components : ' Microsoft.VisualStudio.Component.VC.Tools.x86.x64;Microsoft.VisualStudio.Component.VC.Tools.ARM64'
@@ -2498,7 +2498,7 @@ jobs:
2498
2498
$SDKRoot = cygpath -w ${{ github.workspace }}/BinaryCache/Library/Developer/Platforms/Windows.platform/Developer/SDKs/Windows.sdk
2499
2499
echo "SDKROOT=${SDKRoot}" | Out-File -FilePath $env:GITHUB_ENV -Encoding utf8 -Append
2500
2500
2501
- - uses : compnerd/gha-setup-vsdevenv@main
2501
+ - uses : compnerd/gha-setup-vsdevenv@f1ba60d553a3216ce1b89abe0201213536bc7557 # main
2502
2502
with :
2503
2503
host_arch : amd64
2504
2504
components : ' Microsoft.VisualStudio.Component.VC.Tools.x86.x64;Microsoft.VisualStudio.Component.VC.Tools.ARM64'
@@ -3237,7 +3237,7 @@ jobs:
3237
3237
path : ${{ github.workspace }}/SourceCache/swift-installer-scripts
3238
3238
show-progress : false
3239
3239
3240
- - uses : compnerd/gha-setup-vsdevenv@main
3240
+ - uses : compnerd/gha-setup-vsdevenv@f1ba60d553a3216ce1b89abe0201213536bc7557 # main
3241
3241
with :
3242
3242
host_arch : amd64
3243
3243
components : ' Microsoft.VisualStudio.Component.VC.Tools.x86.x64;Microsoft.VisualStudio.Component.VC.Tools.ARM64'
@@ -3410,7 +3410,7 @@ jobs:
3410
3410
path : ${{ github.workspace }}/SourceCache/swift-installer-scripts
3411
3411
show-progress : false
3412
3412
3413
- - uses : compnerd/gha-setup-vsdevenv@main
3413
+ - uses : compnerd/gha-setup-vsdevenv@f1ba60d553a3216ce1b89abe0201213536bc7557 # main
3414
3414
with :
3415
3415
host_arch : amd64
3416
3416
components : ' Microsoft.VisualStudio.Component.VC.Tools.x86.x64;Microsoft.VisualStudio.Component.VC.Tools.ARM64'
@@ -3524,7 +3524,7 @@ jobs:
3524
3524
path : ${{ github.workspace }}/SourceCache/swift-installer-scripts
3525
3525
show-progress : false
3526
3526
3527
- - uses : compnerd/gha-setup-vsdevenv@main
3527
+ - uses : compnerd/gha-setup-vsdevenv@f1ba60d553a3216ce1b89abe0201213536bc7557 # main
3528
3528
with :
3529
3529
host_arch : amd64
3530
3530
components : ' Microsoft.VisualStudio.Component.VC.Tools.x86.x64;Microsoft.VisualStudio.Component.VC.Tools.ARM64'
@@ -3648,7 +3648,7 @@ jobs:
3648
3648
path : ${{ github.workspace }}/SourceCache/swift-installer-scripts
3649
3649
show-progress : false
3650
3650
3651
- - uses : compnerd/gha-setup-vsdevenv@main
3651
+ - uses : compnerd/gha-setup-vsdevenv@f1ba60d553a3216ce1b89abe0201213536bc7557 # main
3652
3652
with :
3653
3653
host_arch : amd64
3654
3654
components : ' Microsoft.VisualStudio.Component.VC.Tools.x86.x64;Microsoft.VisualStudio.Component.VC.Tools.ARM64'
0 commit comments