Skip to content

Commit 0b6f03a

Browse files
authored
Merge pull request #91 from niieani/dependabot/github_actions/github/codeql-action-2
2 parents 130537b + d29d451 commit 0b6f03a

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
@@ -20,15 +20,15 @@ jobs:
2020

2121
# Initializes the CodeQL tools for scanning.
2222
- name: Initialize CodeQL
23-
uses: github/codeql-action/init@v1
23+
uses: github/codeql-action/init@v2
2424
# Override language selection by uncommenting this and choosing your languages
2525
# with:
2626
# languages: go, javascript, csharp, python, cpp, java
2727

2828
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
2929
# If this step fails, then you should remove it and run the build manually (see below)
3030
- name: Autobuild
31-
uses: github/codeql-action/autobuild@v1
31+
uses: github/codeql-action/autobuild@v2
3232

3333
# ℹ️ Command-line programs to run using the OS shell.
3434
# 📚 https://git.io/JvXDl
@@ -42,4 +42,4 @@ jobs:
4242
# make release
4343

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

0 commit comments

Comments
 (0)