From cc3f33d5032925cc36fceb6a996f0ac09d4c3d6b Mon Sep 17 00:00:00 2001 From: Andrea Brancaleoni Date: Thu, 27 Mar 2025 18:05:50 -0700 Subject: [PATCH] fix: autopin dependencies --- .github/workflows/cleanup_buckets.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cleanup_buckets.yml b/.github/workflows/cleanup_buckets.yml index dafbb30..106852b 100644 --- a/.github/workflows/cleanup_buckets.yml +++ b/.github/workflows/cleanup_buckets.yml @@ -29,14 +29,14 @@ jobs: steps: - name: Configure aws credentials - uses: aws-actions/configure-aws-credentials@e3dd6a429d7300a6a4c196c26e071d42e0343502 # v4 + uses: aws-actions/configure-aws-credentials@e3dd6a429d7300a6a4c196c26e071d42e0343502 # v4.0.2 with: role-to-assume: ${{ secrets.AWS_ROLE_ARN }} role-session-name: github-actions-basicattentiontoken-org-${{ github.triggering_actor }}-${{ github.run_id }} aws-region: ${{ secrets.AWS_REGION }} - name: Cleanup - uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7 + uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1 with: retries: 10 script: |