We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f87ee13 commit 72c4046Copy full SHA for 72c4046
.github/actions/e2e/run-tests-private-cluster/action.yaml
@@ -93,7 +93,7 @@ runs:
93
CLUSTER_VPC_ID: ${{ env.CLUSTER_VPC_ID }}
94
EKS_CLUSTER_SG: ${{ env.EKS_CLUSTER_SG }}
95
CLEANUP: ${{ inputs.cleanup }}
96
- uses: aws-actions/aws-codebuild-run-build@540238d832197229bfaab9785feb4fb8450f6396 # v1.0.17
+ uses: aws-actions/aws-codebuild-run-build@4d15a47425739ac2296ba5e7eee3bdd4bfbdd767 # v1.0.18
97
with:
98
project-name: E2EPrivateClusterCodeBuildProject-us-east-1
99
buildspec-override: |
0 commit comments