Skip to content

Commit af7420d

Browse files
committed
bump actions
1 parent 6bba6b6 commit af7420d

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
@@ -46,11 +46,11 @@ jobs:
4646

4747
steps:
4848
- name: Checkout repository
49-
uses: actions/checkout@v4.1.1
49+
uses: actions/checkout@v4.2.1
5050

5151
# Initializes the CodeQL tools for scanning.
5252
- name: Initialize CodeQL
53-
uses: github/codeql-action/init@v2
53+
uses: github/codeql-action/init@v3
5454
with:
5555
languages: ${{ matrix.language }}
5656
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -79,4 +79,4 @@ jobs:
7979
./eng/BuildAllProjects.ps1
8080
8181
- name: Perform CodeQL Analysis
82-
uses: github/codeql-action/analyze@v2
82+
uses: github/codeql-action/analyze@v3

0 commit comments

Comments
 (0)