Skip to content

Commit 523e5c1

Browse files
authored
Merge pull request #147 from isometry/dependabot/github_actions/github/codeql-action-3
2 parents cc47745 + 3398f0a commit 523e5c1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/codeql.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929

3030
# Initializes the CodeQL tools for scanning.
3131
- name: Initialize CodeQL
32-
uses: github/codeql-action/init@v2
32+
uses: github/codeql-action/init@v3
3333
with:
3434
languages: ${{ matrix.language }}
3535

@@ -40,9 +40,9 @@ jobs:
4040
# Autobuild attempts to build any compiled languages (C/C++, C#, Go, or Java).
4141
# If this step fails, then you should remove it and run the build manually (see below)
4242
- name: Autobuild
43-
uses: github/codeql-action/autobuild@v2
43+
uses: github/codeql-action/autobuild@v3
4444

4545
- name: Perform CodeQL Analysis
46-
uses: github/codeql-action/analyze@v2
46+
uses: github/codeql-action/analyze@v3
4747
with:
4848
category: "/language:${{matrix.language}}"

0 commit comments

Comments
 (0)