Skip to content

Commit acfb2a8

Browse files
authored
Merge pull request #105 from NVIDIA/dependabot/github_actions/github/codeql-action-4
2 parents 3aa29de + 5fac844 commit acfb2a8

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
@@ -37,7 +37,7 @@ jobs:
3737
uses: actions/checkout@v5
3838

3939
- name: Initialize CodeQL
40-
uses: github/codeql-action/init@v3
40+
uses: github/codeql-action/init@v4
4141
with:
4242
languages: go
4343
build-mode: manual
@@ -47,6 +47,6 @@ jobs:
4747
make build
4848
4949
- name: Perform CodeQL Analysis
50-
uses: github/codeql-action/analyze@v3
50+
uses: github/codeql-action/analyze@v4
5151
with:
5252
category: "/language:go"

0 commit comments

Comments
 (0)