We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 937f9dc commit 2bd4600Copy full SHA for 2bd4600
.github/workflows/codeql-analysis.yml
@@ -31,7 +31,7 @@ jobs:
31
32
# Initializes the CodeQL tools for scanning.
33
- name: Initialize CodeQL
34
- uses: github/codeql-action/init@v3.26.0
+ uses: github/codeql-action/init@v3.27.1
35
with:
36
languages: ${{ matrix.language }}
37
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -40,4 +40,4 @@ jobs:
40
# queries: ./path/to/local/query, your-org/your-repo/queries@main
41
42
- name: Perform CodeQL Analysis
43
- uses: github/codeql-action/analyze@v3.26.0
+ uses: github/codeql-action/analyze@v3.27.1
0 commit comments