diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 04f85ec..c6747b1 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@97e0b3872f55f89b95b2f65b3dbab56962816478 # v0.34.2 + uses: aquasecurity/trivy-action@57a97c7e7821a5776cebc9bb87c984fa69cba8f1 # v0.35.0 with: scan-type: 'fs' ignore-unfixed: true @@ -206,7 +206,7 @@ jobs: # Install cosign - name: Install cosign - uses: sigstore/cosign-installer@faadad0cce49287aee09b3a48701e75088a2c6ad # v4.0.0 + uses: sigstore/cosign-installer@ba7bc0a3fef59531c69a25acd34668d6d3fe6f22 # v4.1.0 # Initialize Sigstore with latest TUF root - name: Initialize Sigstore