Skip to content

Commit ee44e31

Browse files
committed
[spec] codeql versions bump
1 parent c912f30 commit ee44e31

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
@@ -43,7 +43,7 @@ jobs:
4343

4444
# Initializes the CodeQL tools for scanning.
4545
- name: Initialize CodeQL
46-
uses: github/codeql-action/init@v1
46+
uses: github/codeql-action/init@v3
4747
with:
4848
languages: ${{ matrix.language }}
4949
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -60,4 +60,4 @@ jobs:
6060
- run: dotnet build src/Simplify.Web.sln -v minimal
6161

6262
- name: Perform CodeQL Analysis
63-
uses: github/codeql-action/analyze@v1
63+
uses: github/codeql-action/analyze@v3

0 commit comments

Comments
 (0)