@@ -72,19 +72,19 @@ jobs:
7272 show-progress : false
7373
7474 - name : Setup .NET SDKs
75- uses : actions/setup-dotnet@baa11fbfe1d6520db94683bd5c7a3818018e4309 # v5.1 .0
75+ uses : actions/setup-dotnet@c2fa09f4bde5ebb9d1777cf28262a3eb3db3ced7 # v5.2 .0
7676 with :
7777 dotnet-version : |
7878 10.0.x
7979
8080 - name : Setup Node
81- uses : actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2 .0
81+ uses : actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3 .0
8282 with :
8383 node-version : ' 24'
8484 package-manager-cache : false
8585
8686 - name : Setup .NET SDK
87- uses : actions/setup-dotnet@baa11fbfe1d6520db94683bd5c7a3818018e4309 # v5.1 .0
87+ uses : actions/setup-dotnet@c2fa09f4bde5ebb9d1777cf28262a3eb3db3ced7 # v5.2 .0
8888 id : setup-dotnet
8989
9090 - name : Install .NET tools
@@ -100,7 +100,7 @@ jobs:
100100
101101 - name : Upload Coverage Reports
102102 if : always()
103- uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
103+ uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7 .0.0
104104 with :
105105 name : coverage-${{ runner.os }}
106106 path : ./artifacts/coverage
@@ -121,7 +121,7 @@ jobs:
121121 token : ${{ secrets.CODECOV_TOKEN }}
122122
123123 - name : Generate SBOM
124- uses : anchore/sbom-action@28d71544de8eaf1b958d335707167c5f783590ad # v0.22.2
124+ uses : anchore/sbom-action@57aae528053a48a3f6235f2d9461b05fbcb7366d # v0.23.1
125125 if : runner.os == 'Windows'
126126 with :
127127 artifact-name : Swashbuckle.AspNetCore.spdx.json
@@ -130,7 +130,7 @@ jobs:
130130 upload-release-assets : true
131131
132132 - name : Attest artifacts
133- uses : actions/attest-build-provenance@96278af6caaf10aea03fd8d33a09a777ca52d62f # v3.2 .0
133+ uses : actions/attest@59d89421af93a897026c735860bf21b6eb4f7b26 # v4.1 .0
134134 if : |
135135 runner.os == 'Windows' &&
136136 github.event.repository.fork == false &&
@@ -142,7 +142,7 @@ jobs:
142142 ./artifacts/package/release/*
143143
144144 - name : Publish NuGet packages
145- uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
145+ uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7 .0.0
146146 if : ${{ !cancelled() }}
147147 with :
148148 name : packages-${{ runner.os }}
@@ -165,12 +165,12 @@ jobs:
165165 steps :
166166
167167 - name : Download packages
168- uses : actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7 .0.0
168+ uses : actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8 .0.0
169169 with :
170170 name : packages-Windows
171171
172172 - name : Setup .NET SDK
173- uses : actions/setup-dotnet@baa11fbfe1d6520db94683bd5c7a3818018e4309 # v5.1 .0
173+ uses : actions/setup-dotnet@c2fa09f4bde5ebb9d1777cf28262a3eb3db3ced7 # v5.2 .0
174174 with :
175175 dotnet-version : ${{ needs.build.outputs.dotnet-sdk-version }}
176176
@@ -225,12 +225,12 @@ jobs:
225225 steps :
226226
227227 - name : Download packages
228- uses : actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7 .0.0
228+ uses : actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8 .0.0
229229 with :
230230 name : packages-Windows
231231
232232 - name : Setup .NET SDK
233- uses : actions/setup-dotnet@baa11fbfe1d6520db94683bd5c7a3818018e4309 # v5.1 .0
233+ uses : actions/setup-dotnet@c2fa09f4bde5ebb9d1777cf28262a3eb3db3ced7 # v5.2 .0
234234 with :
235235 dotnet-version : ${{ needs.build.outputs.dotnet-sdk-version }}
236236
@@ -259,12 +259,12 @@ jobs:
259259 steps :
260260
261261 - name : Download packages
262- uses : actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7 .0.0
262+ uses : actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8 .0.0
263263 with :
264264 name : packages-Windows
265265
266266 - name : Setup .NET SDK
267- uses : actions/setup-dotnet@baa11fbfe1d6520db94683bd5c7a3818018e4309 # v5.1 .0
267+ uses : actions/setup-dotnet@c2fa09f4bde5ebb9d1777cf28262a3eb3db3ced7 # v5.2 .0
268268 with :
269269 dotnet-version : ${{ needs.build.outputs.dotnet-sdk-version }}
270270
0 commit comments