Skip to content

Commit 4732770

Browse files
authored
Merge pull request #6721 from andrewpollack/andrewpollack/zizmor-audit
security: Run zizmor on CI, resolve actions
2 parents c7aac5b + f6a7af6 commit 4732770

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/workflows/checks.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,20 @@
11
name: Correctness Checks
22
on: [push, pull_request]
3+
4+
permissions:
5+
contents: read
6+
37
jobs:
48
Run-Markdown-Checks:
9+
name: Run Markdown Checks
510
runs-on: ubuntu-24.04
611
steps:
712
- name: checkout
813
uses: actions/checkout@v4
14+
with:
15+
persist-credentials: false
916
- name: Install Python dependencies
10-
uses: py-actions/py-dependency-install@v4
17+
uses: py-actions/py-dependency-install@9c419aa98bfb42280bdae2b0a736befd9b01e3b1 # v4
1118
with:
1219
path: "tools/requirements.txt"
1320
update-pip: "false"

0 commit comments

Comments
 (0)