diff --git a/.github/workflows/reusable_checks.yml b/.github/workflows/reusable_checks.yml index 180e56a4fe..926856b09d 100644 --- a/.github/workflows/reusable_checks.yml +++ b/.github/workflows/reusable_checks.yml @@ -57,7 +57,7 @@ jobs: ./scripts/check_license/check_headers.sh . "Apache-2.0 WITH LLVM-exception" -v - name: Run a spell check - uses: crate-ci/typos@a4c3e43aea0a9e9b9e6578d2731ebd9a27e8f6cd # v1.35.5 + uses: crate-ci/typos@87d57f0e994b0e73e3efb34a953ae275b86b5971 # v1.35.6 with: config: ./.github/workflows/.spellcheck-conf.toml diff --git a/.github/workflows/reusable_trivy.yml b/.github/workflows/reusable_trivy.yml index 2ad92313ba..d44b97af52 100644 --- a/.github/workflows/reusable_trivy.yml +++ b/.github/workflows/reusable_trivy.yml @@ -21,7 +21,7 @@ jobs: fetch-depth: 0 - name: Run Trivy - uses: aquasecurity/trivy-action@dc5a429b52fcf669ce959baa2c2dd26090d2a6c4 # v0.32.0 + uses: aquasecurity/trivy-action@f9424c10c36e288d5fa79bd3dfd1aeb2d6eae808 # v0.33.0 with: scan-type: 'config' hide-progress: false