From af256d74162c8d474be05430cc22b7cc6b3ae5a9 Mon Sep 17 00:00:00 2001 From: "cilium-renovate[bot]" <134692979+cilium-renovate[bot]@users.noreply.github.com> Date: Wed, 12 Feb 2025 09:54:03 +0000 Subject: [PATCH] chore(deps): update mtardy/veristat-action action to v1.0.1 Signed-off-by: cilium-renovate[bot] <134692979+cilium-renovate[bot]@users.noreply.github.com> --- .github/workflows/veristat-compare.yaml | 2 +- .github/workflows/veristat.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/veristat-compare.yaml b/.github/workflows/veristat-compare.yaml index 59a026c320d..c5e27dd2eef 100644 --- a/.github/workflows/veristat-compare.yaml +++ b/.github/workflows/veristat-compare.yaml @@ -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" diff --git a/.github/workflows/veristat.yaml b/.github/workflows/veristat.yaml index e4f2aa40242..d320d044587 100644 --- a/.github/workflows/veristat.yaml +++ b/.github/workflows/veristat.yaml @@ -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"