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"