From 8f9bf4845907ad06dba072925a5662bd7c292d3d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 21:34:30 +0000 Subject: [PATCH] chore(deps): update actions/checkout digest to eef6144 (#22) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/_deploy.yml | 2 +- .github/workflows/_plan.yml | 2 +- .github/workflows/infra.yml | 4 ++-- .github/workflows/renovate.yml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/_deploy.yml b/.github/workflows/_deploy.yml index bf307f4..12340bb 100644 --- a/.github/workflows/_deploy.yml +++ b/.github/workflows/_deploy.yml @@ -25,7 +25,7 @@ jobs: contents: read steps: - name: Checkout - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 + uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4 with: token: ${{ secrets.INFRASTRUCTURE_PRIVATE_PAT }} submodules: 'true' diff --git a/.github/workflows/_plan.yml b/.github/workflows/_plan.yml index 15d21f1..d527d76 100644 --- a/.github/workflows/_plan.yml +++ b/.github/workflows/_plan.yml @@ -25,7 +25,7 @@ jobs: contents: read steps: - name: Checkout - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 + uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4 with: token: ${{ secrets.INFRASTRUCTURE_PRIVATE_PAT }} submodules: 'true' diff --git a/.github/workflows/infra.yml b/.github/workflows/infra.yml index b7d495b..7ab7ecf 100644 --- a/.github/workflows/infra.yml +++ b/.github/workflows/infra.yml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 + uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4 - name: Install Dependencies uses: ./.github/actions/setup-terragrunt @@ -35,7 +35,7 @@ jobs: sandbox_accounts: ${{ steps.generate-matrixes.outputs.sandbox_accounts }} steps: - name: Checkout - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 + uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4 with: token: ${{ secrets.INFRASTRUCTURE_PRIVATE_PAT }} submodules: 'true' diff --git a/.github/workflows/renovate.yml b/.github/workflows/renovate.yml index 8d5aa7e..b841bea 100644 --- a/.github/workflows/renovate.yml +++ b/.github/workflows/renovate.yml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 + uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4 - name: Setup Node.js uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4