diff --git a/.github/workflows/linting.yml b/.github/workflows/linting.yml index b05392521..b62e223d9 100644 --- a/.github/workflows/linting.yml +++ b/.github/workflows/linting.yml @@ -122,7 +122,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 3d5b58fd1..9fd8712cb 100644 --- a/.github/workflows/report.yml +++ b/.github/workflows/report.yml @@ -20,7 +20,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: "."