Skip to content

Commit 354bfc5

Browse files
committed
workflows: tag GitHub actions with versions for renovate
Without it, Renovate can't manage the deps updates. Signed-off-by: Mahe Tardy <mahe.tardy@gmail.com>
1 parent 985fb46 commit 354bfc5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/windows-build-smoke-test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
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

0 commit comments

Comments
 (0)