diff --git a/.github/workflows/linting.yml b/.github/workflows/linting.yml index fef142dfb..1aff86b9b 100644 --- a/.github/workflows/linting.yml +++ b/.github/workflows/linting.yml @@ -148,7 +148,7 @@ jobs: - name: Check out the repository uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 - name: Run Anchore vulnerability scanner - uses: anchore/scan-action@24fd7c9060f3c96848dd1929fac8d796fb5ae4b4 + uses: anchore/scan-action@62370b53ab026f5d09b9fb43a7b5ec4b73c1a8e0 id: scan with: path: "." diff --git a/.github/workflows/report.yml b/.github/workflows/report.yml index 04e7e5d04..288c36626 100644 --- a/.github/workflows/report.yml +++ b/.github/workflows/report.yml @@ -57,7 +57,7 @@ jobs: - name: Check out the repository uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 - name: Run Anchore vulnerability scanner - uses: anchore/scan-action@24fd7c9060f3c96848dd1929fac8d796fb5ae4b4 + uses: anchore/scan-action@62370b53ab026f5d09b9fb43a7b5ec4b73c1a8e0 id: scan with: path: "."