Skip to content

Commit 9f6b220

Browse files
chore(deps): bump github/codeql-action action to v3
1 parent 0f33d2d commit 9f6b220

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424

2525
# Initializes the CodeQL tools for scanning.
2626
- name: Initialize CodeQL
27-
uses: github/codeql-action/init@v2
27+
uses: github/codeql-action/init@v3
2828

2929
# Override language selection by uncommenting this and choosing your languages
3030
# with:
@@ -34,4 +34,4 @@ jobs:
3434
yarn build
3535
3636
- name: Perform CodeQL Analysis
37-
uses: github/codeql-action/analyze@v2
37+
uses: github/codeql-action/analyze@v3

0 commit comments

Comments
 (0)