From 2364ac54c51844eb9d9692000edd0de59d7f105a Mon Sep 17 00:00:00 2001 From: akash1810 Date: Mon, 30 Dec 2024 18:01:36 +0000 Subject: [PATCH] ci: Pin `guardian/actions-riff-raff` to https://github.com/guardian/actions-riff-raff/pull/191 --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index dab5119..9a96f3a 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -40,7 +40,7 @@ jobs: - run: ./script/ci # Upload our build artifacts to Riff-Raff (well, S3) - - uses: guardian/actions-riff-raff@v4 + - uses: guardian/actions-riff-raff@467cc54ea0e4312f827a0d2c07b5c13fccfcfc87 # Latest commit on https://github.com/guardian/actions-riff-raff/pull/191 with: projectName: devx::cdk-playground githubToken: ${{ secrets.GITHUB_TOKEN }}