From 496adb8c38ad624c649bc108a4d90cf2015136bc Mon Sep 17 00:00:00 2001 From: "tobias.saunders" Date: Fri, 20 Sep 2024 16:40:58 +0100 Subject: [PATCH] removed lambda, changed to checking out devplatform-demo-sam-app repo --- .github/workflows/run-act.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/run-act.yaml b/.github/workflows/run-act.yaml index 8476607..87d89df 100644 --- a/.github/workflows/run-act.yaml +++ b/.github/workflows/run-act.yaml @@ -18,6 +18,11 @@ jobs: contents: read steps: - name: Checkout repo + uses: actions/checkout@v4 + with: + fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis + + - name: Checkout devplatform-demo-sam-app repo uses: actions/checkout@v4 with: repository: 'govuk-one-login/devplatform-demo-sam-app'