Update github/codeql-action action to v2.28.1

This commit is contained in:
Renovate Bot 2025-05-01 13:53:59 +00:00
parent 32a8b09142
commit d4f512e0f7
No known key found for this signature in database

View file

@ -36,14 +36,14 @@ jobs:
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@v2.21.2
uses: github/codeql-action/init@b8d3b6e8af63cde30bdc382c0bc28114f4346c88 # v2.28.1
with:
languages: ${{ matrix.language }}
- name: Autobuild
uses: github/codeql-action/autobuild@v2.21.2
uses: github/codeql-action/autobuild@b8d3b6e8af63cde30bdc382c0bc28114f4346c88 # v2.28.1
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2.21.2
uses: github/codeql-action/analyze@b8d3b6e8af63cde30bdc382c0bc28114f4346c88 # v2.28.1
with:
category: '/language:${{matrix.language}}'