From b24edfa855c00c1179d14c066eec5a082b132b5c Mon Sep 17 00:00:00 2001 From: DmitriyLewen Date: Wed, 23 Oct 2024 15:07:51 +0600 Subject: [PATCH] fix: use correct commit --- action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yaml b/action.yaml index d5e8462..ecf4217 100644 --- a/action.yaml +++ b/action.yaml @@ -119,7 +119,7 @@ runs: steps: - name: Install Trivy if: ${{ inputs.skip-setup-trivy == 'false' }} - uses: DmitriyLewen/setup-trivy@fddb6a4fe01a7bd845669cf407127598e53f28f1 + uses: DmitriyLewen/setup-trivy@2df9f605c29dbee29f7c66a8151e3b97f0874f5d with: version: ${{ inputs.version }} cache: ${{ inputs.cache }}