diff --git a/.github/workflows/linting.yml b/.github/workflows/linting.yml index e7d94f57e..e3f0c8eda 100644 --- a/.github/workflows/linting.yml +++ b/.github/workflows/linting.yml @@ -102,7 +102,7 @@ jobs: - name: Check out the repository uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab - 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 7361bd425..cebcf502b 100644 --- a/.github/workflows/report.yml +++ b/.github/workflows/report.yml @@ -39,7 +39,7 @@ jobs: - name: Check out the repository uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab - name: Run Anchore vulnerability scanner - uses: anchore/scan-action@4be3c24559b430723e51858969965e163b196957 + uses: anchore/scan-action@24fd7c9060f3c96848dd1929fac8d796fb5ae4b4 id: scan with: path: "."