From ef066662d30f639cc34a0c893c8185e5d104079b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Aug 2026 19:36:20 +0000 Subject: [PATCH] Bump stackrox/actions from 1.0.42 to 1.0.44 Bumps [stackrox/actions](https://github.com/stackrox/actions) from 1.0.42 to 1.0.44. - [Release notes](https://github.com/stackrox/actions/releases) - [Commits](https://github.com/stackrox/actions/compare/v1.0.42...v1.0.44) --- updated-dependencies: - dependency-name: stackrox/actions dependency-version: 1.0.44 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 55bb21f..7b2d24b 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.0.42 + - uses: stackrox/actions/infra/create-cluster@v1.0.44 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 69cef7d..bf1d7be 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.0.42 + uses: stackrox/actions/infra/install-infractl@v1.0.44 - name: Delete cluster run: | diff --git a/.github/workflows/e2e-tests.yml b/.github/workflows/e2e-tests.yml index db9c609..510f677 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.0.42 + uses: stackrox/actions/infra/install-infractl@v1.0.44 - name: Download artifacts run: |