There was an error while loading. Please reload this page.
1 parent 406a42c commit 2240099Copy full SHA for 2240099
2 files changed
.github/workflows/build-and-publish.yml
@@ -150,10 +150,10 @@ jobs:
150
151
steps:
152
- name: Checkout
153
- uses: actions/checkout@900f2210b1d28bbbd0bd22d17926b9e224e8f231 #v6.0.2
+ uses: actions/checkout@900f2210b1d28bbbd0bd22d17926b9e224e8f231 # v6.0.2
154
155
- name: Download dist artifact
156
- uses: actions/download-artifact@v4
+ uses: actions/download-artifact@484a0b528fb4d7bd804637ccb632e47a0e638317 # v8.0.1
157
with:
158
name: dist
159
path: dist/
.github/workflows/test-tracker.yml
@@ -12,7 +12,7 @@ jobs:
12
13
14
15
- uses: actions/checkout@v4
+ uses: actions/checkout@900f2210b1d28bbbd0bd22d17926b9e224e8f231 #v6.0.2
16
17
- name: Start eBPF tracker (stdio mode)
18
uses: skroutz/ebpf-tracker@main
0 commit comments