From 85fddc69a3990d3b5cc4fdf98918a1b2c18824e0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jul 2026 13:34:58 +0000 Subject: [PATCH] chore(ci): bump actions/checkout from 6.0.2 to 7.0.1 Bumps [actions/checkout](https://github.com/actions/checkout) from 6.0.2 to 7.0.1. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/de0fac2e4500dabe0009e67214ff5f5447ce83dd...3d3c42e5aac5ba805825da76410c181273ba90b1) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 7.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/e2e-apply.yml | 2 +- .github/workflows/integration-plan.yml | 2 +- .github/workflows/lint-fmt.yml | 2 +- .github/workflows/lint-tflint.yml | 2 +- .github/workflows/lint-validate.yml | 2 +- .github/workflows/sast-checkov.yml | 2 +- .github/workflows/sast-kics.yml | 2 +- .github/workflows/sast-tfsec.yml | 2 +- .github/workflows/unit-guardrails.yml | 2 +- .github/workflows/unit-variables.yml | 2 +- 10 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/e2e-apply.yml b/.github/workflows/e2e-apply.yml index f76ebf4..621b120 100644 --- a/.github/workflows/e2e-apply.yml +++ b/.github/workflows/e2e-apply.yml @@ -22,7 +22,7 @@ jobs: run: working-directory: examples/minimal steps: - - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 - uses: opentofu/setup-opentofu@fc711fa910b93cba0f3fbecaafc9f42fd0c411cb # v2.0.0 - name: Init diff --git a/.github/workflows/integration-plan.yml b/.github/workflows/integration-plan.yml index 0b69750..ee79b2c 100644 --- a/.github/workflows/integration-plan.yml +++ b/.github/workflows/integration-plan.yml @@ -17,7 +17,7 @@ jobs: run: working-directory: examples/minimal steps: - - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 - uses: opentofu/setup-opentofu@fc711fa910b93cba0f3fbecaafc9f42fd0c411cb # v2.0.0 - run: tofu init env: diff --git a/.github/workflows/lint-fmt.yml b/.github/workflows/lint-fmt.yml index 4294f83..1a5fd92 100644 --- a/.github/workflows/lint-fmt.yml +++ b/.github/workflows/lint-fmt.yml @@ -13,6 +13,6 @@ jobs: name: tofu fmt runs-on: ubuntu-latest steps: - - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 - uses: opentofu/setup-opentofu@fc711fa910b93cba0f3fbecaafc9f42fd0c411cb # v2.0.0 - run: tofu fmt -check -recursive diff --git a/.github/workflows/lint-tflint.yml b/.github/workflows/lint-tflint.yml index 88a3605..adf1974 100644 --- a/.github/workflows/lint-tflint.yml +++ b/.github/workflows/lint-tflint.yml @@ -13,7 +13,7 @@ jobs: name: tflint runs-on: ubuntu-latest steps: - - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 - uses: terraform-linters/setup-tflint@v6 with: tflint_version: latest diff --git a/.github/workflows/lint-validate.yml b/.github/workflows/lint-validate.yml index 814dafe..e6ffa67 100644 --- a/.github/workflows/lint-validate.yml +++ b/.github/workflows/lint-validate.yml @@ -13,7 +13,7 @@ jobs: name: tofu validate runs-on: ubuntu-latest steps: - - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 - uses: opentofu/setup-opentofu@fc711fa910b93cba0f3fbecaafc9f42fd0c411cb # v2.0.0 - run: tofu init -backend=false - run: tofu validate -no-color diff --git a/.github/workflows/sast-checkov.yml b/.github/workflows/sast-checkov.yml index cd2e27d..02565cd 100644 --- a/.github/workflows/sast-checkov.yml +++ b/.github/workflows/sast-checkov.yml @@ -13,7 +13,7 @@ jobs: name: Checkov scan runs-on: ubuntu-latest steps: - - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 - name: Run Checkov uses: bridgecrewio/checkov-action@3203f966a7ccd680cd8f6aaa3c3c5b0b3e9afa32 # v12.3099.0 with: diff --git a/.github/workflows/sast-kics.yml b/.github/workflows/sast-kics.yml index 6bfdde9..18fcfd6 100644 --- a/.github/workflows/sast-kics.yml +++ b/.github/workflows/sast-kics.yml @@ -13,7 +13,7 @@ jobs: name: KICS scan runs-on: ubuntu-latest steps: - - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 - name: Run KICS uses: Checkmarx/kics-github-action@v2.1.20 with: diff --git a/.github/workflows/sast-tfsec.yml b/.github/workflows/sast-tfsec.yml index ca08ade..aeb5bc0 100644 --- a/.github/workflows/sast-tfsec.yml +++ b/.github/workflows/sast-tfsec.yml @@ -13,7 +13,7 @@ jobs: name: tfsec scan runs-on: ubuntu-latest steps: - - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 - name: Run tfsec uses: aquasecurity/tfsec-action@v1.0.3 # WORKAROUND: tfsec can't parse OpenTofu check{} blocks (parse error ignores --soft-fail). diff --git a/.github/workflows/unit-guardrails.yml b/.github/workflows/unit-guardrails.yml index bbd5b96..df3b1ed 100644 --- a/.github/workflows/unit-guardrails.yml +++ b/.github/workflows/unit-guardrails.yml @@ -13,7 +13,7 @@ jobs: name: tofu test (guardrails) runs-on: ubuntu-latest steps: - - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 - uses: opentofu/setup-opentofu@fc711fa910b93cba0f3fbecaafc9f42fd0c411cb # v2.0.0 - run: tofu init -backend=false - run: tofu test -filter=tests/guardrails.tftest.hcl -no-color diff --git a/.github/workflows/unit-variables.yml b/.github/workflows/unit-variables.yml index a033d70..5ce1cc7 100644 --- a/.github/workflows/unit-variables.yml +++ b/.github/workflows/unit-variables.yml @@ -13,7 +13,7 @@ jobs: name: tofu test (variables) runs-on: ubuntu-latest steps: - - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 - uses: opentofu/setup-opentofu@fc711fa910b93cba0f3fbecaafc9f42fd0c411cb # v2.0.0 - run: tofu init -backend=false - run: tofu test -filter=tests/variables.tftest.hcl -no-color