auto fixes to github actions by zizmor

This commit is contained in:
Kovid Goyal 2025-11-07 09:36:57 +05:30
parent 71fef270f3
commit 0195f0f5f6
No known key found for this signature in database
GPG key ID: 06BC317B515ACE7C
2 changed files with 5 additions and 0 deletions

View file

@ -13,6 +13,8 @@ updates:
all-go-deps:
patterns:
- "*" # group all non-security update PRs
cooldown:
default-days: 7
- package-ecosystem: "github-actions"
directory: "/"
schedule:
@ -21,3 +23,5 @@ updates:
actions:
patterns:
- "*"
cooldown:
default-days: 7

View file

@ -44,6 +44,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
- name: Install Go
if: matrix.language == 'c' || matrix.language == 'go'