Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
54 changes: 27 additions & 27 deletions .github/workflows/CICD.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,22 +46,22 @@ jobs:

- name: Initialize the workflow
id: init
uses: microsoft/AL-Go-Actions/WorkflowInitialize@preview
uses: microsoft/AL-Go-Actions/WorkflowInitialize@v3.1
with:
shell: powershell
eventId: "DO0091"

- name: Read settings
id: ReadSettings
uses: microsoft/AL-Go-Actions/ReadSettings@preview
uses: microsoft/AL-Go-Actions/ReadSettings@v3.1
with:
shell: powershell
parentTelemetryScopeJson: ${{ steps.init.outputs.telemetryScopeJson }}
getEnvironments: '*'

- name: Determine Projects To Build
id: determineProjectsToBuild
uses: microsoft/AL-Go-Actions/DetermineProjectsToBuild@preview
uses: microsoft/AL-Go-Actions/DetermineProjectsToBuild@v3.1
with:
shell: powershell
maxBuildDepth: ${{ env.workflowDepth }}
Expand All @@ -80,7 +80,7 @@ jobs:
Add-Content -Path $env:GITHUB_OUTPUT -Value "Secrets=$($deliveryTargetSecrets -join ',')"

- name: Read secrets
uses: microsoft/AL-Go-Actions/ReadSecrets@preview
uses: microsoft/AL-Go-Actions/ReadSecrets@v3.1
env:
secrets: ${{ toJson(secrets) }}
with:
Expand Down Expand Up @@ -155,14 +155,14 @@ jobs:
uses: actions/checkout@v3

- name: Read settings
uses: microsoft/AL-Go-Actions/ReadSettings@preview
uses: microsoft/AL-Go-Actions/ReadSettings@v3.1
with:
shell: powershell
parentTelemetryScopeJson: ${{ needs.Initialization.outputs.telemetryScopeJson }}
get: templateUrl

- name: Check for updates to AL-Go system files
uses: microsoft/AL-Go-Actions/CheckForUpdates@preview
uses: microsoft/AL-Go-Actions/CheckForUpdates@v3.1
with:
shell: powershell
parentTelemetryScopeJson: ${{ needs.Initialization.outputs.telemetryScopeJson }}
Expand Down Expand Up @@ -199,14 +199,14 @@ jobs:
path: '.dependencies'

- name: Read settings
uses: microsoft/AL-Go-Actions/ReadSettings@preview
uses: microsoft/AL-Go-Actions/ReadSettings@v3.1
with:
shell: ${{ needs.Initialization.outputs.githubRunnerShell }}
parentTelemetryScopeJson: ${{ needs.Initialization.outputs.telemetryScopeJson }}
project: ${{ matrix.project }}

- name: Read secrets
uses: microsoft/AL-Go-Actions/ReadSecrets@preview
uses: microsoft/AL-Go-Actions/ReadSecrets@v3.1
env:
secrets: ${{ toJson(secrets) }}
with:
Expand All @@ -216,7 +216,7 @@ jobs:
secrets: 'licenseFileUrl,insiderSasToken,codeSignCertificateUrl,codeSignCertificatePassword,keyVaultCertificateUrl,keyVaultCertificatePassword,keyVaultClientId,storageContext,gitHubPackagesContext'

- name: Determine ArtifactUrl
uses: microsoft/AL-Go-Actions/DetermineArtifactUrl@preview
uses: microsoft/AL-Go-Actions/DetermineArtifactUrl@v3.1
id: determineArtifactUrl
with:
shell: ${{ needs.Initialization.outputs.githubRunnerShell }}
Expand All @@ -234,7 +234,7 @@ jobs:

- name: Run pipeline
id: RunPipeline
uses: microsoft/AL-Go-Actions/RunPipeline@preview
uses: microsoft/AL-Go-Actions/RunPipeline@v3.1
env:
BuildMode: ${{ matrix.buildMode }}
with:
Expand All @@ -248,7 +248,7 @@ jobs:

- name: Calculate Artifact names
id: calculateArtifactsNames
uses: microsoft/AL-Go-Actions/CalculateArtifactNames@preview
uses: microsoft/AL-Go-Actions/CalculateArtifactNames@v3.1
if: success() || failure()
with:
shell: ${{ needs.Initialization.outputs.githubRunnerShell }}
Expand Down Expand Up @@ -334,15 +334,15 @@ jobs:
- name: Analyze Test Results
id: analyzeTestResults
if: success() || failure()
uses: microsoft/AL-Go-Actions/AnalyzeTests@preview
uses: microsoft/AL-Go-Actions/AnalyzeTests@v3.1
with:
shell: ${{ needs.Initialization.outputs.githubRunnerShell }}
parentTelemetryScopeJson: ${{ needs.Initialization.outputs.telemetryScopeJson }}
Project: ${{ matrix.project }}

- name: Cleanup
if: always()
uses: microsoft/AL-Go-Actions/PipelineCleanup@preview
uses: microsoft/AL-Go-Actions/PipelineCleanup@v3.1
with:
shell: ${{ needs.Initialization.outputs.githubRunnerShell }}
parentTelemetryScopeJson: ${{ needs.Initialization.outputs.telemetryScopeJson }}
Expand Down Expand Up @@ -379,14 +379,14 @@ jobs:
path: '.dependencies'

- name: Read settings
uses: microsoft/AL-Go-Actions/ReadSettings@preview
uses: microsoft/AL-Go-Actions/ReadSettings@v3.1
with:
shell: ${{ needs.Initialization.outputs.githubRunnerShell }}
parentTelemetryScopeJson: ${{ needs.Initialization.outputs.telemetryScopeJson }}
project: ${{ matrix.project }}

- name: Read secrets
uses: microsoft/AL-Go-Actions/ReadSecrets@preview
uses: microsoft/AL-Go-Actions/ReadSecrets@v3.1
env:
secrets: ${{ toJson(secrets) }}
with:
Expand All @@ -396,7 +396,7 @@ jobs:
secrets: 'licenseFileUrl,insiderSasToken,codeSignCertificateUrl,codeSignCertificatePassword,keyVaultCertificateUrl,keyVaultCertificatePassword,keyVaultClientId,storageContext,gitHubPackagesContext'

- name: Determine ArtifactUrl
uses: microsoft/AL-Go-Actions/DetermineArtifactUrl@preview
uses: microsoft/AL-Go-Actions/DetermineArtifactUrl@v3.1
id: determineArtifactUrl
with:
shell: ${{ needs.Initialization.outputs.githubRunnerShell }}
Expand All @@ -414,7 +414,7 @@ jobs:

- name: Run pipeline
id: RunPipeline
uses: microsoft/AL-Go-Actions/RunPipeline@preview
uses: microsoft/AL-Go-Actions/RunPipeline@v3.1
env:
BuildMode: ${{ matrix.buildMode }}
with:
Expand All @@ -428,7 +428,7 @@ jobs:

- name: Calculate Artifact names
id: calculateArtifactsNames
uses: microsoft/AL-Go-Actions/CalculateArtifactNames@preview
uses: microsoft/AL-Go-Actions/CalculateArtifactNames@v3.1
if: success() || failure()
with:
shell: ${{ needs.Initialization.outputs.githubRunnerShell }}
Expand Down Expand Up @@ -514,15 +514,15 @@ jobs:
- name: Analyze Test Results
id: analyzeTestResults
if: success() || failure()
uses: microsoft/AL-Go-Actions/AnalyzeTests@preview
uses: microsoft/AL-Go-Actions/AnalyzeTests@v3.1
with:
shell: ${{ needs.Initialization.outputs.githubRunnerShell }}
parentTelemetryScopeJson: ${{ needs.Initialization.outputs.telemetryScopeJson }}
Project: ${{ matrix.project }}

- name: Cleanup
if: always()
uses: microsoft/AL-Go-Actions/PipelineCleanup@preview
uses: microsoft/AL-Go-Actions/PipelineCleanup@v3.1
with:
shell: ${{ needs.Initialization.outputs.githubRunnerShell }}
parentTelemetryScopeJson: ${{ needs.Initialization.outputs.telemetryScopeJson }}
Expand Down Expand Up @@ -554,12 +554,12 @@ jobs:
Add-Content -Path $env:GITHUB_OUTPUT -Value "envName=$envName"

- name: Read settings
uses: microsoft/AL-Go-Actions/ReadSettings@preview
uses: microsoft/AL-Go-Actions/ReadSettings@v3.1
with:
shell: powershell

- name: Read secrets
uses: microsoft/AL-Go-Actions/ReadSecrets@preview
uses: microsoft/AL-Go-Actions/ReadSecrets@v3.1
env:
secrets: ${{ toJson(secrets) }}
with:
Expand Down Expand Up @@ -642,7 +642,7 @@ jobs:
Write-Host "projects=$projects"

- name: Deploy
uses: microsoft/AL-Go-Actions/Deploy@preview
uses: microsoft/AL-Go-Actions/Deploy@v3.1
env:
AuthContext: ${{ steps.authContext.outputs.authContext }}
with:
Expand Down Expand Up @@ -671,12 +671,12 @@ jobs:
path: '.artifacts'

- name: Read settings
uses: microsoft/AL-Go-Actions/ReadSettings@preview
uses: microsoft/AL-Go-Actions/ReadSettings@v3.1
with:
shell: powershell

- name: Read secrets
uses: microsoft/AL-Go-Actions/ReadSecrets@preview
uses: microsoft/AL-Go-Actions/ReadSecrets@v3.1
env:
secrets: ${{ toJson(secrets) }}
with:
Expand All @@ -695,7 +695,7 @@ jobs:
Write-Host "deliveryContext=$deliveryContext"

- name: Deliver
uses: microsoft/AL-Go-Actions/Deliver@preview
uses: microsoft/AL-Go-Actions/Deliver@v3.1
env:
deliveryContext: ${{ steps.deliveryContext.outputs.deliveryContext }}
with:
Expand All @@ -715,7 +715,7 @@ jobs:

- name: Finalize the workflow
id: PostProcess
uses: microsoft/AL-Go-Actions/WorkflowPostProcess@preview
uses: microsoft/AL-Go-Actions/WorkflowPostProcess@v3.1
with:
shell: powershell
eventId: "DO0091"
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/IncrementVersionNumber.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,13 @@ jobs:

- name: Initialize the workflow
id: init
uses: microsoft/AL-Go-Actions/WorkflowInitialize@preview
uses: microsoft/AL-Go-Actions/WorkflowInitialize@v3.1
with:
shell: powershell
eventId: "DO0096"

- name: Increment Version Number
uses: microsoft/AL-Go-Actions/IncrementVersionNumber@preview
uses: microsoft/AL-Go-Actions/IncrementVersionNumber@v3.1
with:
shell: powershell
parentTelemetryScopeJson: ${{ steps.init.outputs.telemetryScopeJson }}
Expand All @@ -54,7 +54,7 @@ jobs:

- name: Finalize the workflow
if: always()
uses: microsoft/AL-Go-Actions/WorkflowPostProcess@preview
uses: microsoft/AL-Go-Actions/WorkflowPostProcess@v3.1
with:
shell: powershell
eventId: "DO0096"
Expand Down
Loading