From 3a74ac19fff013fa189be30270273d4c88b7ef24 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 00:49:13 +0000 Subject: [PATCH] chore(deps): update actions/checkout digest to d632683 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 f6020e8..1067d50 100644 --- a/.github/workflows/conformance-pr.yml +++ b/.github/workflows/conformance-pr.yml @@ -39,7 +39,7 @@ jobs: nodeport: true steps: - name: Checkout - uses: actions/checkout@6d193bf28034eafb982f37bd894289fe649468fc + uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 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 5173515..9a1dc8e 100644 --- a/.github/workflows/conformance.yml +++ b/.github/workflows/conformance.yml @@ -105,7 +105,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@6d193bf28034eafb982f37bd894289fe649468fc + uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 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 37e9a20..21486c6 100644 --- a/.github/workflows/terraform.yml +++ b/.github/workflows/terraform.yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-22.04 steps: - name: Checkout - uses: actions/checkout@6d193bf28034eafb982f37bd894289fe649468fc + uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 with: ref: ${{ github.event.pull_request.head.sha }} - name: terraform fmt @@ -25,7 +25,7 @@ jobs: runs-on: ubuntu-22.04 steps: - name: Checkout - uses: actions/checkout@6d193bf28034eafb982f37bd894289fe649468fc + uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 with: ref: ${{ github.event.pull_request.head.ref }} - name: Render terraform docs inside the README.md and push changes back to PR branch