Skip to content

Commit 91a8417

Browse files
committed
CLOUD-392 Pin Github Actions to release SHA
1 parent b77b6a0 commit 91a8417

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
runs-on: ubuntu-22.04
1818
steps:
1919
- name: Build and push to ECR
20-
uses: citizensadvice/build-and-push-action@v2
20+
uses: citizensadvice/build-and-push-action@be6164e42eb03fee4e31e49b0e202a77d164d6d5
2121
with:
2222
aws_access_key: ${{ secrets.PUBLIC_PUSH_ECR_AWS_KEY }}
2323
aws_secret_key: ${{ secrets.PUBLIC_PUSH_ECR_AWS_SECRET }}

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: Git Checkout
14-
uses: actions/checkout@v6
14+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
1515
- name: Build
1616
run: |
1717
docker build -t postcoder .

0 commit comments

Comments
 (0)