aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/codeql-analysis.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml
index aaa21053f..4f06a3f26 100644
--- a/.github/workflows/codeql-analysis.yml
+++ b/.github/workflows/codeql-analysis.yml
@@ -89,7 +89,7 @@ jobs:
89 89
90 # Initializes the CodeQL tools for scanning. 90 # Initializes the CodeQL tools for scanning.
91 - name: Initialize CodeQL 91 - name: Initialize CodeQL
92 uses: github/codeql-action/init@04df1262e6247151b5ac09cd2c303ac36ad3f62b 92 uses: github/codeql-action/init@d186a2a36cc67bfa1b860e6170d37fb9634742c7
93 with: 93 with:
94 languages: ${{ matrix.language }} 94 languages: ${{ matrix.language }}
95 # If you wish to specify custom queries, you can do so here or in a config file. 95 # If you wish to specify custom queries, you can do so here or in a config file.
@@ -100,7 +100,7 @@ jobs:
100 # Autobuild attempts to build any compiled languages (C/C++, C#, or Java). 100 # Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
101 # If this step fails, then you should remove it and run the build manually (see below) 101 # If this step fails, then you should remove it and run the build manually (see below)
102 - name: Autobuild 102 - name: Autobuild
103 uses: github/codeql-action/autobuild@04df1262e6247151b5ac09cd2c303ac36ad3f62b 103 uses: github/codeql-action/autobuild@d186a2a36cc67bfa1b860e6170d37fb9634742c7
104 104
105 # ℹī¸ Command-line programs to run using the OS shell. 105 # ℹī¸ Command-line programs to run using the OS shell.
106 # 📚 https://git.io/JvXDl 106 # 📚 https://git.io/JvXDl
@@ -114,4 +114,4 @@ jobs:
114 # make release 114 # make release
115 115
116 - name: Perform CodeQL Analysis 116 - name: Perform CodeQL Analysis
117 uses: github/codeql-action/analyze@04df1262e6247151b5ac09cd2c303ac36ad3f62b 117 uses: github/codeql-action/analyze@d186a2a36cc67bfa1b860e6170d37fb9634742c7