From 2d532002545fb252ef68bf4e727a7e3a329865e1 Mon Sep 17 00:00:00 2001 From: "renovate-sh-app[bot]" <219655108+renovate-sh-app[bot]@users.noreply.github.com> Date: Sat, 12 Sep 2026 23:27:36 +0000 Subject: [PATCH] chore(deps): update grafana/shared-workflows/aws-auth action to v1.0.5 | datasource | package | from | to | | ----------- | ------------------------ | --------------- | --------------- | | github-tags | grafana/shared-workflows | aws-auth/v1.0.3 | aws-auth/v1.0.5 | Signed-off-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com> --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2e1a7837..4bca5e96 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -36,7 +36,7 @@ jobs: - name: AWS Auth Dev id: aws-auth-dev if: ${{ !startsWith(github.ref, 'refs/tags/v') && github.ref == 'refs/heads/main' }} - uses: grafana/shared-workflows/actions/aws-auth@85022085ed5314601c05d10e846de56bdd71e369 # aws-auth/v1.0.3 + uses: grafana/shared-workflows/actions/aws-auth@ed0f3823c0ca0a9e6d5c5681613e53aefd2545e8 # aws-auth/v1.0.5 with: aws-region: "us-east-2" role-arn: "arn:aws:iam::410348018613:role/github-actions/lambda-promtail-release-write-role" @@ -54,7 +54,7 @@ jobs: - name: AWS Auth Prod id: aws-auth-prod if: startsWith(github.ref, 'refs/tags/v') - uses: grafana/shared-workflows/actions/aws-auth@85022085ed5314601c05d10e846de56bdd71e369 # aws-auth/v1.0.3 + uses: grafana/shared-workflows/actions/aws-auth@ed0f3823c0ca0a9e6d5c5681613e53aefd2545e8 # aws-auth/v1.0.5 with: aws-region: "us-east-2" role-arn: "arn:aws:iam::008923505280:role/github-actions/lambda-promtail-release-write-role"