Skip to content

Commit 3ce0591

Browse files
committed
👷 Upgrade CodeQL GitHub actions
1 parent cc046b3 commit 3ce0591

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@ jobs:
2121

2222
steps:
2323
- name: Checkout repository
24-
uses: actions/checkout@v2
24+
uses: actions/checkout@v3
2525

2626
- name: Initialize CodeQL
27-
uses: github/codeql-action/init@v1
27+
uses: github/codeql-action/init@v2
2828
with:
2929
languages: ${{ matrix.language }}
3030

3131
- name: Perform CodeQL Analysis
32-
uses: github/codeql-action/analyze@v1
32+
uses: github/codeql-action/analyze@v2

0 commit comments

Comments
 (0)