4545
4646 steps :
4747 - name : Clone the repo
48- uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
48+ uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
4949 with :
5050 fetch-depth : 0 # Shallow clones should be disabled for a better relevancy of analysis
5151
7373 version_suffix_args : ${{ github.event_name != 'release' && format('--version-suffix "{0}"', inputs.version_suffix_override || format('ci.{0}', github.run_number)) || '' }}
7474
7575 steps :
76- - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
76+ - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
7777
7878 - name : Setup .NET
7979 uses : actions/setup-dotnet@2016bd2012dba4e32de620c46fe006a3ac9f0602 # v5.0.1
8989 --output "${{ github.workspace }}/artifacts/packages"
9090
9191 - name : Upload artifact
92- uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5 .0.0
92+ uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
9393 if : ${{ !cancelled() }}
9494 with :
9595 name : build-artifacts
@@ -103,15 +103,15 @@ jobs:
103103 packages : write
104104
105105 steps :
106- - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
106+ - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
107107
108108 - name : Setup .NET
109109 uses : actions/setup-dotnet@2016bd2012dba4e32de620c46fe006a3ac9f0602 # v5.0.1
110110 with :
111111 dotnet-version : 10.0.x
112112
113113 - name : Download build artifacts
114- uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6 .0.0
114+ uses : actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7 .0.0
115115
116116 - name : Authenticate to GitHub registry
117117 run : dotnet nuget add source
@@ -138,10 +138,10 @@ jobs:
138138 packages : write
139139
140140 steps :
141- - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
141+ - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
142142
143143 - name : Download build artifacts
144- uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6 .0.0
144+ uses : actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7 .0.0
145145
146146 - name : Upload release asset
147147 run : gh release upload ${{ github.event.release.tag_name }}
@@ -158,15 +158,15 @@ jobs:
158158 permissions : { }
159159
160160 steps :
161- - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
161+ - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
162162
163163 - name : Setup .NET
164164 uses : actions/setup-dotnet@2016bd2012dba4e32de620c46fe006a3ac9f0602 # v5.0.1
165165 with :
166166 dotnet-version : 10.0.x
167167
168168 - name : Download build artifacts
169- uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6 .0.0
169+ uses : actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7 .0.0
170170
171171 - name : Publish to NuGet.org (Releases only)
172172 run : dotnet nuget push
0 commit comments