We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4afe046 commit fce9979Copy full SHA for fce9979
.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.23.2
+ uses: github/codeql-action/init@v3.24.0
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.23.2
+ uses: github/codeql-action/analyze@v3.24.0
0 commit comments