From 59ddd44b3123e343e5395108eb30f553e1ef24d8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Feb 2026 23:39:30 +0000 Subject: [PATCH] chore(deps): bump the github-actions group across 1 directory with 3 updates Bumps the github-actions group with 3 updates in the / directory: [hashicorp/setup-terraform](https://github.com/hashicorp/setup-terraform), [actions/upload-artifact](https://github.com/actions/upload-artifact) and [bridgecrewio/checkov-action](https://github.com/bridgecrewio/checkov-action). Updates `hashicorp/setup-terraform` from 3.1.2 to 4.0.0 - [Release notes](https://github.com/hashicorp/setup-terraform/releases) - [Changelog](https://github.com/hashicorp/setup-terraform/blob/main/CHANGELOG.md) - [Commits](https://github.com/hashicorp/setup-terraform/compare/b9cd54a3c349d3f38e8881555d616ced269862dd...5e8dbf3c6d9deaf4193ca7a8fb23f2ac83bb6c85) Updates `actions/upload-artifact` from 6.0.0 to 7.0.0 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/b7c566a772e6b6bfb58ed0dc250532a479d7789f...bbbca2ddaa5d8feaa63e36b76fdaad77386f024f) Updates `bridgecrewio/checkov-action` from 12.3079.0 to 12.3086.0 - [Release notes](https://github.com/bridgecrewio/checkov-action/releases) - [Commits](https://github.com/bridgecrewio/checkov-action/compare/5051a5cfc7e4c71d95199f81ffafbb490c7e6213...f99709f8ccc3496220c987b7d8729653237c23dc) --- updated-dependencies: - dependency-name: hashicorp/setup-terraform dependency-version: 4.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: actions/upload-artifact dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: bridgecrewio/checkov-action dependency-version: 12.3086.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/azure-dev-down.yml | 2 +- .github/workflows/azure-dev.yml | 4 ++-- .github/workflows/terraform-validate.yml | 4 ++-- .github/workflows/test-search.yaml | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/azure-dev-down.yml b/.github/workflows/azure-dev-down.yml index 7c7045c4..1d3b683b 100644 --- a/.github/workflows/azure-dev-down.yml +++ b/.github/workflows/azure-dev-down.yml @@ -41,7 +41,7 @@ jobs: node-version: '18.x' - name: Install Terraform - uses: hashicorp/setup-terraform@b9cd54a3c349d3f38e8881555d616ced269862dd # v3.1.2 + uses: hashicorp/setup-terraform@5e8dbf3c6d9deaf4193ca7a8fb23f2ac83bb6c85 # v4.0.0 with: terraform_version: 1.13.3 diff --git a/.github/workflows/azure-dev.yml b/.github/workflows/azure-dev.yml index 97745277..82534dc8 100644 --- a/.github/workflows/azure-dev.yml +++ b/.github/workflows/azure-dev.yml @@ -72,7 +72,7 @@ jobs: node-version: '18.x' - name: Install Terraform - uses: hashicorp/setup-terraform@b9cd54a3c349d3f38e8881555d616ced269862dd # v3.1.2 + uses: hashicorp/setup-terraform@5e8dbf3c6d9deaf4193ca7a8fb23f2ac83bb6c85 # v4.0.0 with: terraform_version: 1.13.3 @@ -192,7 +192,7 @@ jobs: azd provision --no-prompt - - uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0 + - uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0 if: success() || failure() with: name: sarif-reports diff --git a/.github/workflows/terraform-validate.yml b/.github/workflows/terraform-validate.yml index 05ffe41a..fde01793 100644 --- a/.github/workflows/terraform-validate.yml +++ b/.github/workflows/terraform-validate.yml @@ -56,7 +56,7 @@ jobs: node-version: '18.x' - name: Setup Terraform - uses: hashicorp/setup-terraform@b9cd54a3c349d3f38e8881555d616ced269862dd # v3.1.2 + uses: hashicorp/setup-terraform@5e8dbf3c6d9deaf4193ca7a8fb23f2ac83bb6c85 # v4.0.0 with: terraform_version: "1.13.3" # Pinning specific version @@ -160,7 +160,7 @@ jobs: - name: Run Checkov action id: checkov - uses: bridgecrewio/checkov-action@5051a5cfc7e4c71d95199f81ffafbb490c7e6213 # v12.1347.0 + uses: bridgecrewio/checkov-action@f99709f8ccc3496220c987b7d8729653237c23dc # v12.1347.0 with: framework: terraform download_external_modules: true diff --git a/.github/workflows/test-search.yaml b/.github/workflows/test-search.yaml index 3e3edca6..0fd1560d 100644 --- a/.github/workflows/test-search.yaml +++ b/.github/workflows/test-search.yaml @@ -110,7 +110,7 @@ jobs: continue-on-error: true # Continue even if tests fail to ensure artifacts are uploaded - name: Upload test results as workflow artifact - uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0 + uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0 if: (!cancelled()) # Upload artifacts even if tests fail with: name: pytest-test-results