From 800972933b7786c53e4cad10beff4ac927d281af Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 6 Sep 2023 22:01:57 +0000 Subject: [PATCH] chore(deps): update actions/upload-artifact digest to a8a3f3a --- .github/workflows/policy-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/policy-ci.yml b/.github/workflows/policy-ci.yml index d3efd69..bebdb68 100644 --- a/.github/workflows/policy-ci.yml +++ b/.github/workflows/policy-ci.yml @@ -45,7 +45,7 @@ jobs: uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4 - name: Build Bundle run: opa build -o ./bundle.tar.gz -r ${{ github.sha }} ./examples/policies - - uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3 + - uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3 with: name: policy-bundle path: ./bundle.tar.gz \ No newline at end of file