auto fixes to github actions by zizmor

This commit is contained in:
Kovid Goyal 2025-11-07 09:35:31 +05:30
parent c7e8d11a30
commit 76dee4bd22
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C
3 changed files with 4 additions and 0 deletions

View File

@ -13,3 +13,5 @@ updates:
actions:
patterns:
- "*"
cooldown:
default-days: 7

View File

@ -54,6 +54,7 @@ jobs:
uses: actions/checkout@v5
with:
fetch-depth: 10
persist-credentials: false
- name: Install calibre dependencies
run: setup/arch-ci.sh

View File

@ -42,6 +42,7 @@ jobs:
# We must fetch at least the immediate parents so that if this is
# a pull request then we can checkout the head.
fetch-depth: 2
persist-credentials: false
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL