Skip to content

Commit 2240099

Browse files
Update and pin versions of actions
1 parent 406a42c commit 2240099

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build-and-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -150,10 +150,10 @@ jobs:
150150

151151
steps:
152152
- name: Checkout
153-
uses: actions/checkout@900f2210b1d28bbbd0bd22d17926b9e224e8f231 #v6.0.2
153+
uses: actions/checkout@900f2210b1d28bbbd0bd22d17926b9e224e8f231 # v6.0.2
154154

155155
- name: Download dist artifact
156-
uses: actions/download-artifact@v4
156+
uses: actions/download-artifact@484a0b528fb4d7bd804637ccb632e47a0e638317 # v8.0.1
157157
with:
158158
name: dist
159159
path: dist/

.github/workflows/test-tracker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212

1313
steps:
1414
- name: Checkout
15-
uses: actions/checkout@v4
15+
uses: actions/checkout@900f2210b1d28bbbd0bd22d17926b9e224e8f231 #v6.0.2
1616

1717
- name: Start eBPF tracker (stdio mode)
1818
uses: skroutz/ebpf-tracker@main

0 commit comments

Comments
 (0)