Skip to content

Commit b4467d8

Browse files
committed
Add git-safe-actions to CI
- via @lavamoat/git-safe-dependencies - prevent mutable GHA references - e.g. actions/checkout@v5 - validate GHA pinned to commit hash - e.g. actions/checkout@<hash> - ensure deterministic GHA downloads prior VM execution - (renovate config:best-practices extends helpers:pinGitHubActionDigests) Resolve: #1822
1 parent 1024224 commit b4467d8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ jobs:
2222
- name: Run @lavamoat/git-safe-dependencies
2323
run: yarn git-safe-dependencies
2424

25+
- name: Run @lavamoat/git-safe-dependencies (git-safe-actions)
26+
run: yarn git-safe-actions
27+
2528
- name: Compile with TypeScript
2629
run: yarn tsc
2730

0 commit comments

Comments
 (0)