Merge branch 'dependabot/github_actions/actions-882fedbe01' of https://github.com/kovidgoyal/kitty

This commit is contained in:
Kovid Goyal 2026-06-15 09:20:28 +05:30
commit 65e6a127ff
No known key found for this signature in database
GPG key ID: 06BC317B515ACE7C
3 changed files with 10 additions and 10 deletions

View file

@ -45,7 +45,7 @@ jobs:
steps: steps:
- name: Checkout source code - name: Checkout source code
uses: actions/checkout@v6.0.2 uses: actions/checkout@v6.0.3
with: with:
fetch-depth: 10 fetch-depth: 10
persist-credentials: false persist-credentials: false
@ -73,7 +73,7 @@ jobs:
CFLAGS: -funsigned-char CFLAGS: -funsigned-char
steps: steps:
- name: Checkout source code - name: Checkout source code
uses: actions/checkout@v6.0.2 uses: actions/checkout@v6.0.3
with: with:
fetch-depth: 0 # needed for :commit: docs role fetch-depth: 0 # needed for :commit: docs role
persist-credentials: false persist-credentials: false
@ -145,7 +145,7 @@ jobs:
KITTY_BUNDLE: 1 KITTY_BUNDLE: 1
steps: steps:
- name: Checkout source code - name: Checkout source code
uses: actions/checkout@v6.0.2 uses: actions/checkout@v6.0.3
with: with:
fetch-depth: 10 fetch-depth: 10
persist-credentials: false persist-credentials: false
@ -166,7 +166,7 @@ jobs:
runs-on: macos-latest runs-on: macos-latest
steps: steps:
- name: Checkout source code - name: Checkout source code
uses: actions/checkout@v6.0.2 uses: actions/checkout@v6.0.3
with: with:
fetch-depth: 0 # needed for :commit: docs role fetch-depth: 0 # needed for :commit: docs role
persist-credentials: false persist-credentials: false
@ -204,7 +204,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Checkout source code - name: Checkout source code
uses: actions/checkout@v6.0.2 uses: actions/checkout@v6.0.3
with: with:
fetch-depth: 10 fetch-depth: 10
persist-credentials: false persist-credentials: false

View file

@ -39,7 +39,7 @@ jobs:
steps: steps:
- name: Checkout repository - name: Checkout repository
uses: actions/checkout@v6.0.2 uses: actions/checkout@v6.0.3
with: with:
# We must fetch at least the immediate parents so that if this is # We must fetch at least the immediate parents so that if this is
# a pull request then we can checkout the head. # a pull request then we can checkout the head.
@ -54,7 +54,7 @@ jobs:
# Initializes the CodeQL tools for scanning. # Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL - name: Initialize CodeQL
uses: github/codeql-action/init@v4.36.0 uses: github/codeql-action/init@v4.36.2
with: with:
languages: ${{ matrix.language }} languages: ${{ matrix.language }}
trap-caching: false trap-caching: false
@ -64,7 +64,7 @@ jobs:
run: python3 .github/workflows/ci.py build run: python3 .github/workflows/ci.py build
- name: Perform CodeQL Analysis - name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v4.36.0 uses: github/codeql-action/analyze@v4.36.2
- name: Run govulncheck - name: Run govulncheck
if: matrix.language == 'go' if: matrix.language == 'go'

View file

@ -22,13 +22,13 @@ jobs:
KITTY_BUNDLE: 1 KITTY_BUNDLE: 1
steps: steps:
- name: Checkout source code - name: Checkout source code
uses: actions/checkout@v6.0.2 uses: actions/checkout@v6.0.3
with: with:
fetch-depth: 10 fetch-depth: 10
persist-credentials: false persist-credentials: false
- name: Checkout bypy - name: Checkout bypy
uses: actions/checkout@v6.0.2 uses: actions/checkout@v6.0.3
with: with:
fetch-depth: 1 fetch-depth: 1
persist-credentials: false persist-credentials: false