File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 5656 powershell.exe "echo 'VCINSTALLDIR=%VCINSTALLDIR%' | Out-File -FilePath $env:GITHUB_ENV -Encoding utf8 -Append"
5757
5858 - name : Add MSBuild to PATH
59- uses : microsoft/setup-msbuild@767f00a3f09872d96a0cb9fcd5e6a4ff33311330
59+ uses : microsoft/setup-msbuild@6fb02220983dee41ce7ae257b6f4d8f9bf5ed4ce # v2
6060 with :
6161 msbuild-architecture : x64
6262
@@ -107,7 +107,7 @@ jobs:
107107 Compress-Archive -Path ${{env.BUILD_PLATFORM}}\${{env.BUILD_CONFIGURATION}} -DestinationPath .\build-${{env.BUILD_PLATFORM}}.${{env.BUILD_CONFIGURATION}}.zip
108108
109109 - name : Upload Build Output
110- uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f
110+ uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
111111 with :
112112 name : ntosebpfext-build-output
113113 path : ${{ env.TEMP }}\ntosebpfext\build-${{env.BUILD_PLATFORM}}.${{env.BUILD_CONFIGURATION}}.zip
@@ -157,7 +157,7 @@ jobs:
157157 Get-ChildItem -Recurse ${{ env.TEMP }}
158158
159159 - name : Upload Tetragon Windows binaries
160- uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f
160+ uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
161161 with :
162162 name : tetragon-windows-build-output
163163 path : ${{ env.TEMP }}\Tetragon-Windows.zip
You can’t perform that action at this time.
0 commit comments