From 2f2d113b2e2635896780b3c84c202b72ce087c40 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 06:59:25 +0000 Subject: [PATCH] chore(deps): bump aws-actions/aws-codebuild-run-build Bumps the action-deps group in /.github/actions/e2e/run-tests-private-cluster with 1 update: [aws-actions/aws-codebuild-run-build](https://github.com/aws-actions/aws-codebuild-run-build). Updates `aws-actions/aws-codebuild-run-build` from 1.0.17 to 1.0.18 - [Release notes](https://github.com/aws-actions/aws-codebuild-run-build/releases) - [Commits](https://github.com/aws-actions/aws-codebuild-run-build/compare/540238d832197229bfaab9785feb4fb8450f6396...4d15a47425739ac2296ba5e7eee3bdd4bfbdd767) --- updated-dependencies: - dependency-name: aws-actions/aws-codebuild-run-build dependency-type: direct:production update-type: version-update:semver-patch dependency-group: action-deps ... Signed-off-by: dependabot[bot] --- .github/actions/e2e/run-tests-private-cluster/action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/e2e/run-tests-private-cluster/action.yaml b/.github/actions/e2e/run-tests-private-cluster/action.yaml index e65fdc39d18e..e560b666df27 100644 --- a/.github/actions/e2e/run-tests-private-cluster/action.yaml +++ b/.github/actions/e2e/run-tests-private-cluster/action.yaml @@ -93,7 +93,7 @@ runs: CLUSTER_VPC_ID: ${{ env.CLUSTER_VPC_ID }} EKS_CLUSTER_SG: ${{ env.EKS_CLUSTER_SG }} CLEANUP: ${{ inputs.cleanup }} - uses: aws-actions/aws-codebuild-run-build@540238d832197229bfaab9785feb4fb8450f6396 # v1.0.17 + uses: aws-actions/aws-codebuild-run-build@4d15a47425739ac2296ba5e7eee3bdd4bfbdd767 # v1.0.18 with: project-name: E2EPrivateClusterCodeBuildProject-us-east-1 buildspec-override: |