Spaces:
Sleeping
Sleeping
dependabot[bot]
commited on
Commit
·
dbc58ef
1
Parent(s):
cf8af6d
Bump github/codeql-action from 2 to 3
Browse filesBumps [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](https://github.com/github/codeql-action/compare/v2...v3)
---
updated-dependencies:
- dependency-name: github/codeql-action
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <[email protected]>
.github/workflows/codeql-analysis.yml
CHANGED
@@ -42,7 +42,7 @@ jobs:
|
|
42 |
|
43 |
# Initializes the CodeQL tools for scanning.
|
44 |
- name: Initialize CodeQL
|
45 |
-
uses: github/codeql-action/init@
|
46 |
with:
|
47 |
languages: ${{ matrix.language }}
|
48 |
# If you wish to specify custom queries, you can do so here or in a config file.
|
@@ -56,7 +56,7 @@ jobs:
|
|
56 |
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
|
57 |
# If this step fails, then you should remove it and run the build manually (see below)
|
58 |
- name: Autobuild
|
59 |
-
uses: github/codeql-action/autobuild@
|
60 |
|
61 |
# ℹ️ Command-line programs to run using the OS shell.
|
62 |
# 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
|
@@ -69,4 +69,4 @@ jobs:
|
|
69 |
# ./location_of_script_within_repo/buildscript.sh
|
70 |
|
71 |
- name: Perform CodeQL Analysis
|
72 |
-
uses: github/codeql-action/analyze@
|
|
|
42 |
|
43 |
# Initializes the CodeQL tools for scanning.
|
44 |
- name: Initialize CodeQL
|
45 |
+
uses: github/codeql-action/init@v3
|
46 |
with:
|
47 |
languages: ${{ matrix.language }}
|
48 |
# If you wish to specify custom queries, you can do so here or in a config file.
|
|
|
56 |
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
|
57 |
# If this step fails, then you should remove it and run the build manually (see below)
|
58 |
- name: Autobuild
|
59 |
+
uses: github/codeql-action/autobuild@v3
|
60 |
|
61 |
# ℹ️ Command-line programs to run using the OS shell.
|
62 |
# 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
|
|
|
69 |
# ./location_of_script_within_repo/buildscript.sh
|
70 |
|
71 |
- name: Perform CodeQL Analysis
|
72 |
+
uses: github/codeql-action/analyze@v3
|