@@ -46,13 +46,13 @@ jobs:
4646 NUGET_PACKAGES : ${{ github.workspace }}/.nuget/packages
4747 steps :
4848 - name : Checkout Source
49- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
49+ uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
5050 with :
5151 fetch-depth : 0
5252 fetch-tags : true
5353
5454 - name : Setup .NET 8.0
55- uses : actions/setup-dotnet@d4c94342e560b34958eacfc5d055d21461ed1c5d # v5
55+ uses : actions/setup-dotnet@c2fa09f4bde5ebb9d1777cf28262a3eb3db3ced7 # v5
5656 with :
5757 dotnet-version : 8.0.x
5858
@@ -131,7 +131,7 @@ jobs:
131131
132132 steps :
133133 - name : Checkout Source
134- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
134+ uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
135135
136136 # Set up working directories/paths consistently
137137 - name : Set Paths (Windows)
@@ -172,7 +172,7 @@ jobs:
172172
173173 # Install the .NET SDK
174174 - name : Setup .NET 8.0
175- uses : actions/setup-dotnet@d4c94342e560b34958eacfc5d055d21461ed1c5d # v5
175+ uses : actions/setup-dotnet@c2fa09f4bde5ebb9d1777cf28262a3eb3db3ced7 # v5
176176 with :
177177 dotnet-version : 8.0.x
178178
@@ -296,7 +296,7 @@ jobs:
296296
297297 # Required for ReportGenerator
298298 - name : Setup .NET SDK
299- uses : actions/setup-dotnet@d4c94342e560b34958eacfc5d055d21461ed1c5d # v5
299+ uses : actions/setup-dotnet@c2fa09f4bde5ebb9d1777cf28262a3eb3db3ced7 # v5
300300 with :
301301 dotnet-version : 8.0.x
302302
@@ -339,7 +339,7 @@ jobs:
339339 - test
340340 steps :
341341 - name : Checkout Source
342- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
342+ uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
343343 with :
344344 fetch-depth : 0
345345 fetch-tags : true
@@ -384,7 +384,7 @@ jobs:
384384 }
385385 }
386386 - name : Create Draft GitHub Release
387- uses : softprops/action-gh-release@6da8fa9354ddfdc4aeace5fc48d7f679b5214090 # v2
387+ uses : softprops/action-gh-release@153bb8e04406b158c6c84fc1615b65b24149a1fe # v2
388388 with :
389389 draft : true
390390 prerelease : ${{ steps.tagversion.outputs.prerelease }}
0 commit comments