diff --git a/.github/workflows/cowFi-tokens.yml b/.github/workflows/cowFi-tokens.yml index 1f96f698..c1ef5493 100644 --- a/.github/workflows/cowFi-tokens.yml +++ b/.github/workflows/cowFi-tokens.yml @@ -35,7 +35,7 @@ jobs: path: src/cowFi/cowFi-tokens.json - name: Configure AWS credentials - uses: aws-actions/configure-aws-credentials@7474bc4690e29a8392af63c5b98e7449536d5c3a # v4.3.1 + uses: aws-actions/configure-aws-credentials@00943011d9042930efac3dcd3a170e4273319bc8 # v5.1.0 with: role-to-assume: arn:aws:iam::693696263829:role/token-list-github-action-role role-session-name: githubactionsession diff --git a/.github/workflows/s3Deploy.yml b/.github/workflows/s3Deploy.yml index 413d74dc..fc60c235 100644 --- a/.github/workflows/s3Deploy.yml +++ b/.github/workflows/s3Deploy.yml @@ -19,7 +19,7 @@ jobs: persist-credentials: false - name: Configure AWS credentials - uses: aws-actions/configure-aws-credentials@7474bc4690e29a8392af63c5b98e7449536d5c3a # v4.3.1 + uses: aws-actions/configure-aws-credentials@00943011d9042930efac3dcd3a170e4273319bc8 # v5.1.0 with: role-to-assume: arn:aws:iam::693696263829:role/token-list-github-action-role role-session-name: githubactionsession