Skip to content

Commit 85446c6

Browse files
gh-actions(deps): bump github/codeql-action from 2 to 3
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2 to 3. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@v2...v3) --- updated-dependencies: - dependency-name: github/codeql-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 9878ef7 commit 85446c6

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)