Skip to content

Commit cf6cbd9

Browse files
authored
Merge pull request #1444 from NVIDIA/dependabot/github_actions/main/github/codeql-action-4
Bump github/codeql-action from 3 to 4
2 parents 24c9e38 + 0c67cf7 commit cf6cbd9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/code_scanning.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
go-version: ${{ inputs.golang_version }}
4040

4141
- name: Initialize CodeQL
42-
uses: github/codeql-action/init@v3
42+
uses: github/codeql-action/init@v4
4343
with:
4444
languages: go
4545
build-mode: manual
@@ -49,6 +49,6 @@ jobs:
4949
make build
5050
5151
- name: Perform CodeQL Analysis
52-
uses: github/codeql-action/analyze@v3
52+
uses: github/codeql-action/analyze@v4
5353
with:
5454
category: "/language:go"

0 commit comments

Comments
 (0)