diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 5727a8a..ebc9e6b 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -116,7 +116,7 @@ jobs: # 🔍 TRIVY: Scan for known vulnerabilities in dependencies - name: Run Trivy Vulnerability Scanner - uses: aquasecurity/trivy-action@e368e328979b113139d6f9068e03accaed98a518 # v0.34.1 + uses: aquasecurity/trivy-action@97e0b3872f55f89b95b2f65b3dbab56962816478 # v0.34.2 with: scan-type: 'fs' ignore-unfixed: true @@ -220,7 +220,7 @@ jobs: # 📦 GENERATE SBOM - name: Generate SBOM - uses: anchore/sbom-action@28d71544de8eaf1b958d335707167c5f783590ad # v0.22.2 + uses: anchore/sbom-action@17ae1740179002c89186b61233e0f892c3118b11 # v0.23.0 with: image: ${{ steps.image.outputs.image }} format: cyclonedx-json