Skip to content

Commit 7a604b6

Browse files
chore(deps): update github/codeql-action action to v4
1 parent 8d2bb0e commit 7a604b6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/codeql.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ jobs:
1616
uses: actions/checkout@v5
1717

1818
- name: Initialize CodeQL
19-
uses: github/codeql-action/init@v3
19+
uses: github/codeql-action/init@v4
2020
with:
2121
languages: go
2222

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

0 commit comments

Comments
 (0)