File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -111,7 +111,7 @@ jobs:
111111 "name=$($config.ModuleName)" >> $env:GITHUB_OUTPUT
112112
113113 - name : Upload module artifact
114- uses : actions/upload-artifact@v4
114+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
115115 with :
116116 name : ${{ steps.module-path.outputs.name }}
117117 path : ${{ steps.module-path.outputs.path }}
@@ -177,7 +177,7 @@ jobs:
177177
178178 # ADO: task DownloadBuildArtifacts@0
179179 - name : Download artifacts
180- uses : actions/download-artifact@v4
180+ uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0 (fixes arbitrary file write vuln, patched >=4.1.3)
181181 with :
182182 name : Microsoft.PowerShell.PSResourceGet
183183 path : ${{ runner.temp }}/artifacts
@@ -409,7 +409,7 @@ jobs:
409409
410410 # ADO: task DownloadBuildArtifacts@0
411411 - name : Download artifacts
412- uses : actions/download-artifact@v4
412+ uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0 (fixes arbitrary file write vuln, patched >=4.1.3)
413413 with :
414414 name : Microsoft.PowerShell.PSResourceGet
415415 path : ${{ runner.temp }}/artifacts
You can’t perform that action at this time.
0 commit comments