File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -71,15 +71,15 @@ jobs:
71
71
attestations : write
72
72
id-token : write
73
73
steps :
74
- - uses : DFE-Digital/deploy-azure-container-apps-action/.github/actions/build@v5.2.1
74
+ - uses : DFE-Digital/deploy-azure-container-apps-action/.github/actions/build@8e72e403f05ff9da09668207eef1d79e1ce9d1a7 # v5.2.1
75
75
with :
76
76
image-name : ${{ needs.set-env.outputs.image-name }}
77
77
build-args : CI=true
78
78
build-target : ${{ matrix.stage }}
79
79
tag-prefix : ${{ matrix.tag-prefix }}
80
80
github-token : ${{ secrets.GITHUB_TOKEN }}
81
81
82
- - uses : DFE-Digital/deploy-azure-container-apps-action/.github/actions/import@v5.2.1
82
+ - uses : DFE-Digital/deploy-azure-container-apps-action/.github/actions/import@8e72e403f05ff9da09668207eef1d79e1ce9d1a7 # v5.2.1
83
83
with :
84
84
image-name : ${{ needs.set-env.outputs.image-name }}
85
85
tag-prefix : ${{ matrix.tag-prefix }}
@@ -101,7 +101,7 @@ jobs:
101
101
permissions :
102
102
id-token : write
103
103
steps :
104
- - uses : DFE-Digital/deploy-azure-container-apps-action/.github/actions/deploy@v5.2.1
104
+ - uses : DFE-Digital/deploy-azure-container-apps-action/.github/actions/deploy@8e72e403f05ff9da09668207eef1d79e1ce9d1a7 # v5.2.1
105
105
with :
106
106
image-name : ${{ needs.set-env.outputs.image-name }}
107
107
annotate-release : ' yes'
You can’t perform that action at this time.
0 commit comments