From 70665f930f126ba440d3c9c553309fd9f8d6df12 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 14 May 2026 16:54:12 +0000 Subject: [PATCH] chore(deps): pin aquasecurity/trivy-action action to 314ff8b --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index c6c9fc2..eaa4a3f 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -130,7 +130,7 @@ jobs: labels: ${{ steps.meta.outputs.labels }} - name: Run Trivy Vulnerability Scanner 🏰 - uses: aquasecurity/trivy-action@master + uses: aquasecurity/trivy-action@314ff8b43182423b84c50b1670b0e10f858f2d98 # master with: image-ref: ghcr.io/${{ github.repository_owner }}/${{ env.APP_NAME }}:${{ github.sha }} format: 'sarif'