From c04255da4fd6952ac17d4d1cda8d2c7b111f7645 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Apr 2026 14:38:40 +0000 Subject: [PATCH] chore(deps): update github-actions: Bump aws-actions/aws-codebuild-run-build Bumps [aws-actions/aws-codebuild-run-build](https://github.com/aws-actions/aws-codebuild-run-build) from d8279f349f3b1b84e834c30e47c20dcb8888b7e5 to 85cb4d9a6537e8456d6845d7cdf031a005181c3b. - [Release notes](https://github.com/aws-actions/aws-codebuild-run-build/releases) - [Commits](https://github.com/aws-actions/aws-codebuild-run-build/compare/d8279f349f3b1b84e834c30e47c20dcb8888b7e5...85cb4d9a6537e8456d6845d7cdf031a005181c3b) --- updated-dependencies: - dependency-name: aws-actions/aws-codebuild-run-build dependency-version: 85cb4d9a6537e8456d6845d7cdf031a005181c3b dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/build-codebuild.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-codebuild.yml b/.github/workflows/build-codebuild.yml index 0c0b29af..e98d0dfd 100644 --- a/.github/workflows/build-codebuild.yml +++ b/.github/workflows/build-codebuild.yml @@ -53,7 +53,7 @@ jobs: - name: Run CodeBuild id: codebuild - uses: aws-actions/aws-codebuild-run-build@d8279f349f3b1b84e834c30e47c20dcb8888b7e5 # v1.0.18 + uses: aws-actions/aws-codebuild-run-build@85cb4d9a6537e8456d6845d7cdf031a005181c3b # v1.0.18 with: project-name: ${{ vars.CODEBUILD_PROJECT_NAME }} source-version-override: ${{ github.sha }}