5151 trackALAlertsInGitHub : ${{ steps.SetALCodeAnalysisVar.outputs.trackALAlertsInGitHub }}
5252 steps :
5353 - name : Dump Workflow Information
54- uses : microsoft/AL-Go-Actions/DumpWorkflowInfo@v8.2
54+ uses : microsoft/AL-Go-Actions/DumpWorkflowInfo@v8.3
5555 with :
5656 shell : powershell
5757
@@ -62,13 +62,13 @@ jobs:
6262
6363 - name : Initialize the workflow
6464 id : init
65- uses : microsoft/AL-Go-Actions/WorkflowInitialize@v8.2
65+ uses : microsoft/AL-Go-Actions/WorkflowInitialize@v8.3
6666 with :
6767 shell : powershell
6868
6969 - name : Read settings
7070 id : ReadSettings
71- uses : microsoft/AL-Go-Actions/ReadSettings@v8.2
71+ uses : microsoft/AL-Go-Actions/ReadSettings@v8.3
7272 with :
7373 shell : powershell
7474 get : type,powerPlatformSolutionFolder,useGitSubmodules,trackALAlertsInGitHub
8282 - name : Read submodules token
8383 id : ReadSubmodulesToken
8484 if : env.useGitSubmodules != 'false' && env.useGitSubmodules != ''
85- uses : microsoft/AL-Go-Actions/ReadSecrets@v8.2
85+ uses : microsoft/AL-Go-Actions/ReadSecrets@v8.3
8686 with :
8787 shell : powershell
8888 gitHubSecrets : ${{ toJson(secrets) }}
@@ -103,7 +103,7 @@ jobs:
103103
104104 - name : Determine Projects To Build
105105 id : determineProjectsToBuild
106- uses : microsoft/AL-Go-Actions/DetermineProjectsToBuild@v8.2
106+ uses : microsoft/AL-Go-Actions/DetermineProjectsToBuild@v8.3
107107 with :
108108 shell : powershell
109109 maxBuildDepth : ${{ env.workflowDepth }}
@@ -116,23 +116,23 @@ jobs:
116116
117117 - name : Determine Delivery Target Secrets
118118 id : DetermineDeliveryTargetSecrets
119- uses : microsoft/AL-Go-Actions/DetermineDeliveryTargets@v8.2
119+ uses : microsoft/AL-Go-Actions/DetermineDeliveryTargets@v8.3
120120 with :
121121 shell : powershell
122122 projectsJson : ' ${{ steps.determineProjectsToBuild.outputs.ProjectsJson }}'
123123 checkContextSecrets : ' false'
124124
125125 - name : Read secrets
126126 id : ReadSecrets
127- uses : microsoft/AL-Go-Actions/ReadSecrets@v8.2
127+ uses : microsoft/AL-Go-Actions/ReadSecrets@v8.3
128128 with :
129129 shell : powershell
130130 gitHubSecrets : ${{ toJson(secrets) }}
131131 getSecrets : ${{ steps.DetermineDeliveryTargetSecrets.outputs.ContextSecrets }}
132132
133133 - name : Determine Delivery Targets
134134 id : DetermineDeliveryTargets
135- uses : microsoft/AL-Go-Actions/DetermineDeliveryTargets@v8.2
135+ uses : microsoft/AL-Go-Actions/DetermineDeliveryTargets@v8.3
136136 env :
137137 Secrets : ' ${{ steps.ReadSecrets.outputs.Secrets }}'
138138 with :
@@ -142,7 +142,7 @@ jobs:
142142
143143 - name : Determine Deployment Environments
144144 id : DetermineDeploymentEnvironments
145- uses : microsoft/AL-Go-Actions/DetermineDeploymentEnvironments@v8.2
145+ uses : microsoft/AL-Go-Actions/DetermineDeploymentEnvironments@v8.3
146146 env :
147147 GITHUB_TOKEN : ${{ github.token }}
148148 with :
@@ -158,21 +158,21 @@ jobs:
158158 uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
159159
160160 - name : Read settings
161- uses : microsoft/AL-Go-Actions/ReadSettings@v8.2
161+ uses : microsoft/AL-Go-Actions/ReadSettings@v8.3
162162 with :
163163 shell : powershell
164164 get : templateUrl
165165
166166 - name : Read secrets
167167 id : ReadSecrets
168- uses : microsoft/AL-Go-Actions/ReadSecrets@v8.2
168+ uses : microsoft/AL-Go-Actions/ReadSecrets@v8.3
169169 with :
170170 shell : powershell
171171 gitHubSecrets : ${{ toJson(secrets) }}
172172 getSecrets : ' ghTokenWorkflow'
173173
174174 - name : Check for updates to AL-Go system files
175- uses : microsoft/AL-Go-Actions/CheckForUpdates@v8.2
175+ uses : microsoft/AL-Go-Actions/CheckForUpdates@v8.3
176176 env :
177177 GITHUB_TOKEN : ${{ github.token }}
178178 with :
@@ -226,7 +226,7 @@ jobs:
226226 - name : Process AL Code Analysis Logs
227227 id : ProcessALCodeAnalysisLogs
228228 if : (success() || failure())
229- uses : microsoft/AL-Go-Actions/ProcessALCodeAnalysisLogs@v8.2
229+ uses : microsoft/AL-Go-Actions/ProcessALCodeAnalysisLogs@v8.3
230230 with :
231231 shell : powershell
232232
@@ -260,13 +260,13 @@ jobs:
260260 path : ' .artifacts'
261261
262262 - name : Read settings
263- uses : microsoft/AL-Go-Actions/ReadSettings@v8.2
263+ uses : microsoft/AL-Go-Actions/ReadSettings@v8.3
264264 with :
265265 shell : powershell
266266
267267 - name : Determine ArtifactUrl
268268 id : determineArtifactUrl
269- uses : microsoft/AL-Go-Actions/DetermineArtifactUrl@v8.2
269+ uses : microsoft/AL-Go-Actions/DetermineArtifactUrl@v8.3
270270 with :
271271 shell : powershell
272272
@@ -275,7 +275,7 @@ jobs:
275275 uses : actions/configure-pages@983d7736d9b0ae728b81ab479565c72886d7745b # v5.0.0
276276
277277 - name : Build Reference Documentation
278- uses : microsoft/AL-Go-Actions/BuildReferenceDocumentation@v8.2
278+ uses : microsoft/AL-Go-Actions/BuildReferenceDocumentation@v8.3
279279 with :
280280 shell : powershell
281281 artifacts : ' .artifacts'
@@ -316,7 +316,7 @@ jobs:
316316 path : ' .artifacts'
317317
318318 - name : Read settings
319- uses : microsoft/AL-Go-Actions/ReadSettings@v8.2
319+ uses : microsoft/AL-Go-Actions/ReadSettings@v8.3
320320 with :
321321 shell : ${{ matrix.shell }}
322322 get : type,powerPlatformSolutionFolder
@@ -330,15 +330,15 @@ jobs:
330330
331331 - name : Read secrets
332332 id : ReadSecrets
333- uses : microsoft/AL-Go-Actions/ReadSecrets@v8.2
333+ uses : microsoft/AL-Go-Actions/ReadSecrets@v8.3
334334 with :
335335 shell : ${{ matrix.shell }}
336336 gitHubSecrets : ${{ toJson(secrets) }}
337337 getSecrets : ' ${{ steps.envName.outputs.envName }}-AuthContext,${{ steps.envName.outputs.envName }}_AuthContext,AuthContext'
338338
339339 - name : Deploy to Business Central
340340 id : Deploy
341- uses : microsoft/AL-Go-Actions/Deploy@v8.2
341+ uses : microsoft/AL-Go-Actions/Deploy@v8.3
342342 env :
343343 Secrets : ' ${{ steps.ReadSecrets.outputs.Secrets }}'
344344 with :
@@ -350,7 +350,7 @@ jobs:
350350
351351 - name : Deploy to Power Platform
352352 if : env.type == 'PTE' && env.powerPlatformSolutionFolder != ''
353- uses : microsoft/AL-Go-Actions/DeployPowerPlatform@v8.2
353+ uses : microsoft/AL-Go-Actions/DeployPowerPlatform@v8.3
354354 env :
355355 Secrets : ' ${{ steps.ReadSecrets.outputs.Secrets }}'
356356 with :
@@ -378,20 +378,20 @@ jobs:
378378 path : ' .artifacts'
379379
380380 - name : Read settings
381- uses : microsoft/AL-Go-Actions/ReadSettings@v8.2
381+ uses : microsoft/AL-Go-Actions/ReadSettings@v8.3
382382 with :
383383 shell : powershell
384384
385385 - name : Read secrets
386386 id : ReadSecrets
387- uses : microsoft/AL-Go-Actions/ReadSecrets@v8.2
387+ uses : microsoft/AL-Go-Actions/ReadSecrets@v8.3
388388 with :
389389 shell : powershell
390390 gitHubSecrets : ${{ toJson(secrets) }}
391391 getSecrets : ' ${{ matrix.deliveryTarget }}Context'
392392
393393 - name : Deliver
394- uses : microsoft/AL-Go-Actions/Deliver@v8.2
394+ uses : microsoft/AL-Go-Actions/Deliver@v8.3
395395 env :
396396 Secrets : ' ${{ steps.ReadSecrets.outputs.Secrets }}'
397397 with :
@@ -411,7 +411,7 @@ jobs:
411411
412412 - name : Finalize the workflow
413413 id : PostProcess
414- uses : microsoft/AL-Go-Actions/WorkflowPostProcess@v8.2
414+ uses : microsoft/AL-Go-Actions/WorkflowPostProcess@v8.3
415415 env :
416416 GITHUB_TOKEN : ${{ github.token }}
417417 with :
0 commit comments