ci(deps): update github/codeql-action action to v3.29.4

This commit is contained in:
Renovate Bot 2025-07-23 14:09:22 +00:00
parent e4d919bc5e
commit aecd343c62
No known key found for this signature in database

View file

@ -36,12 +36,12 @@ jobs:
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@d6bbdef45e766d081b84a2def353b0055f728d3e # v3.29.3
uses: github/codeql-action/init@4e828ff8d448a8a6e532957b1811f387a63867e8 # v3.29.4
with:
build-mode: ${{ matrix.language == 'go' && 'autobuild' || '' }}
languages: ${{ matrix.language }}
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@d6bbdef45e766d081b84a2def353b0055f728d3e # v3.29.3
uses: github/codeql-action/analyze@4e828ff8d448a8a6e532957b1811f387a63867e8 # v3.29.4
with:
category: '/language:${{matrix.language}}'