From 106fe9986de1a56f7989908e361448e8bc2015d0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 21 Oct 2022 22:03:14 +0000 Subject: [PATCH] chore(deps): update actions/upload-artifact digest to 83fd05a --- .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 bd10773..8cb6697 100644 --- a/.github/workflows/policy-ci.yml +++ b/.github/workflows/policy-ci.yml @@ -45,7 +45,7 @@ jobs: uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # tag=v3 - name: Build Bundle run: opa build -o ./bundle.tar.gz -r ${{ github.sha }} ./examples/policies - - uses: actions/upload-artifact@3cea5372237819ed00197afe530f5a7ea3e805c8 # tag=v3 + - uses: actions/upload-artifact@83fd05a356d7e2593de66fc9913b3002723633cb # tag=v3 with: name: policy-bundle path: ./bundle.tar.gz \ No newline at end of file