diff options
| author | Jacob Walls <jacobtylerwalls@gmail.com> | 2025-11-14 13:39:01 -0500 |
|---|---|---|
| committer | Jacob Walls <jacobtylerwalls@gmail.com> | 2025-11-21 14:36:19 -0500 |
| commit | e8958c4690faef27b6715524ecb5c49c3ecb6a09 (patch) | |
| tree | a811d3c89d5a5069dbecc5d70c3fb4d007d07f27 /.github/workflows/docs.yml | |
| parent | 09d4bf5cd9c95c588d3ec22edea5db1f5f146900 (diff) | |
Applied auto-fixes from zizmor findings.
Diffstat (limited to '.github/workflows/docs.yml')
| -rw-r--r-- | .github/workflows/docs.yml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 6e4a9cdd1b..4100c9ea21 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -26,6 +26,8 @@ jobs: steps: - name: Checkout uses: actions/checkout@v5 + with: + persist-credentials: false - name: Set up Python uses: actions/setup-python@v6 with: @@ -44,6 +46,8 @@ jobs: steps: - name: Checkout uses: actions/checkout@v5 + with: + persist-credentials: false - name: Set up Python uses: actions/setup-python@v6 with: @@ -65,6 +69,8 @@ jobs: steps: - name: Checkout uses: actions/checkout@v5 + with: + persist-credentials: false - name: Set up Python uses: actions/setup-python@v6 with: |
