From f37b09847030b04357c404cefa591d2ed8d22e27 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2024 16:20:05 +0000 Subject: [PATCH] chore(deps): bump the action-deps group across 1 directory with 2 updates Bumps the action-deps group with 2 updates in the /.github/actions/e2e/run-tests-private-cluster directory: [docker/login-action](https://github.com/docker/login-action) and [aws-actions/aws-codebuild-run-build](https://github.com/aws-actions/aws-codebuild-run-build). Updates `docker/login-action` from 3.2.0 to 3.3.0 - [Release notes](https://github.com/docker/login-action/releases) - [Commits](https://github.com/docker/login-action/compare/0d4c9c5ea7693da7b068278f7b52bda2a190a446...9780b0c442fbb1117ed29e0efdff1e18412f7567) Updates `aws-actions/aws-codebuild-run-build` from f59b837dd074776bd06619e7e22fb62161eab324 to adc39f24ac50061a751b6b792d62f9d4384163b0 - [Release notes](https://github.com/aws-actions/aws-codebuild-run-build/releases) - [Commits](https://github.com/aws-actions/aws-codebuild-run-build/compare/f59b837dd074776bd06619e7e22fb62161eab324...adc39f24ac50061a751b6b792d62f9d4384163b0) --- updated-dependencies: - dependency-name: docker/login-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: action-deps - dependency-name: aws-actions/aws-codebuild-run-build dependency-type: direct:production dependency-group: action-deps ... Signed-off-by: dependabot[bot] --- .github/actions/e2e/run-tests-private-cluster/action.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/actions/e2e/run-tests-private-cluster/action.yaml b/.github/actions/e2e/run-tests-private-cluster/action.yaml index 94775e800725..19bdd836b8de 100644 --- a/.github/actions/e2e/run-tests-private-cluster/action.yaml +++ b/.github/actions/e2e/run-tests-private-cluster/action.yaml @@ -53,7 +53,7 @@ runs: using: "composite" steps: - name: login to ecr via docker - uses: docker/login-action@0d4c9c5ea7693da7b068278f7b52bda2a190a446 # v3.2.0 + uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3.3.0 with: registry: ${{ inputs.account_id }}.dkr.ecr.${{ inputs.region }}.amazonaws.com logout: true @@ -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@f59b837dd074776bd06619e7e22fb62161eab324 #v1.0.15 + uses: aws-actions/aws-codebuild-run-build@adc39f24ac50061a751b6b792d62f9d4384163b0 #v1.0.15 with: project-name: E2EPrivateClusterCodeBuildProject-us-east-1 buildspec-override: |