Merge pull request #2850 from TandoorRecipes/dependabot/github_actions/github/codeql-action-3

Bump github/codeql-action from 2 to 3
This commit is contained in:
vabene1111 2024-01-19 17:09:35 +08:00 committed by GitHub
commit 0d9e2a8f5b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -25,7 +25,7 @@ jobs:
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@v2
uses: github/codeql-action/init@v3
# Override language selection by uncommenting this and choosing your languages
with:
languages: python, javascript
@ -47,6 +47,6 @@ jobs:
# make release
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2
uses: github/codeql-action/analyze@v3
with:
languages: javascript, python