Merge pull request #443 from kubernetes-csi/dependabot/github_actions/github/codeql-action-2

chore(deps): bump github/codeql-action from 1 to 2
This commit is contained in:
Kubernetes Prow Robot 2023-05-05 05:17:13 -07:00 committed by GitHub
commit fc99ace29c
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@v1
uses: github/codeql-action/init@v2
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@v1
uses: github/codeql-action/analyze@v2