diff --git a/.github/workflows/automerge.yml b/.github/workflows/automerge.yml index cd7dfe1..74e663a 100644 --- a/.github/workflows/automerge.yml +++ b/.github/workflows/automerge.yml @@ -45,7 +45,7 @@ jobs: - name: Scan using grype id: scan - uses: anchore/scan-action@v7.4.0 + uses: anchore/scan-action@v7.4.2 with: path: "." by-cve: true diff --git a/.github/workflows/security.yml b/.github/workflows/security.yml index 9fb7ac7..2812a04 100644 --- a/.github/workflows/security.yml +++ b/.github/workflows/security.yml @@ -20,7 +20,7 @@ jobs: - name: Scan using grype id: scan - uses: anchore/scan-action@v7.4.0 + uses: anchore/scan-action@v7.4.2 with: path: "." by-cve: true