File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -73,13 +73,13 @@ jobs:
73
73
powershell ./build/dotnet-pack.ps1
74
74
75
75
- name : Upload Nuget Packages
76
- uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
76
+ uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
77
77
with :
78
78
name : packages
79
79
path : ${{ github.workspace }}/packages
80
80
81
81
- name : Upload Shell Binaries
82
- uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
82
+ uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
83
83
with :
84
84
name : shell-binaries
85
85
path : ${{ github.workspace }}/src/shell/dotnet/Shell/bin/Release/net6.0-windows/
Original file line number Diff line number Diff line change 24
24
steps :
25
25
# Using shared artifact from build workflow
26
26
- name : Download Artifact
27
- uses : actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
27
+ uses : actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
28
28
with :
29
29
name : shell-binaries
30
30
path : ${{ github.workspace }}/shell-binaries
72
72
env :
73
73
nuget_source : https://api.nuget.org/v3/index.json
74
74
steps :
75
- - uses : actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
75
+ - uses : actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
76
76
with :
77
77
name : packages
78
78
path : ./packages
Original file line number Diff line number Diff line change 59
59
# Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
60
60
# format to the repository Actions tab.
61
61
- name : " Upload artifact"
62
- uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
62
+ uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
63
63
with :
64
64
name : SARIF file
65
65
path : results.sarif
You can’t perform that action at this time.
0 commit comments