diff --git a/.github/workflows/linting.yml b/.github/workflows/linting.yml index da28b0bed..f7a2c5bb7 100644 --- a/.github/workflows/linting.yml +++ b/.github/workflows/linting.yml @@ -102,7 +102,7 @@ jobs: - name: Check out the repository uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 - name: Run Anchore vulnerability scanner - uses: anchore/scan-action@4be3c24559b430723e51858969965e163b196957 + uses: anchore/scan-action@24fd7c9060f3c96848dd1929fac8d796fb5ae4b4 id: scan with: path: "." diff --git a/.github/workflows/report.yml b/.github/workflows/report.yml index be88e2664..5d1b70ec5 100644 --- a/.github/workflows/report.yml +++ b/.github/workflows/report.yml @@ -39,7 +39,7 @@ jobs: - name: Check out the repository uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 - name: Run Anchore vulnerability scanner - uses: anchore/scan-action@4be3c24559b430723e51858969965e163b196957 + uses: anchore/scan-action@24fd7c9060f3c96848dd1929fac8d796fb5ae4b4 id: scan with: path: "."