Skip to content

Commit 680d2ab

Browse files
Pin dependencies
1 parent b5ab9c0 commit 680d2ab

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build-and-push-image.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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 }}
@@ -98,7 +98,7 @@ jobs:
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 }}

0 commit comments

Comments
 (0)