Skip to content

Commit 2e055e0

Browse files
authored
Merge pull request #170 from cisagov/dependabot/github_actions/github/codeql-action-3
Bump github/codeql-action from 2 to 3
2 parents 472b883 + 2be8f7a commit 2e055e0

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
@@ -48,15 +48,15 @@ jobs:
4848

4949
# Initializes the CodeQL tools for scanning.
5050
- name: Initialize CodeQL
51-
uses: github/codeql-action/init@v2
51+
uses: github/codeql-action/init@v3
5252
with:
5353
languages: ${{ matrix.language }}
5454

5555
# Autobuild attempts to build any compiled languages (C/C++, C#, or
5656
# Java). If this step fails, then you should remove it and run the build
5757
# manually (see below).
5858
- name: Autobuild
59-
uses: github/codeql-action/autobuild@v2
59+
uses: github/codeql-action/autobuild@v3
6060

6161
# ℹ️ Command-line programs to run using the OS shell.
6262
# 📚 https://git.io/JvXDl
@@ -70,4 +70,4 @@ jobs:
7070
# make release
7171

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

0 commit comments

Comments
 (0)