Skip to content

Commit e69d87f

Browse files
authored
Merge pull request #719 from DFE-Digital/renovate/pin-dependencies
Pin dependencies
2 parents 01fadde + 0ebb31a commit e69d87f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,15 +71,15 @@ jobs:
7171
attestations: write
7272
id-token: write
7373
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
7575
with:
7676
image-name: ${{ needs.set-env.outputs.image-name }}
7777
build-args: CI=true
7878
build-target: ${{ matrix.stage }}
7979
tag-prefix: ${{ matrix.tag-prefix }}
8080
github-token: ${{ secrets.GITHUB_TOKEN }}
8181

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
8383
with:
8484
image-name: ${{ needs.set-env.outputs.image-name }}
8585
tag-prefix: ${{ matrix.tag-prefix }}
@@ -101,7 +101,7 @@ jobs:
101101
permissions:
102102
id-token: write
103103
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
105105
with:
106106
image-name: ${{ needs.set-env.outputs.image-name }}
107107
annotate-release: 'yes'

0 commit comments

Comments
 (0)