diff --git a/.github/workflows/reusable_checks.yml b/.github/workflows/reusable_checks.yml index 8d7ae3874..ebfbe6112 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@0c17dabcee8b8f1957fa917d17393a23e02e1583 # v1.36.3 + uses: crate-ci/typos@40156d6074bf731adb169cfb8234954971dbc487 # v1.37.1 with: config: ./.github/workflows/.spellcheck-conf.toml diff --git a/.github/workflows/scorecard.yml b/.github/workflows/scorecard.yml index 82bf92ac5..761d5d1a9 100644 --- a/.github/workflows/scorecard.yml +++ b/.github/workflows/scorecard.yml @@ -33,7 +33,7 @@ jobs: fetch-depth: 0 - name: Run analysis - uses: ossf/scorecard-action@05b42c624433fc40578a4040d5cf5e36ddca8cde # v2.4.2 + uses: ossf/scorecard-action@4eaacf0543bb3f2c246792bd56e8cdeffafb205a # v2.4.3 with: results_file: scorecard_results.sarif results_format: sarif