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"