1
0
mirror of https://github.com/cmur2/kube-stale-resources.git synced 2025-10-15 14:02:33 +02:00

ci: update github/codeql-action action to v4

This commit is contained in:
renovate[bot]
2025-10-09 01:08:56 +00:00
committed by Christian Nicolai
parent 3a6b7b8cf5
commit cc0220a973

View File

@@ -87,7 +87,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@v3 uses: github/codeql-action/init@v4
with: with:
languages: python languages: python
# If you wish to specify custom queries, you can do so here or in a config file. # If you wish to specify custom queries, you can do so here or in a config file.
@@ -96,4 +96,4 @@ jobs:
# queries: ./path/to/local/query, your-org/your-repo/queries@main # queries: ./path/to/local/query, your-org/your-repo/queries@main
- name: Perform CodeQL Analysis - name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3 uses: github/codeql-action/analyze@v4