2222 default : false
2323
2424permissions :
25+ actions : read
2526 contents : write
27+ id-token : write
2628 pull-requests : write
2729
2830defaults :
@@ -39,48 +41,48 @@ jobs:
3941 runs-on : [ windows-latest ]
4042 steps :
4143 - name : Dump Workflow Information
42- uses : microsoft/AL-Go/ Actions/DumpWorkflowInfo@6a9ef0c91e5b54d0fd3abb3d4495417a1db28f17
44+ uses : microsoft/AL-Go- Actions/DumpWorkflowInfo@v7.1
4345 with :
4446 shell : powershell
4547
4648 - name : Checkout
47- uses : actions/checkout@v4
49+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
4850
4951 - name : Initialize the workflow
5052 id : init
51- uses : microsoft/AL-Go/ Actions/WorkflowInitialize@6a9ef0c91e5b54d0fd3abb3d4495417a1db28f17
53+ uses : microsoft/AL-Go- Actions/WorkflowInitialize@v7.1
5254 with :
5355 shell : powershell
54- eventId : " DO0090"
5556
5657 - name : Read settings
57- uses : microsoft/AL-Go/ Actions/ReadSettings@6a9ef0c91e5b54d0fd3abb3d4495417a1db28f17
58+ uses : microsoft/AL-Go- Actions/ReadSettings@v7.1
5859 with :
5960 shell : powershell
6061
6162 - name : Read secrets
6263 id : ReadSecrets
63- uses : microsoft/AL-Go/ Actions/ReadSecrets@6a9ef0c91e5b54d0fd3abb3d4495417a1db28f17
64+ uses : microsoft/AL-Go- Actions/ReadSecrets@v7.1
6465 with :
6566 shell : powershell
6667 gitHubSecrets : ${{ toJson(secrets) }}
6768 getSecrets : ' TokenForPush'
6869 useGhTokenWorkflowForPush : ' ${{ github.event.inputs.useGhTokenWorkflow }}'
6970
7071 - name : Add existing app
71- uses : microsoft/AL-Go/ Actions/AddExistingApp@6a9ef0c91e5b54d0fd3abb3d4495417a1db28f17
72+ uses : microsoft/AL-Go- Actions/AddExistingApp@v7.1
7273 with :
7374 shell : powershell
7475 token : ${{ steps.ReadSecrets.outputs.TokenForPush }}
75- parentTelemetryScopeJson : ${{ steps.init.outputs.telemetryScopeJson }}
7676 project : ${{ github.event.inputs.project }}
7777 url : ${{ github.event.inputs.url }}
7878 directCommit : ${{ github.event.inputs.directCommit }}
7979
8080 - name : Finalize the workflow
8181 if : always()
82- uses : microsoft/AL-Go/Actions/WorkflowPostProcess@6a9ef0c91e5b54d0fd3abb3d4495417a1db28f17
82+ uses : microsoft/AL-Go-Actions/WorkflowPostProcess@v7.1
83+ env :
84+ GITHUB_TOKEN : ${{ github.token }}
8385 with :
8486 shell : powershell
85- eventId : " DO0090"
8687 telemetryScopeJson : ${{ steps.init.outputs.telemetryScopeJson }}
88+ currentJobContext : ${{ toJson(job) }}
0 commit comments