Merge pull request #564 from kubernetes-csi/dependabot/github_actions/github/codeql-action-3

chore(deps): bump github/codeql-action from 2 to 3
This commit is contained in:
Kubernetes Prow Robot 2023-12-14 03:28:55 +01:00 committed by GitHub
commit 2cc75679fc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -48,7 +48,7 @@ jobs:
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@v2
uses: github/codeql-action/init@v3
with:
languages: ${{ matrix.language }}
# If you wish to specify custom queries, you can do so here or in a config file.
@ -63,4 +63,4 @@ jobs:
make all
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2
uses: github/codeql-action/analyze@v3