48
48
maxParallel : ${{ steps.check.outputs.maxParallel }}
49
49
githubOwner : ${{ steps.check.outputs.githubOwner }}
50
50
steps :
51
- - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
51
+ - uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
52
52
53
53
- name : Check secrets
54
54
id : check
92
92
perTenantExtensionRepo : ${{ steps.setup.outputs.perTenantExtensionRepo }}
93
93
appSourceAppRepo : ${{ steps.setup.outputs.appSourceAppRepo }}
94
94
steps :
95
- - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
95
+ - uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
96
96
with :
97
97
ref : ${{ github.event.inputs.ref }}
98
98
@@ -111,7 +111,7 @@ jobs:
111
111
releases : ${{ steps.Analyze.outputs.releases }}
112
112
scenarios : ${{ steps.Analyze.outputs.scenarios }}
113
113
steps :
114
- - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
114
+ - uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
115
115
with :
116
116
ref : ${{ github.event.inputs.ref }}
117
117
@@ -187,7 +187,7 @@ jobs:
187
187
if : github.event.inputs.runScenarios == 'true'
188
188
strategy : ${{ fromJson(needs.Analyze.outputs.scenarios) }}
189
189
steps :
190
- - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
190
+ - uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
191
191
with :
192
192
ref : ${{ github.event.inputs.ref }}
193
193
@@ -218,7 +218,7 @@ jobs:
218
218
if : github.event.inputs.runScenarios == 'true'
219
219
strategy : ${{ fromJson(needs.Analyze.outputs.scenarios) }}
220
220
steps :
221
- - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
221
+ - uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
222
222
with :
223
223
ref : ${{ github.event.inputs.ref }}
224
224
@@ -249,7 +249,7 @@ jobs:
249
249
if : github.event.inputs.runTestMatrix == 'true'
250
250
strategy : ${{ fromJson(needs.Analyze.outputs.publictestruns) }}
251
251
steps :
252
- - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
252
+ - uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
253
253
with :
254
254
ref : ${{ github.event.inputs.ref }}
255
255
@@ -292,7 +292,7 @@ jobs:
292
292
if : github.event.inputs.runTestMatrix == 'true' && github.event.inputs.includePrivateRepos == 'true'
293
293
strategy : ${{ fromJson(needs.Analyze.outputs.privatetestruns) }}
294
294
steps :
295
- - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
295
+ - uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
296
296
with :
297
297
ref : ${{ github.event.inputs.ref }}
298
298
@@ -336,7 +336,7 @@ jobs:
336
336
if : github.event.inputs.runUpgradeTests == 'true'
337
337
strategy : ${{ fromJson(needs.Analyze.outputs.releases) }}
338
338
steps :
339
- - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
339
+ - uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
340
340
with :
341
341
ref : ${{ github.event.inputs.ref }}
342
342
@@ -376,7 +376,7 @@ jobs:
376
376
needs : [ Check, SetupRepositories, TestAlGoPublic, TestAlGoPrivate, TestAlGoUpgrade, ScenariosOnWindows, ScenariosOnLinux ]
377
377
if : always() && (!Cancelled()) && (needs.SetupRepositories.result == 'Success') && (needs.TestAlGoPublic.result == 'Success' || needs.TestAlGoPublic.result == 'Skipped') && (needs.TestAlGoPrivate.result == 'Success' || needs.TestAlGoPrivate.result == 'Skipped') && (needs.TestAlGoUpgrade.result == 'Success' || needs.TestAlGoUpgrade.result == 'Skipped') && (needs.Scenario.result == 'Success' || needs.Scenario.result == 'Skipped')
378
378
steps :
379
- - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
379
+ - uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
380
380
with :
381
381
ref : ${{ github.event.inputs.ref }}
382
382
0 commit comments