Skip to content

Commit 7254c31

Browse files
authored
chore: pin third-party GitHub Actions to commit SHAs (#1869)
* [SEC-7924] chore: pin third-party GitHub Actions to commit SHAs Pin all third-party GitHub Actions to full-length commit SHAs to prevent supply chain attacks. Addresses findings from the third-party-action-not-pinned-to-commit-sha Semgrep rule. * Apply suggestion from @pkaeding * Apply suggestion from @pkaeding
1 parent 64ef294 commit 7254c31

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/verify.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
fetch-depth: 0
8989

9090
- name: Setup Biome
91-
uses: biomejs/setup-biome@a05c02a1304287da45f13648675a70d5841acdbc # v2
91+
uses: biomejs/setup-biome@4c91541eaada48f67d7dbd7833600ce162b68f51 # v2
9292

9393
- name: Run Biome
9494
run: biome ci .

0 commit comments

Comments
 (0)