Merge branch 'master' into renovate/monthly-updates-by-name

This commit is contained in:
Viktor Szakats 2025-11-17 15:56:58 +01:00 committed by GitHub
commit 43463df48a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
446 changed files with 1731 additions and 3318 deletions

View file

@ -39,6 +39,7 @@ permissions: {}
jobs:
gha_python:
if: ${{ github.repository_owner == 'curl' || github.event_name != 'schedule' }}
name: 'GHA and Python'
runs-on: ubuntu-latest
permissions:
@ -58,6 +59,7 @@ jobs:
uses: github/codeql-action/analyze@014f16e7ab1402f30e7c3329d33797e7948572db # v4.31.3
c:
if: ${{ github.repository_owner == 'curl' || github.event_name != 'schedule' }}
name: 'C'
runs-on: ${{ matrix.platform == 'Linux' && 'ubuntu-latest' || 'windows-2022' }}
permissions: