Skip to content

Commit

Permalink
chore(deps): update mtardy/veristat-action action to v1.0.1
Browse files Browse the repository at this point in the history
Signed-off-by: cilium-renovate[bot] <134692979+cilium-renovate[bot]@users.noreply.github.com>
  • Loading branch information
cilium-renovate[bot] authored and mtardy committed Feb 12, 2025
1 parent 2562af1 commit 8477212
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/veristat-compare.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
make -C base tetragon-bpf
- name: Run veristat comparison
uses: mtardy/veristat-action@35c8885118c1b3046f6a5fdedf1cc5670e584cf9 # v1.0.0
uses: mtardy/veristat-action@f8aaf0aff94a274fea229c37e1165b3083d43611 # v1.0.1
with:
compare: true
baseline-programs: "base/bpf/objs/*.o"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/veristat.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ jobs:
run: make tetragon-bpf

- name: Run veristat
uses: mtardy/veristat-action@35c8885118c1b3046f6a5fdedf1cc5670e584cf9 # v1.0.0
uses: mtardy/veristat-action@f8aaf0aff94a274fea229c37e1165b3083d43611 # v1.0.1
with:
programs: "bpf/objs/*.o"

0 comments on commit 8477212

Please sign in to comment.