diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 38834c0ff..fa6786f2f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -363,7 +363,7 @@ jobs: - name: Anchore container scan id: anchore-scan - uses: anchore/scan-action@v3.2.0 + uses: anchore/scan-action@v3.2.5 if: ${{ (matrix.os == 'ubuntu-latest') }} with: image: ${{ fromJSON(steps.meta.outputs.json).tags[0] }}