Skip to content

Commit a214586

Browse files
committed
feat(ci): add zizmor security audit to checkout action
Adds zizmorcore/zizmor-action inline in the checkout action so every job that checks out code automatically gets a GitHub Actions security audit. Uses digest-pinned Docker images for supply chain integrity.
1 parent d35a3ff commit a214586

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/actions/checkout/action.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,3 +31,8 @@ runs:
3131
path: ${{ inputs.working-directory != '.' && inputs.working-directory || '' }}
3232
fetch-depth: ${{ inputs.fetch-depth }}
3333
persist-credentials: false
34+
35+
- name: Audit GitHub Actions
36+
uses: zizmorcore/zizmor-action@71321a20a9ded102f6e9ce5718a2fcec2c4f70d8 # v0.5.2
37+
with:
38+
min-severity: medium

0 commit comments

Comments
 (0)