Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/security.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
pull-requests: read
steps:
- name: Checkout
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6

Check warning on line 36 in .github/workflows/security.yml

View workflow job for this annotation

GitHub Actions / zizmor

ref-version-mismatch

security.yml:36: action's hash pin has mismatched or missing version comment: points to commit df4cb1c069e1
with:
persist-credentials: false

Expand All @@ -47,12 +47,12 @@
contents: read
steps:
- name: Checkout
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6

Check warning on line 50 in .github/workflows/security.yml

View workflow job for this annotation

GitHub Actions / zizmor

ref-version-mismatch

security.yml:50: action's hash pin has mismatched or missing version comment: points to commit df4cb1c069e1
with:
persist-credentials: false

- name: Audit GitHub Actions
uses: zizmorcore/zizmor-action@b1d7e1fb5de872772f31590499237e7cce841e8e # v0.5.3
uses: zizmorcore/zizmor-action@192e21d79ab29983730a13d1382995c2307fbcaa # v0.5.7
with:
advanced-security: false
annotations: true
Loading