@@ -50,24 +50,24 @@ jobs:
5050 trackALAlertsInGitHub : ${{ steps.SetALCodeAnalysisVar.outputs.trackALAlertsInGitHub }}
5151 steps :
5252 - name : Dump Workflow Information
53- uses : microsoft/AL-Go- Actions/DumpWorkflowInfo@v8.1
53+ uses : microsoft/AL-Go/ Actions/DumpWorkflowInfo@18fe3d5d4fb9940564d80d87201f56992b6ebdff
5454 with :
5555 shell : powershell
5656
5757 - name : Checkout
58- uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
58+ uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
5959 with :
6060 lfs : true
6161
6262 - name : Initialize the workflow
6363 id : init
64- uses : microsoft/AL-Go- Actions/WorkflowInitialize@v8.1
64+ uses : microsoft/AL-Go/ Actions/WorkflowInitialize@18fe3d5d4fb9940564d80d87201f56992b6ebdff
6565 with :
6666 shell : powershell
6767
6868 - name : Read settings
6969 id : ReadSettings
70- uses : microsoft/AL-Go- Actions/ReadSettings@v8.1
70+ uses : microsoft/AL-Go/ Actions/ReadSettings@18fe3d5d4fb9940564d80d87201f56992b6ebdff
7171 with :
7272 shell : powershell
7373 get : type,powerPlatformSolutionFolder,useGitSubmodules,trackALAlertsInGitHub
@@ -81,15 +81,15 @@ jobs:
8181 - name : Read submodules token
8282 id : ReadSubmodulesToken
8383 if : env.useGitSubmodules != 'false' && env.useGitSubmodules != ''
84- uses : microsoft/AL-Go- Actions/ReadSecrets@v8.1
84+ uses : microsoft/AL-Go/ Actions/ReadSecrets@18fe3d5d4fb9940564d80d87201f56992b6ebdff
8585 with :
8686 shell : powershell
8787 gitHubSecrets : ${{ toJson(secrets) }}
8888 getSecrets : ' -gitSubmodulesToken'
8989
9090 - name : Checkout Submodules
9191 if : env.useGitSubmodules != 'false' && env.useGitSubmodules != ''
92- uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
92+ uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
9393 with :
9494 lfs : true
9595 submodules : ${{ env.useGitSubmodules }}
@@ -102,7 +102,7 @@ jobs:
102102
103103 - name : Determine Projects To Build
104104 id : determineProjectsToBuild
105- uses : microsoft/AL-Go- Actions/DetermineProjectsToBuild@v8.1
105+ uses : microsoft/AL-Go/ Actions/DetermineProjectsToBuild@18fe3d5d4fb9940564d80d87201f56992b6ebdff
106106 with :
107107 shell : powershell
108108 maxBuildDepth : ${{ env.workflowDepth }}
@@ -115,23 +115,23 @@ jobs:
115115
116116 - name : Determine Delivery Target Secrets
117117 id : DetermineDeliveryTargetSecrets
118- uses : microsoft/AL-Go- Actions/DetermineDeliveryTargets@v8.1
118+ uses : microsoft/AL-Go/ Actions/DetermineDeliveryTargets@18fe3d5d4fb9940564d80d87201f56992b6ebdff
119119 with :
120120 shell : powershell
121121 projectsJson : ' ${{ steps.determineProjectsToBuild.outputs.ProjectsJson }}'
122122 checkContextSecrets : ' false'
123123
124124 - name : Read secrets
125125 id : ReadSecrets
126- uses : microsoft/AL-Go- Actions/ReadSecrets@v8.1
126+ uses : microsoft/AL-Go/ Actions/ReadSecrets@18fe3d5d4fb9940564d80d87201f56992b6ebdff
127127 with :
128128 shell : powershell
129129 gitHubSecrets : ${{ toJson(secrets) }}
130130 getSecrets : ${{ steps.DetermineDeliveryTargetSecrets.outputs.ContextSecrets }}
131131
132132 - name : Determine Delivery Targets
133133 id : DetermineDeliveryTargets
134- uses : microsoft/AL-Go- Actions/DetermineDeliveryTargets@v8.1
134+ uses : microsoft/AL-Go/ Actions/DetermineDeliveryTargets@18fe3d5d4fb9940564d80d87201f56992b6ebdff
135135 env :
136136 Secrets : ' ${{ steps.ReadSecrets.outputs.Secrets }}'
137137 with :
@@ -141,7 +141,7 @@ jobs:
141141
142142 - name : Determine Deployment Environments
143143 id : DetermineDeploymentEnvironments
144- uses : microsoft/AL-Go- Actions/DetermineDeploymentEnvironments@v8.1
144+ uses : microsoft/AL-Go/ Actions/DetermineDeploymentEnvironments@18fe3d5d4fb9940564d80d87201f56992b6ebdff
145145 env :
146146 GITHUB_TOKEN : ${{ github.token }}
147147 with :
@@ -154,24 +154,24 @@ jobs:
154154 runs-on : [ windows-latest ]
155155 steps :
156156 - name : Checkout
157- uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
157+ uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
158158
159159 - name : Read settings
160- uses : microsoft/AL-Go- Actions/ReadSettings@v8.1
160+ uses : microsoft/AL-Go/ Actions/ReadSettings@18fe3d5d4fb9940564d80d87201f56992b6ebdff
161161 with :
162162 shell : powershell
163163 get : templateUrl
164164
165165 - name : Read secrets
166166 id : ReadSecrets
167- uses : microsoft/AL-Go- Actions/ReadSecrets@v8.1
167+ uses : microsoft/AL-Go/ Actions/ReadSecrets@18fe3d5d4fb9940564d80d87201f56992b6ebdff
168168 with :
169169 shell : powershell
170170 gitHubSecrets : ${{ toJson(secrets) }}
171171 getSecrets : ' ghTokenWorkflow'
172172
173173 - name : Check for updates to AL-Go system files
174- uses : microsoft/AL-Go- Actions/CheckForUpdates@v8.1
174+ uses : microsoft/AL-Go/ Actions/CheckForUpdates@18fe3d5d4fb9940564d80d87201f56992b6ebdff
175175 env :
176176 GITHUB_TOKEN : ${{ github.token }}
177177 with :
@@ -237,7 +237,7 @@ jobs:
237237 name : Code Analysis Processing
238238 steps :
239239 - name : Checkout
240- uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
240+ uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
241241
242242 - name : Download artifacts - ErrorLogs
243243 uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
@@ -250,7 +250,7 @@ jobs:
250250 - name : Process AL Code Analysis Logs
251251 id : ProcessALCodeAnalysisLogs
252252 if : (success() || failure())
253- uses : microsoft/AL-Go- Actions/ProcessALCodeAnalysisLogs@v8.1
253+ uses : microsoft/AL-Go/ Actions/ProcessALCodeAnalysisLogs@18fe3d5d4fb9940564d80d87201f56992b6ebdff
254254 with :
255255 shell : powershell
256256
@@ -276,21 +276,21 @@ jobs:
276276 url : ${{ steps.deployment.outputs.page_url }}
277277 steps :
278278 - name : Checkout
279- uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
279+ uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
280280
281281 - name : Download artifacts
282282 uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
283283 with :
284284 path : ' .artifacts'
285285
286286 - name : Read settings
287- uses : microsoft/AL-Go- Actions/ReadSettings@v8.1
287+ uses : microsoft/AL-Go/ Actions/ReadSettings@18fe3d5d4fb9940564d80d87201f56992b6ebdff
288288 with :
289289 shell : powershell
290290
291291 - name : Determine ArtifactUrl
292292 id : determineArtifactUrl
293- uses : microsoft/AL-Go- Actions/DetermineArtifactUrl@v8.1
293+ uses : microsoft/AL-Go/ Actions/DetermineArtifactUrl@18fe3d5d4fb9940564d80d87201f56992b6ebdff
294294 with :
295295 shell : powershell
296296
@@ -299,7 +299,7 @@ jobs:
299299 uses : actions/configure-pages@983d7736d9b0ae728b81ab479565c72886d7745b # v5.0.0
300300
301301 - name : Build Reference Documentation
302- uses : microsoft/AL-Go- Actions/BuildReferenceDocumentation@v8.1
302+ uses : microsoft/AL-Go/ Actions/BuildReferenceDocumentation@18fe3d5d4fb9940564d80d87201f56992b6ebdff
303303 with :
304304 shell : powershell
305305 artifacts : ' .artifacts'
@@ -332,15 +332,15 @@ jobs:
332332 ALGoEnvName : ${{ matrix.environment }}
333333 steps :
334334 - name : Checkout
335- uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
335+ uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
336336
337337 - name : Download artifacts
338338 uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
339339 with :
340340 path : ' .artifacts'
341341
342342 - name : Read settings
343- uses : microsoft/AL-Go- Actions/ReadSettings@v8.1
343+ uses : microsoft/AL-Go/ Actions/ReadSettings@18fe3d5d4fb9940564d80d87201f56992b6ebdff
344344 with :
345345 shell : ${{ matrix.shell }}
346346 get : type,powerPlatformSolutionFolder
@@ -354,15 +354,15 @@ jobs:
354354
355355 - name : Read secrets
356356 id : ReadSecrets
357- uses : microsoft/AL-Go- Actions/ReadSecrets@v8.1
357+ uses : microsoft/AL-Go/ Actions/ReadSecrets@18fe3d5d4fb9940564d80d87201f56992b6ebdff
358358 with :
359359 shell : ${{ matrix.shell }}
360360 gitHubSecrets : ${{ toJson(secrets) }}
361361 getSecrets : ' ${{ steps.envName.outputs.envName }}-AuthContext,${{ steps.envName.outputs.envName }}_AuthContext,AuthContext'
362362
363363 - name : Deploy to Business Central
364364 id : Deploy
365- uses : microsoft/AL-Go- Actions/Deploy@v8.1
365+ uses : microsoft/AL-Go/ Actions/Deploy@18fe3d5d4fb9940564d80d87201f56992b6ebdff
366366 env :
367367 Secrets : ' ${{ steps.ReadSecrets.outputs.Secrets }}'
368368 with :
@@ -374,7 +374,7 @@ jobs:
374374
375375 - name : Deploy to Power Platform
376376 if : env.type == 'PTE' && env.powerPlatformSolutionFolder != ''
377- uses : microsoft/AL-Go- Actions/DeployPowerPlatform@v8.1
377+ uses : microsoft/AL-Go/ Actions/DeployPowerPlatform@18fe3d5d4fb9940564d80d87201f56992b6ebdff
378378 env :
379379 Secrets : ' ${{ steps.ReadSecrets.outputs.Secrets }}'
380380 with :
@@ -394,28 +394,28 @@ jobs:
394394 name : Deliver to ${{ matrix.deliveryTarget }}
395395 steps :
396396 - name : Checkout
397- uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
397+ uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
398398
399399 - name : Download artifacts
400400 uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
401401 with :
402402 path : ' .artifacts'
403403
404404 - name : Read settings
405- uses : microsoft/AL-Go- Actions/ReadSettings@v8.1
405+ uses : microsoft/AL-Go/ Actions/ReadSettings@18fe3d5d4fb9940564d80d87201f56992b6ebdff
406406 with :
407407 shell : powershell
408408
409409 - name : Read secrets
410410 id : ReadSecrets
411- uses : microsoft/AL-Go- Actions/ReadSecrets@v8.1
411+ uses : microsoft/AL-Go/ Actions/ReadSecrets@18fe3d5d4fb9940564d80d87201f56992b6ebdff
412412 with :
413413 shell : powershell
414414 gitHubSecrets : ${{ toJson(secrets) }}
415415 getSecrets : ' ${{ matrix.deliveryTarget }}Context'
416416
417417 - name : Deliver
418- uses : microsoft/AL-Go- Actions/Deliver@v8.1
418+ uses : microsoft/AL-Go/ Actions/Deliver@18fe3d5d4fb9940564d80d87201f56992b6ebdff
419419 env :
420420 Secrets : ' ${{ steps.ReadSecrets.outputs.Secrets }}'
421421 with :
@@ -431,11 +431,11 @@ jobs:
431431 runs-on : [ windows-latest ]
432432 steps :
433433 - name : Checkout
434- uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
434+ uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
435435
436436 - name : Finalize the workflow
437437 id : PostProcess
438- uses : microsoft/AL-Go- Actions/WorkflowPostProcess@v8.1
438+ uses : microsoft/AL-Go/ Actions/WorkflowPostProcess@18fe3d5d4fb9940564d80d87201f56992b6ebdff
439439 env :
440440 GITHUB_TOKEN : ${{ github.token }}
441441 with :
0 commit comments