From abea72648e8dc3787fd99bb6bf831e33146c6536 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Oct 2023 09:24:34 +0000 Subject: [PATCH] deps: Bump the non-breaking-gha group Bumps the non-breaking-gha group in /.github/workflows with 3 updates: [google-github-actions/release-please-action](https://github.com/google-github-actions/release-please-action), [actions/checkout](https://github.com/actions/checkout) and [aws-actions/configure-aws-credentials](https://github.com/aws-actions/configure-aws-credentials). Updates `google-github-actions/release-please-action` from 3.7.11 to 3.7.12 - [Release notes](https://github.com/google-github-actions/release-please-action/releases) - [Changelog](https://github.com/google-github-actions/release-please-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/google-github-actions/release-please-action/compare/ca6063f4ed81b55db15b8c42d1b6f7925866342d...4c5670f886fe259db4d11222f7dff41c1382304d) Updates `actions/checkout` from 4.1.0 to 4.1.1 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/8ade135a41bc03ea155e62e844d188df1ea18608...b4ffde65f46336ab88eb53be808477a3936bae11) Updates `aws-actions/configure-aws-credentials` from 4.0.0 to 4.0.1 - [Release notes](https://github.com/aws-actions/configure-aws-credentials/releases) - [Changelog](https://github.com/aws-actions/configure-aws-credentials/blob/main/CHANGELOG.md) - [Commits](https://github.com/aws-actions/configure-aws-credentials/compare/8c3f20df09ac63af7b3ae3d7c91f105f857d8497...010d0da01d0b5a38af31e9c3470dbfdabdecca3a) --- updated-dependencies: - dependency-name: google-github-actions/release-please-action dependency-type: direct:production update-type: version-update:semver-patch dependency-group: non-breaking-gha - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch dependency-group: non-breaking-gha - dependency-name: aws-actions/configure-aws-credentials dependency-type: direct:production update-type: version-update:semver-patch dependency-group: non-breaking-gha ... Signed-off-by: dependabot[bot] --- .github/workflows/release.yml | 2 +- .github/workflows/reusable-terraform-plan-apply.yml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 412460f..7dbbfae 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -21,7 +21,7 @@ jobs: steps: - name: Run Release Please - uses: google-github-actions/release-please-action@ca6063f4ed81b55db15b8c42d1b6f7925866342d # v3.7.11 + uses: google-github-actions/release-please-action@4c5670f886fe259db4d11222f7dff41c1382304d # v3.7.12 id: r with: release-type: simple diff --git a/.github/workflows/reusable-terraform-plan-apply.yml b/.github/workflows/reusable-terraform-plan-apply.yml index 480423e..54feee1 100644 --- a/.github/workflows/reusable-terraform-plan-apply.yml +++ b/.github/workflows/reusable-terraform-plan-apply.yml @@ -91,7 +91,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0 + uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 with: ref: ${{ inputs.git_ref }} @@ -139,7 +139,7 @@ jobs: - if: ${{ inputs.configure_aws_credentials }} name: Configure AWS credentials using OIDC - uses: aws-actions/configure-aws-credentials@8c3f20df09ac63af7b3ae3d7c91f105f857d8497 # v4.0.0 + uses: aws-actions/configure-aws-credentials@010d0da01d0b5a38af31e9c3470dbfdabdecca3a # v4.0.1 with: aws-region: ${{ inputs.region }} role-to-assume: ${{ secrets.AWS_ROLE_ARN }} @@ -147,7 +147,7 @@ jobs: - name: Checkout - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0 + uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 with: ref: ${{ inputs.git_ref }} @@ -310,7 +310,7 @@ jobs: - if: ${{ inputs.configure_aws_credentials }} name: Configure AWS credentials using OIDC (if enabled) - uses: aws-actions/configure-aws-credentials@8c3f20df09ac63af7b3ae3d7c91f105f857d8497 # v4.0.0 + uses: aws-actions/configure-aws-credentials@010d0da01d0b5a38af31e9c3470dbfdabdecca3a # v4.0.1 with: aws-region: ${{ inputs.region }} role-to-assume: ${{ secrets.AWS_ROLE_ARN }}