File tree Expand file tree Collapse file tree 6 files changed +16
-16
lines changed
Expand file tree Collapse file tree 6 files changed +16
-16
lines changed Original file line number Diff line number Diff line change 1515 fetch-depth : 0 # This causes all history to be fetched, which is required for calculate-version to function
1616
1717 - name : Install Python 3.9
18- uses : actions/setup-python@v6
18+ uses : actions/setup-python@v6.1.0
1919 with :
2020 python-version : 3.9
2121
Original file line number Diff line number Diff line change 6363 uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd
6464
6565 - name : Connect to AWS
66- uses : aws-actions/configure-aws-credentials@00943011d9042930efac3dcd3a170e4273319bc8
66+ uses : aws-actions/configure-aws-credentials@61815dcd50bd041e203e49132bacad1fd04d2708
6767 with :
6868 aws-region : eu-west-2
6969 role-to-assume : arn:aws:iam::${{ vars.AWS_ACCOUNT_ID }}:role/auto-ops
9696 - name : Checkout
9797 uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd
9898
99- - uses : aws-actions/configure-aws-credentials@00943011d9042930efac3dcd3a170e4273319bc8
99+ - uses : aws-actions/configure-aws-credentials@61815dcd50bd041e203e49132bacad1fd04d2708
100100 with :
101101 aws-region : eu-west-2
102102 role-to-assume : arn:aws:iam::${{ vars.AWS_ACCOUNT_ID }}:role/auto-ops
@@ -126,7 +126,7 @@ jobs:
126126 if : ${{ inputs.environment == 'dev' && inputs.create_mns_subscription }}
127127 run : pip install poetry==2.1.4
128128
129- - uses : actions/setup-python@v6
129+ - uses : actions/setup-python@v6.1.0
130130 if : ${{ inputs.environment == 'dev' && inputs.create_mns_subscription }}
131131 with :
132132 python-version : 3.11
Original file line number Diff line number Diff line change 2626
2727 steps :
2828 - name : Connect to AWS
29- uses : aws-actions/configure-aws-credentials@00943011d9042930efac3dcd3a170e4273319bc8
29+ uses : aws-actions/configure-aws-credentials@61815dcd50bd041e203e49132bacad1fd04d2708
3030 with :
3131 aws-region : eu-west-2
3232 role-to-assume : arn:aws:iam::${{ vars.AWS_ACCOUNT_ID }}:role/auto-ops
5252 - name : Install poetry
5353 run : pip install poetry==2.1.4
5454
55- - uses : actions/setup-python@v6
55+ - uses : actions/setup-python@v6.1.0
5656 with :
5757 python-version : 3.11
5858 cache : " poetry"
Original file line number Diff line number Diff line change 4343 - name : Install poetry
4444 run : pip install poetry==2.1.4
4545
46- - uses : actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c
46+ - uses : actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548
4747 with :
4848 python-version : 3.11
4949 cache : " poetry"
8484 - name : Install poetry
8585 run : pip install poetry==2.1.4
8686
87- - uses : actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c
87+ - uses : actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548
8888 with :
8989 python-version : 3.11
9090 cache : " poetry"
Original file line number Diff line number Diff line change @@ -119,7 +119,7 @@ jobs:
119119
120120 - name : Connect to AWS
121121 if : ${{ env.TF_OUTPUTS_REQUIRED == 'true' }}
122- uses : aws-actions/configure-aws-credentials@00943011d9042930efac3dcd3a170e4273319bc8
122+ uses : aws-actions/configure-aws-credentials@61815dcd50bd041e203e49132bacad1fd04d2708
123123 with :
124124 aws-region : eu-west-2
125125 role-to-assume : arn:aws:iam::${{ vars.AWS_ACCOUNT_ID }}:role/auto-ops
@@ -153,7 +153,7 @@ jobs:
153153 - name : Install poetry
154154 run : pip install poetry==2.1.4
155155
156- - uses : actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c
156+ - uses : actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548
157157 with :
158158 python-version : 3.11
159159 cache : " poetry"
@@ -210,7 +210,7 @@ jobs:
210210 - uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd
211211
212212 - name : Connect to AWS
213- uses : aws-actions/configure-aws-credentials@00943011d9042930efac3dcd3a170e4273319bc8
213+ uses : aws-actions/configure-aws-credentials@61815dcd50bd041e203e49132bacad1fd04d2708
214214 with :
215215 aws-region : eu-west-2
216216 role-to-assume : arn:aws:iam::${{ vars.AWS_ACCOUNT_ID }}:role/auto-ops
@@ -219,7 +219,7 @@ jobs:
219219 - name : Install poetry
220220 run : pip install poetry==2.1.4
221221
222- - uses : actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c
222+ - uses : actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548
223223 with :
224224 python-version : 3.11
225225 cache : " poetry"
You can’t perform that action at this time.
0 commit comments