We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e6fe6c commit 14b2448Copy full SHA for 14b2448
.github/workflows/codeql-analysis.yml
@@ -47,7 +47,7 @@ jobs:
47
48
# Initializes the CodeQL tools for scanning.
49
- name: Initialize CodeQL
50
- uses: github/codeql-action/init@v3
+ uses: github/codeql-action/init@v4
51
with:
52
languages: ${{ matrix.language }}
53
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -75,4 +75,4 @@ jobs:
75
go build -o bin/manager main.go
76
77
- name: Perform CodeQL Analysis
78
- uses: github/codeql-action/analyze@v3
+ uses: github/codeql-action/analyze@v4
0 commit comments