We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7833612 commit 14fc242Copy full SHA for 14fc242
.github/workflows/codeql-analysis.yml
@@ -52,7 +52,7 @@ jobs:
52
53
# Initializes the CodeQL tools for scanning.
54
- name: Initialize CodeQL
55
- uses: github/codeql-action/init@v3
+ uses: github/codeql-action/init@v4
56
with:
57
languages: ${{ matrix.language }}
58
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -78,4 +78,4 @@ jobs:
78
make build-go-windows
79
80
- name: Perform CodeQL Analysis
81
- uses: github/codeql-action/analyze@v3
+ uses: github/codeql-action/analyze@v4
0 commit comments