@@ -46,7 +46,7 @@ jobs: |
|
|
46 |
46 |
|
47 |
47 |
# Initializes the CodeQL tools for scanning. |
48 |
48 |
- name: Initialize CodeQL |
49 |
|
-uses: github/codeql-action/init@e5f05b81d5b6ff8cfa111c80c22c5fd02a384118 # v3.23.0 |
|
49 |
+uses: github/codeql-action/init@b7bf0a3ed3ecfa44160715d7c442788f65f0f923 # v3.23.2 |
50 |
50 |
with: |
51 |
51 |
languages: ${{ matrix.language }} |
52 |
52 |
# If you wish to specify custom queries, you can do so here or in a config file. |
@@ -57,7 +57,7 @@ jobs: |
|
|
57 |
57 |
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java). |
58 |
58 |
# If this step fails, then you should remove it and run the build manually (see below) |
59 |
59 |
- name: Autobuild |
60 |
|
-uses: github/codeql-action/autobuild@e5f05b81d5b6ff8cfa111c80c22c5fd02a384118 # v3.23.0 |
|
60 |
+uses: github/codeql-action/autobuild@b7bf0a3ed3ecfa44160715d7c442788f65f0f923 # v3.23.2 |
61 |
61 |
|
62 |
62 |
# ℹ️ Command-line programs to run using the OS shell. |
63 |
63 |
# 📚 https://git.io/JvXDl |
@@ -71,4 +71,4 @@ jobs: |
|
|
71 |
71 |
# make release |
72 |
72 |
|
73 |
73 |
- name: Perform CodeQL Analysis |
74 |
|
-uses: github/codeql-action/analyze@e5f05b81d5b6ff8cfa111c80c22c5fd02a384118 # v3.23.0 |
|
74 |
+uses: github/codeql-action/analyze@b7bf0a3ed3ecfa44160715d7c442788f65f0f923 # v3.23.2 |