From f63d245ab5a9dab6d6e46dd0b5d6f7605bc0fc96 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Feb 2025 12:23:15 +0100 Subject: [PATCH] build(deps): bump the github-actions group across 2 directories with 2 updates (#221) Bumps the github-actions group with 1 update in the /aws/auth directory: [aws-actions/configure-aws-credentials](https://github.com/aws-actions/configure-aws-credentials). Bumps the github-actions group with 1 update in the /google/auth directory: [google-github-actions/auth](https://github.com/google-github-actions/auth). Updates `aws-actions/configure-aws-credentials` from 4.0.2 to 4.0.3 - [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/e3dd6a429d7300a6a4c196c26e071d42e0343502...4fc4975a852c8cd99761e2de1f4ba73402e44dd9) Updates `google-github-actions/auth` from 2.1.7 to 2.1.8 - [Release notes](https://github.com/google-github-actions/auth/releases) - [Changelog](https://github.com/google-github-actions/auth/blob/main/CHANGELOG.md) - [Commits](https://github.com/google-github-actions/auth/compare/6fc4af4b145ae7821d527454aa9bd537d1f2dc5f...71f986410dfbc7added4569d411d040a91dc6935) --- updated-dependencies: - dependency-name: aws-actions/configure-aws-credentials dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: google-github-actions/auth dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- aws/auth/action.yml | 2 +- google/auth/action.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/aws/auth/action.yml b/aws/auth/action.yml index 91530afe..2350633c 100644 --- a/aws/auth/action.yml +++ b/aws/auth/action.yml @@ -65,7 +65,7 @@ runs: - name: Configure AWS Credentials id: configure-aws-credentials - uses: aws-actions/configure-aws-credentials@e3dd6a429d7300a6a4c196c26e071d42e0343502 # v4.0.2 + uses: aws-actions/configure-aws-credentials@4fc4975a852c8cd99761e2de1f4ba73402e44dd9 # v4.0.3 with: aws-region: ${{ inputs.aws-region }} role-to-assume: ${{ steps.generate-role-arn.outputs.role-arn }} diff --git a/google/auth/action.yml b/google/auth/action.yml index 821a82c9..2943ecd1 100644 --- a/google/auth/action.yml +++ b/google/auth/action.yml @@ -51,7 +51,7 @@ runs: env: GH_REPOSITORY: ${{ inputs.repository }} PROJECT_NUMBER: ${{ inputs.project-number }} - - uses: google-github-actions/auth@6fc4af4b145ae7821d527454aa9bd537d1f2dc5f # v2.1.7 + - uses: google-github-actions/auth@71f986410dfbc7added4569d411d040a91dc6935 # v2.1.8 with: project_id: ${{ inputs.project-id }} workload_identity_provider: ${{ steps.generate-workload-identity-pool-provider-id.outputs.workload_identity_provider_id }}