Skip to content

Commit c0fe42f

Browse files
committed
pin more versions
1 parent 3491398 commit c0fe42f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/DetectCDKBootstrapVersionChanges.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ jobs:
1616
runs-on: ubuntu-latest
1717
steps:
1818
- name: Configure AWS Credentials
19-
uses: aws-actions/configure-aws-credentials@v4
19+
uses: aws-actions/configure-aws-credentials@ececac1a45f3b08a01d2dd070d28d111c5fe6722
2020
with:
2121
role-to-assume: ${{ secrets.RELEASE_WORKFLOW_ACCESS_TOKEN_ROLE_ARN }}
2222
aws-region: us-west-2
2323

2424
- name: Retrieve secret from AWS Secrets Manager
25-
uses: aws-actions/aws-secretsmanager-get-secrets@v2
25+
uses: aws-actions/aws-secretsmanager-get-secrets@fbd65ea98e018858715f591f03b251f02b2316cb
2626
with:
2727
secret-ids: |
2828
AWS_SECRET, ${{ secrets.RELEASE_WORKFLOW_ACCESS_TOKEN_NAME }}

0 commit comments

Comments
 (0)