Merge pull request #1973 from monitoring-plugins/dependabot-github_actions-github-codeql-action-3

build(deps): bump github/codeql-action from 2 to 3
This commit is contained in:
waja 2023-12-14 06:07:55 +01:00 committed by GitHub
commit 0445456e8b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -44,7 +44,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.
@ -70,4 +70,4 @@ jobs:
make
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2
uses: github/codeql-action/analyze@v3