Spaces:
Sleeping
Sleeping
dependabot[bot]
commited on
Commit
•
f074fbc
1
Parent(s):
b2e8dea
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
@@ -31,7 +31,7 @@ jobs:
|
|
31 |
|
32 |
# Initializes the CodeQL tools for scanning.
|
33 |
- name: Initialize CodeQL
|
34 |
-
uses: github/codeql-action/init@
|
35 |
with:
|
36 |
languages: ${{ matrix.language }}
|
37 |
# If you wish to specify custom queries, you can do so here or in a config file.
|
@@ -45,7 +45,7 @@ jobs:
|
|
45 |
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
|
46 |
# If this step fails, then you should remove it and run the build manually (see below)
|
47 |
- name: Autobuild
|
48 |
-
uses: github/codeql-action/autobuild@
|
49 |
|
50 |
# ℹ️ Command-line programs to run using the OS shell.
|
51 |
# 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
|
@@ -58,4 +58,4 @@ jobs:
|
|
58 |
# ./location_of_script_within_repo/buildscript.sh
|
59 |
|
60 |
- name: Perform CodeQL Analysis
|
61 |
-
uses: github/codeql-action/analyze@
|
|
|
31 |
|
32 |
# Initializes the CodeQL tools for scanning.
|
33 |
- name: Initialize CodeQL
|
34 |
+
uses: github/codeql-action/init@v3
|
35 |
with:
|
36 |
languages: ${{ matrix.language }}
|
37 |
# If you wish to specify custom queries, you can do so here or in a config file.
|
|
|
45 |
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
|
46 |
# If this step fails, then you should remove it and run the build manually (see below)
|
47 |
- name: Autobuild
|
48 |
+
uses: github/codeql-action/autobuild@v3
|
49 |
|
50 |
# ℹ️ Command-line programs to run using the OS shell.
|
51 |
# 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
|
|
|
58 |
# ./location_of_script_within_repo/buildscript.sh
|
59 |
|
60 |
- name: Perform CodeQL Analysis
|
61 |
+
uses: github/codeql-action/analyze@v3
|