diff --git a/.github/workflows/linting.yml b/.github/workflows/linting.yml index 9587a2817..39c450a3b 100644 --- a/.github/workflows/linting.yml +++ b/.github/workflows/linting.yml @@ -102,7 +102,7 @@ jobs: - name: Check out the repository uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c - name: Run Anchore vulnerability scanner - uses: anchore/scan-action@dafbc97d7259af88b61bd260f2fde565d0668a72 + uses: anchore/scan-action@4be3c24559b430723e51858969965e163b196957 id: scan with: path: "." diff --git a/.github/workflows/report.yml b/.github/workflows/report.yml index 6378a05aa..08e602611 100644 --- a/.github/workflows/report.yml +++ b/.github/workflows/report.yml @@ -39,7 +39,7 @@ jobs: - name: Check out the repository uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c - name: Run Anchore vulnerability scanner - uses: anchore/scan-action@dafbc97d7259af88b61bd260f2fde565d0668a72 + uses: anchore/scan-action@4be3c24559b430723e51858969965e163b196957 id: scan with: path: "."