From 423fa0f8fedeea643a24cad91e918473fb66228c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Jul 2026 19:34:33 +0000 Subject: [PATCH] Bump stackrox/actions from 1 to 1.0.41 Bumps [stackrox/actions](https://github.com/stackrox/actions) from 1 to 1.0.41. - [Release notes](https://github.com/stackrox/actions/releases) - [Commits](https://github.com/stackrox/actions/compare/v1...v1.0.41) --- updated-dependencies: - dependency-name: stackrox/actions dependency-version: 1.0.41 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/create-dev-cluster.yml | 2 +- .github/workflows/delete-dev-cluster.yml | 2 +- .github/workflows/e2e-tests.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/create-dev-cluster.yml b/.github/workflows/create-dev-cluster.yml index 3274cf18..2d999e3b 100644 --- a/.github/workflows/create-dev-cluster.yml +++ b/.github/workflows/create-dev-cluster.yml @@ -24,7 +24,7 @@ jobs: outputs: cluster-name: ${{ inputs.cluster-name }} steps: - - uses: stackrox/actions/infra/create-cluster@v1 + - uses: stackrox/actions/infra/create-cluster@v1.0.41 with: flavor: ${{ inputs.flavor }} name: ${{ inputs.cluster-name }} diff --git a/.github/workflows/delete-dev-cluster.yml b/.github/workflows/delete-dev-cluster.yml index 19f2a00f..82d58517 100644 --- a/.github/workflows/delete-dev-cluster.yml +++ b/.github/workflows/delete-dev-cluster.yml @@ -14,7 +14,7 @@ jobs: INFRA_TOKEN: ${{ secrets.INFRA_CI_TOKEN }} steps: - name: Install infractl - uses: stackrox/actions/infra/install-infractl@v1 + uses: stackrox/actions/infra/install-infractl@v1.0.41 - name: Delete cluster run: | diff --git a/.github/workflows/e2e-tests.yml b/.github/workflows/e2e-tests.yml index 17bd9737..1a615296 100644 --- a/.github/workflows/e2e-tests.yml +++ b/.github/workflows/e2e-tests.yml @@ -78,7 +78,7 @@ jobs: run: echo "USE_GKE_GCLOUD_AUTH_PLUGIN=True" >> "$GITHUB_ENV" - name: Download production infractl - uses: stackrox/actions/infra/install-infractl@v1 + uses: stackrox/actions/infra/install-infractl@v1.0.41 - name: Download artifacts run: |