File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -73,15 +73,15 @@ jobs:
7373 tag-prefix : " api-"
7474 aca_name_secret : " ACA_CONTAINERAPP_API_NAME"
7575 steps :
76- - uses : DFE-Digital/deploy-azure-container-apps-action/.github/actions/build@v5.2.1
76+ - uses : DFE-Digital/deploy-azure-container-apps-action/.github/actions/build@8e72e403f05ff9da09668207eef1d79e1ce9d1a7 # v5.2.1
7777 with :
7878 image-name : ${{ needs.set-env.outputs.image-name }}
7979 build-args : CI=true
8080 build-file-name : ./Dockerfile.${{ matrix.image }}
8181 tag-prefix : ${{ matrix.tag-prefix }}
8282 github-token : ${{ secrets.GITHUB_TOKEN }}
8383
84- - uses : DFE-Digital/deploy-azure-container-apps-action/.github/actions/import@v5.2.1
84+ - uses : DFE-Digital/deploy-azure-container-apps-action/.github/actions/import@8e72e403f05ff9da09668207eef1d79e1ce9d1a7 # v5.2.1
8585 with :
8686 image-name : ${{ needs.set-env.outputs.image-name }}
8787 tag-prefix : ${{ matrix.tag-prefix }}
9898 - id : annotate
9999 run : echo "ANNOTATE_RELEASE=${{ matrix.image == 'web' && 'yes' || 'no' }}" >> $GITHUB_ENV
100100
101- - uses : DFE-Digital/deploy-azure-container-apps-action/.github/actions/deploy@v5.2.1
101+ - uses : DFE-Digital/deploy-azure-container-apps-action/.github/actions/deploy@8e72e403f05ff9da09668207eef1d79e1ce9d1a7 # v5.2.1
102102 with :
103103 image-name : ${{ needs.set-env.outputs.image-name }}
104104 tag-prefix : ${{ matrix.tag-prefix }}
You can’t perform that action at this time.
0 commit comments