We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a293a74 + 857bf7b commit 531400aCopy full SHA for 531400a
.github/workflows/codeql.yml
@@ -48,7 +48,7 @@ jobs:
48
49
# Initializes the CodeQL tools for scanning.
50
- name: Initialize CodeQL
51
- uses: github/codeql-action/init@v3
+ uses: github/codeql-action/init@v4
52
with:
53
languages: ${{ matrix.language }}
54
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -75,5 +75,5 @@ jobs:
75
meson test
76
77
- name: Perform CodeQL Analysis
78
- uses: github/codeql-action/analyze@v3
+ uses: github/codeql-action/analyze@v4
79
0 commit comments