dependabot[bot]
dependabot[bot]
commited on
Commit
•
1994ad9
1
Parent(s):
5743deb
Bump github/codeql-action from 1 to 2 (#7665)
Browse filesBumps [github/codeql-action](https://github.com/github/codeql-action) from 1 to 2.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](https://github.com/github/codeql-action/compare/v1...v2)
---
updated-dependencies:
- dependency-name: github/codeql-action
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
.github/workflows/codeql-analysis.yml
CHANGED
@@ -26,7 +26,7 @@ jobs:
|
|
26 |
|
27 |
# Initializes the CodeQL tools for scanning.
|
28 |
- name: Initialize CodeQL
|
29 |
-
uses: github/codeql-action/init@
|
30 |
with:
|
31 |
languages: ${{ matrix.language }}
|
32 |
# If you wish to specify custom queries, you can do so here or in a config file.
|
@@ -37,7 +37,7 @@ jobs:
|
|
37 |
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
|
38 |
# If this step fails, then you should remove it and run the build manually (see below)
|
39 |
- name: Autobuild
|
40 |
-
uses: github/codeql-action/autobuild@
|
41 |
|
42 |
# ℹ️ Command-line programs to run using the OS shell.
|
43 |
# 📚 https://git.io/JvXDl
|
@@ -51,4 +51,4 @@ jobs:
|
|
51 |
# make release
|
52 |
|
53 |
- name: Perform CodeQL Analysis
|
54 |
-
uses: github/codeql-action/analyze@
|
|
|
26 |
|
27 |
# Initializes the CodeQL tools for scanning.
|
28 |
- name: Initialize CodeQL
|
29 |
+
uses: github/codeql-action/init@v2
|
30 |
with:
|
31 |
languages: ${{ matrix.language }}
|
32 |
# If you wish to specify custom queries, you can do so here or in a config file.
|
|
|
37 |
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
|
38 |
# If this step fails, then you should remove it and run the build manually (see below)
|
39 |
- name: Autobuild
|
40 |
+
uses: github/codeql-action/autobuild@v2
|
41 |
|
42 |
# ℹ️ Command-line programs to run using the OS shell.
|
43 |
# 📚 https://git.io/JvXDl
|
|
|
51 |
# make release
|
52 |
|
53 |
- name: Perform CodeQL Analysis
|
54 |
+
uses: github/codeql-action/analyze@v2
|