Skip to content

Commit 37dfa58

Browse files
authored
Merge pull request #3033 from metacpan/dependabot/github_actions/github/codeql-action-3
Bump github/codeql-action from 2 to 3
2 parents aa75303 + acf1c20 commit 37dfa58

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
@@ -23,15 +23,15 @@ jobs:
2323

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

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

3636
# ℹ️ Command-line programs to run using the OS shell.
3737
# 📚 https://git.io/JvXDl
@@ -45,4 +45,4 @@ jobs:
4545
# make release
4646

4747
- name: Perform CodeQL Analysis
48-
uses: github/codeql-action/analyze@v2
48+
uses: github/codeql-action/analyze@v3

0 commit comments

Comments
 (0)