From e5c4b80cc80869acee5451ef39acba31d8cfe4d6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 01:45:37 +0000 Subject: [PATCH] chore(deps): update actions/checkout digest to cbb7224 Signed-off-by: renovate[bot] --- .github/workflows/conformance-pr.yml | 2 +- .github/workflows/conformance.yml | 2 +- .github/workflows/terraform.yml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/conformance-pr.yml b/.github/workflows/conformance-pr.yml index e81619f..c6dc8f6 100644 --- a/.github/workflows/conformance-pr.yml +++ b/.github/workflows/conformance-pr.yml @@ -39,7 +39,7 @@ jobs: ingress-controller: false steps: - name: Checkout - uses: actions/checkout@3b9b8c884f6b4bb4d5be2779c26374abadae0871 + uses: actions/checkout@cbb722410c2e876e24abbe8de2cc27693e501dcb with: ref: ${{ github.event.pull_request.head.sha }} - name: Configure AWS credentials from shared services account diff --git a/.github/workflows/conformance.yml b/.github/workflows/conformance.yml index c5cbb89..5cc7c93 100644 --- a/.github/workflows/conformance.yml +++ b/.github/workflows/conformance.yml @@ -115,7 +115,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@3b9b8c884f6b4bb4d5be2779c26374abadae0871 + uses: actions/checkout@cbb722410c2e876e24abbe8de2cc27693e501dcb with: ref: ${{ github.event.pull_request.head.sha }} - name: Configure AWS credentials from shared services account diff --git a/.github/workflows/terraform.yml b/.github/workflows/terraform.yml index 30bbcf7..3c67a9b 100644 --- a/.github/workflows/terraform.yml +++ b/.github/workflows/terraform.yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-24.04 steps: - name: Checkout - uses: actions/checkout@3b9b8c884f6b4bb4d5be2779c26374abadae0871 + uses: actions/checkout@cbb722410c2e876e24abbe8de2cc27693e501dcb with: ref: ${{ github.event.pull_request.head.sha }} - name: terraform fmt @@ -25,7 +25,7 @@ jobs: runs-on: ubuntu-24.04 steps: - name: Checkout - uses: actions/checkout@3b9b8c884f6b4bb4d5be2779c26374abadae0871 + uses: actions/checkout@cbb722410c2e876e24abbe8de2cc27693e501dcb with: ref: ${{ github.event.pull_request.head.ref }} - name: Render terraform docs inside the README.md and push changes back to PR branch