We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2d07dc2 + cb85afc commit 09c14a7Copy full SHA for 09c14a7
1 file changed
.github/workflows/code-scanning.yml
@@ -33,14 +33,14 @@ jobs:
33
go-version-file: "go.mod"
34
35
- name: Initialize CodeQL
36
- uses: github/codeql-action/init@v3
+ uses: github/codeql-action/init@v4
37
with:
38
languages: ${{ matrix.language }}
39
40
- name: Autobuild
41
- uses: github/codeql-action/autobuild@v3
+ uses: github/codeql-action/autobuild@v4
42
43
- name: Perform CodeQL Analysis
44
- uses: github/codeql-action/analyze@v3
+ uses: github/codeql-action/analyze@v4
45
46
category: "/language:${{ matrix.language }}"
0 commit comments