Skip to content

Commit 9ad4774

Browse files
authored
Merge pull request #1 from tektronix/dependabot/github_actions/github/codeql-action-3
gh-actions(deps): bump github/codeql-action from 2 to 3
2 parents dc479c5 + 85446c6 commit 9ad4774

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
@@ -66,7 +66,7 @@ jobs:
6666

6767
# Initializes the CodeQL tools for scanning.
6868
- name: Initialize CodeQL
69-
uses: github/codeql-action/init@v2
69+
uses: github/codeql-action/init@v3
7070
with:
7171
languages: ${{ matrix.language }}
7272
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -80,7 +80,7 @@ jobs:
8080
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
8181
# If this step fails, then you should remove it and run the build manually (see below)
8282
- name: Autobuild
83-
uses: github/codeql-action/autobuild@v2
83+
uses: github/codeql-action/autobuild@v3
8484

8585
# ℹ️ Command-line programs to run using the OS shell.
8686
# 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
@@ -93,6 +93,6 @@ jobs:
9393
# ./location_of_script_within_repo/buildscript.sh
9494

9595
- name: Perform CodeQL Analysis
96-
uses: github/codeql-action/analyze@v2
96+
uses: github/codeql-action/analyze@v3
9797
with:
9898
category: "/language:${{matrix.language}}"

0 commit comments

Comments
 (0)