We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f64d2aa commit baaad7fCopy full SHA for baaad7f
1 file changed
.github/workflows/pre-commit-autoupdate.yml
@@ -16,9 +16,10 @@ jobs:
16
contents: write
17
pull-requests: write
18
steps:
19
- # zizmor: ignore[artipacked]
20
- name: Check out repo
21
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
+ with:
22
+ persist-credentials: false
23
24
- name: Set up Python
25
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
0 commit comments