We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9eec9cc commit 463b2a9Copy full SHA for 463b2a9
.github/workflows/check_for_broken_links.yml
@@ -27,7 +27,7 @@ jobs:
27
const { checkProdLinks } = require('./tasks/link-checker.js');
28
return await checkProdLinks();
29
- name: Configure AWS Credentials
30
- uses: aws-actions/configure-aws-credentials@4fc4975a852c8cd99761e2de1f4ba73402e44dd9 # v4.0.3
+ uses: aws-actions/configure-aws-credentials@ececac1a45f3b08a01d2dd070d28d111c5fe6722 # v4.1.0
31
with:
32
role-to-assume: arn:aws:iam::464149486631:role/github_action_read_slack_webhook_url
33
aws-region: us-west-2
0 commit comments