Skip to content

Commit 09bcce9

Browse files
Bump github/codeql-action from 3 to 4 (#490)
1 parent 7678da8 commit 09bcce9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626

2727
# Initializes the CodeQL tools for scanning.
2828
- name: Initialize CodeQL
29-
uses: github/codeql-action/init@v3
29+
uses: github/codeql-action/init@v4
3030
with:
3131
languages: ${{ matrix.language }}
3232

@@ -42,7 +42,7 @@ jobs:
4242
go-version: ${{ steps.go_version.outputs.version }}
4343

4444
- name: Autobuild for CodeQL
45-
uses: github/codeql-action/autobuild@v3
45+
uses: github/codeql-action/autobuild@v4
4646

4747
- name: Perform CodeQL Analysis
48-
uses: github/codeql-action/analyze@v3
48+
uses: github/codeql-action/analyze@v4

0 commit comments

Comments
 (0)