From 91a8417c89d7cf7bd1f69b721a4f57b4a30f7295 Mon Sep 17 00:00:00 2001 From: Michele Sorcinelli Date: Mon, 30 Mar 2026 12:56:05 +0100 Subject: [PATCH] CLOUD-392 Pin Github Actions to release SHA --- .github/workflows/publish.yml | 2 +- .github/workflows/test.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 533e97c..29985d8 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -17,7 +17,7 @@ jobs: runs-on: ubuntu-22.04 steps: - name: Build and push to ECR - uses: citizensadvice/build-and-push-action@v2 + uses: citizensadvice/build-and-push-action@be6164e42eb03fee4e31e49b0e202a77d164d6d5 with: aws_access_key: ${{ secrets.PUBLIC_PUSH_ECR_AWS_KEY }} aws_secret_key: ${{ secrets.PUBLIC_PUSH_ECR_AWS_SECRET }} diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index bad34b7..1529348 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Git Checkout - uses: actions/checkout@v6 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd - name: Build run: | docker build -t postcoder .