Skip to content

Commit 1f2479f

Browse files
build(deps): Bump github/codeql-action from 2 to 3 (#1202)
1 parent f67e0e2 commit 1f2479f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/codeql-analysis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@ jobs:
2525

2626
# Initializes the CodeQL tools for scanning.
2727
- name: Initialize CodeQL
28-
uses: github/codeql-action/init@v2
28+
uses: github/codeql-action/init@v3
2929
# Override language selection by uncommenting this and choosing your languages
3030
# with:
3131
# languages: go, javascript, csharp, python, cpp, java
3232

3333
- name: Perform CodeQL Analysis
34-
uses: github/codeql-action/analyze@v2
34+
uses: github/codeql-action/analyze@v3

0 commit comments

Comments
 (0)