File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1212 (Resolve-Path '${{ github.action_path }}/../../../Scripts').Path >> $Env:GITHUB_PATH
1313
1414 - name : Set up Python
15- uses : actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3 .0
15+ uses : actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7.0 .0
1616 with :
1717 # Needs to be what codespell supports, see
1818 # https://github.com/codespell-project/codespell?tab=readme-ov-file#requirements.
Original file line number Diff line number Diff line change 1515 using : composite
1616 steps :
1717 - name : Login to Azure
18- uses : azure/login@532459ea530d8321f2fb9bb10d1e0bcf23869a43 # v3.0.0
18+ uses : azure/login@f5d393ae46f8fde4be8b75f32e3fc50e654ad0ca # v3.0.1
1919 with :
2020 client-id : ${{ env.AZURE_CLIENT_ID }}
2121 tenant-id : ${{ env.AZURE_TENANT_ID }}
Original file line number Diff line number Diff line change 4040 }
4141
4242 - name : Markdown Linting
43- uses : DavidAnson/markdownlint-cli2-action@6bf21b07787794f89a243495939cd651942aeabe # v24
43+ uses : DavidAnson/markdownlint-cli2-action@21c1be1b93ad9ed58fa840aacc3f279cde2a72ff # v24
4444 with :
4545 config : ${{ inputs.config }}
4646 fix : ${{ inputs.fix }}
Original file line number Diff line number Diff line change 4646 # released .NET version for wildcard versions. So, e.g. with 6.0.x specified it'll still install 6.0.402 if the VM
4747 # only has 6.0.401. See: https://github.com/actions/setup-dotnet/issues/356 about making this better.
4848 - name : Set up .NET SDK
49- uses : actions/setup-dotnet@26b0ec14cb23fa6904739307f278c14f94c95bf1 # v5.4 .0
49+ uses : actions/setup-dotnet@a98b56852c35b8e3190ac28c8c2271da59106c68 # v6.0 .0
5050 id : setup-dotnet
5151 with :
5252 dotnet-version : ${{ inputs.dotnet-version }}
Original file line number Diff line number Diff line change 77version : ' 2.2'
88services :
99 es01 :
10- image : docker.elastic.co/elasticsearch/elasticsearch:9.4.4 @sha256:a3545404e436e348721786bed638042a81f2181ebe2e2636501bb43940677747
10+ image : docker.elastic.co/elasticsearch/elasticsearch:9.5.0 @sha256:8818ab9af72d7482e38a9d6f0454d5ee667564a25bbdc42360c0f9b8f8f72fc5
1111 container_name : es01
1212 environment :
1313 - node.name=es01
@@ -31,7 +31,7 @@ services:
3131 networks :
3232 - elastic
3333 es02 :
34- image : docker.elastic.co/elasticsearch/elasticsearch:9.4.4 @sha256:a3545404e436e348721786bed638042a81f2181ebe2e2636501bb43940677747
34+ image : docker.elastic.co/elasticsearch/elasticsearch:9.5.0 @sha256:8818ab9af72d7482e38a9d6f0454d5ee667564a25bbdc42360c0f9b8f8f72fc5
3535 container_name : es02
3636 environment :
3737 - node.name=es02
You can’t perform that action at this time.
0 commit comments