@@ -30,11 +30,11 @@ jobs:
3030 env :
3131 release : ' dev-proxy-${{ matrix.architecture }}-${{ github.ref_name }}'
3232 steps :
33- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 .0.0
33+ - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6 .0.0
3434 - name : Setup .NET
35- uses : actions/setup-dotnet@d4c94342e560b34958eacfc5d055d21461ed1c5d # v5.0.0
35+ uses : actions/setup-dotnet@2016bd2012dba4e32de620c46fe006a3ac9f0602 # v5.0.1
3636 with :
37- dotnet-version : 9 .0.x
37+ dotnet-version : 10 .0.x
3838 - name : Rename executable for beta
3939 if : contains(github.ref_name, '-beta')
4040 run : |
5959 if : matrix.architecture == 'win-x64'
6060 run : dotnet build ./DevProxy.Abstractions/DevProxy.Abstractions.csproj -p:InformationalVersion=$("${{ github.ref_name }}".Substring(1)) -c Release --no-self-contained
6161 - name : Add plugins to output
62- run : cp ./DevProxy/bin/Release/net9 .0/${{ matrix.architecture }}/plugins ./${{ env.release }} -r
62+ run : cp ./DevProxy/bin/Release/net10 .0/${{ matrix.architecture }}/plugins ./${{ env.release }} -r
6363 - name : Remove unnecessary files
6464 run : |
6565 pushd
@@ -112,7 +112,7 @@ jobs:
112112 shell : pwsh
113113 run : >
114114 ./sign code azure-key-vault
115- ./DevProxy.Abstractions/bin/Release/net9 .0/DevProxy.Abstractions.dll
115+ ./DevProxy.Abstractions/bin/Release/net10 .0/DevProxy.Abstractions.dll
116116 --publisher-name "${{ env.APP_PUBLISHER }}"
117117 --description "${{ env.APP_DESCRIPTION }}"
118118 --description-url "${{ env.APP_DESCRIPTION_URL }}"
@@ -127,7 +127,7 @@ jobs:
127127 uses : thedoctor0/zip-release@b57d897cb5d60cb78b51a507f63fa184cfe35554 # master
128128 with :
129129 filename : ' ../../../../DevProxy.Abstractions-${{ github.ref_name }}.zip'
130- directory : ' ./DevProxy.Abstractions/bin/Release/net9 .0'
130+ directory : ' ./DevProxy.Abstractions/bin/Release/net10 .0'
131131 exclusions : ' *.json'
132132 - name : Upload abstractions
133133 if : matrix.architecture == 'win-x64'
@@ -202,7 +202,7 @@ jobs:
202202 permissions :
203203 contents : write
204204 steps :
205- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 .0.0
205+ - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6 .0.0
206206 - uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
207207 with :
208208 path : output
@@ -229,7 +229,7 @@ jobs:
229229 id-token : write
230230 steps :
231231 - name : Checkout repository
232- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 .0.0
232+ uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6 .0.0
233233 # Required for multi-platform images
234234 - name : Set up QEMU
235235 uses : docker/setup-qemu-action@c7c53464625b32c7a7e944ae62b3e17d2b600130 # v3.7.0
@@ -246,7 +246,7 @@ jobs:
246246 password : ${{ secrets.GITHUB_TOKEN }}
247247 - name : Extract metadata (tags, labels) for Docker
248248 id : meta
249- uses : docker/metadata-action@318604b99e75e41977312d83839a89be02ca4893 # v5.9 .0
249+ uses : docker/metadata-action@c299e40c65443455700f0fdfc63efafe5b349051 # v5.10 .0
250250 with :
251251 images : ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
252252 flavor : |
0 commit comments