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

This commit is contained in:
Renovate Bot 2025-06-30 13:39:23 +00:00
parent aee0e7b6ca
commit b192339737
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@39edc492dbe16b1465b0cafca41432d857bdb31a # v3.29.1
uses: github/codeql-action/init@181d5eefc20863364f96762470ba6f862bdef56b # v3.29.2
with:
build-mode: ${{ matrix.language == 'go' && 'autobuild' || '' }}
languages: ${{ matrix.language }}
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@39edc492dbe16b1465b0cafca41432d857bdb31a # v3.29.1
uses: github/codeql-action/analyze@181d5eefc20863364f96762470ba6f862bdef56b # v3.29.2
with:
category: '/language:${{matrix.language}}'