File tree 3 files changed +15
-10
lines changed
3 files changed +15
-10
lines changed Original file line number Diff line number Diff line change @@ -30,10 +30,11 @@ jobs:
30
30
environment : analytics
31
31
steps :
32
32
- name : Configure AWS credentials
33
- uses : aws-actions/configure-aws-credentials@e1e17a757e536f70e52b5a12b2e8d1d1c60e04ef
33
+ uses : aws-actions/configure-aws-credentials@e3dd6a429d7300a6a4c196c26e071d42e0343502
34
34
with :
35
35
aws-region : eu-central-1
36
36
role-to-assume : ${{ secrets.AWS_ANALYTICS_ROLE_ARN }}
37
+ mask-aws-account-id : true
37
38
38
39
- name : Invoke Lambda function
39
40
run : |
Original file line number Diff line number Diff line change 24
24
with :
25
25
fetch-depth : 0
26
26
- name : Set up Python
27
- uses : actions/setup-python@v4
27
+ uses : actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
28
28
with :
29
- python-version : " 3.8 "
29
+ python-version : " 3.12 "
30
30
- name : Capture branch and tag
31
31
id : branch_name
32
32
run : |
@@ -35,10 +35,11 @@ jobs:
35
35
- name : Build docs website
36
36
run : make build-docs-website
37
37
- name : Configure AWS credentials
38
- uses : aws-actions/configure-aws-credentials@e1e17a757e536f70e52b5a12b2e8d1d1c60e04ef
38
+ uses : aws-actions/configure-aws-credentials@e3dd6a429d7300a6a4c196c26e071d42e0343502 # v4.0.2
39
39
with :
40
40
aws-region : us-east-1
41
41
role-to-assume : ${{ secrets.AWS_DOCS_ROLE_ARN }}
42
+ mask-aws-account-id : true
42
43
- name : Deploy Docs
43
44
run : |
44
45
aws s3 sync \
@@ -64,10 +65,11 @@ jobs:
64
65
docfx apidocs/docfx.json
65
66
66
67
- name : Configure AWS credentials
67
- uses : aws-actions/configure-aws-credentials@e1e17a757e536f70e52b5a12b2e8d1d1c60e04ef
68
+ uses : aws-actions/configure-aws-credentials@e3dd6a429d7300a6a4c196c26e071d42e0343502 # v4.0.2
68
69
with :
69
70
aws-region : us-east-1
70
71
role-to-assume : ${{ secrets.AWS_DOCS_ROLE_ARN }}
72
+ mask-aws-account-id : true
71
73
- name : Deploy Docs
72
74
run : |
73
75
aws s3 sync \
Original file line number Diff line number Diff line change 41
41
- name : Install poetry
42
42
run : pipx install poetry
43
43
- name : Set up Python
44
- uses : actions/setup-python@v4
44
+ uses : actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
45
45
with :
46
- python-version : " 3.8 "
46
+ python-version : " 3.12 "
47
47
cache : " poetry"
48
48
- name : Install dependencies
49
49
run : make dev
@@ -67,10 +67,11 @@ jobs:
67
67
poetry run mike set-default --push latest
68
68
69
69
- name : Configure AWS credentials
70
- uses : aws-actions/configure-aws-credentials@e1e17a757e536f70e52b5a12b2e8d1d1c60e04ef
70
+ uses : aws-actions/configure-aws-credentials@e3dd6a429d7300a6a4c196c26e071d42e0343502 # v4.0.2
71
71
with :
72
72
aws-region : us-east-1
73
73
role-to-assume : ${{ secrets.AWS_DOCS_ROLE_ARN }}
74
+ mask-aws-account-id : true
74
75
- name : Deploy Docs
75
76
run : |
76
77
aws s3 sync \
@@ -94,12 +95,13 @@ jobs:
94
95
brew install -f docfx --skip-cask-deps --ignore-dependencies
95
96
docfx apidocs/docfx.json
96
97
- name : Configure AWS credentials
97
- uses : aws-actions/configure-aws-credentials@e1e17a757e536f70e52b5a12b2e8d1d1c60e04ef
98
+ uses : aws-actions/configure-aws-credentials@e3dd6a429d7300a6a4c196c26e071d42e0343502 # v4.0.2
98
99
with :
99
100
aws-region : us-east-1
100
101
role-to-assume : ${{ secrets.AWS_DOCS_ROLE_ARN }}
102
+ mask-aws-account-id : true
101
103
- name : Deploy Docs
102
104
run : |
103
105
aws s3 sync \
104
106
apidocs/_site \
105
- s3://${{ secrets.AWS_DOCS_BUCKET }}/lambda-dotnet/api/
107
+ s3://${{ secrets.AWS_DOCS_BUCKET }}/lambda-dotnet/api/
You can’t perform that action at this time.
0 commit comments