From 768917b3a8255fb1e695d32c50a8ea9bb28e7f2c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 19 Oct 2023 14:31:12 +0000 Subject: [PATCH] Update actions/checkout action to v4 --- .github/workflows/production-checkov.yaml | 2 +- .github/workflows/production-terragrunt.yaml | 4 ++-- .github/workflows/production-terrascan.yaml | 2 +- .github/workflows/production-tfsec.yaml | 2 +- .github/workflows/pull-request.yaml | 8 ++++---- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/production-checkov.yaml b/.github/workflows/production-checkov.yaml index 3f2e2c4..93363a1 100644 --- a/.github/workflows/production-checkov.yaml +++ b/.github/workflows/production-checkov.yaml @@ -20,7 +20,7 @@ jobs: id-token: write steps: - name: Checkout repo - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: checkov scan terraform modules uses: ./.github/action/checkov-action diff --git a/.github/workflows/production-terragrunt.yaml b/.github/workflows/production-terragrunt.yaml index 3ed56e4..3192d10 100644 --- a/.github/workflows/production-terragrunt.yaml +++ b/.github/workflows/production-terragrunt.yaml @@ -25,7 +25,7 @@ jobs: contents: read steps: - name: Checkout repo - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: terragrunt plan & apply uses: ./.github/action/terragrunt-action @@ -64,7 +64,7 @@ jobs: contents: read steps: - name: Checkout repo - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: terragrunt plan & apply uses: ./.github/action/terragrunt-action diff --git a/.github/workflows/production-terrascan.yaml b/.github/workflows/production-terrascan.yaml index d579a3b..9767087 100644 --- a/.github/workflows/production-terrascan.yaml +++ b/.github/workflows/production-terrascan.yaml @@ -18,6 +18,6 @@ jobs: contents: read steps: - name: Checkout repo - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Terrascan terraform modules uses: ./.github/action/terrascan-action diff --git a/.github/workflows/production-tfsec.yaml b/.github/workflows/production-tfsec.yaml index 6c58e9e..2eb7632 100644 --- a/.github/workflows/production-tfsec.yaml +++ b/.github/workflows/production-tfsec.yaml @@ -18,7 +18,7 @@ jobs: contents: read steps: - name: Checkout repo - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: tfsec check terraform modules uses: ./.github/action/tfsec-action diff --git a/.github/workflows/pull-request.yaml b/.github/workflows/pull-request.yaml index 06c090a..ac29ddd 100644 --- a/.github/workflows/pull-request.yaml +++ b/.github/workflows/pull-request.yaml @@ -17,7 +17,7 @@ jobs: steps: - name: checkout repo - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: terrascan check continue-on-error: true @@ -31,7 +31,7 @@ jobs: runs-on: ubuntu-latest steps: - name: checkout repo - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: checkov check continue-on-error: true @@ -46,7 +46,7 @@ jobs: runs-on: ubuntu-latest steps: - name: checkout repo - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: tfsec check continue-on-error: true @@ -87,7 +87,7 @@ jobs: steps: - name: Checkout repo - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: infracost estimates the cost uses: ./.github/action/infracost-action