We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a4163e5 + 40b9f87 commit e6a96f1Copy full SHA for e6a96f1
.github/workflows/codeql-analysis.yml
@@ -44,7 +44,7 @@ jobs:
44
45
# Initializes the CodeQL tools for scanning.
46
- name: Initialize CodeQL
47
- uses: github/codeql-action/init@v1
+ uses: github/codeql-action/init@v3
48
with:
49
languages: ${{ matrix.language }}
50
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -69,4 +69,4 @@ jobs:
69
# make release
70
71
- name: Perform CodeQL Analysis
72
- uses: github/codeql-action/analyze@v1
+ uses: github/codeql-action/analyze@v3
0 commit comments