Skip to content

Commit 3af455f

Browse files
committed
CI: auto-fix via zizmor
- Prevents checkout premissions from leaking
1 parent 2b75c9e commit 3af455f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/reviewdog.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ jobs:
1313
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
1414
with:
1515
fetch-depth: 0
16+
persist-credentials: false
1617
- uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
1718
with:
1819
python-version: "3.x"

0 commit comments

Comments
 (0)