File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 8787
8888 # Initializes the CodeQL tools for scanning.
8989 - name : Initialize CodeQL
90- uses : github/codeql-action/init@439137e1b50c27ba9e2f9befc93e43091b449c34 # v3
90+ uses : github/codeql-action/init@2588666de8825e1e9dc4e2329a4c985457d55b32 # v3
9191 with :
9292 languages : ${{ matrix.language }}
9393 # If you wish to specify custom queries, you can do so here or in a config file.
@@ -101,7 +101,7 @@ jobs:
101101 # Autobuild attempts to build any compiled languages (C/C++, C#, Go, or Java).
102102 # If this step fails, then you should remove it and run the build manually (see below)
103103 - name : Autobuild
104- uses : github/codeql-action/autobuild@439137e1b50c27ba9e2f9befc93e43091b449c34 # v3
104+ uses : github/codeql-action/autobuild@2588666de8825e1e9dc4e2329a4c985457d55b32 # v3
105105
106106 # ℹ️ Command-line programs to run using the OS shell.
107107 # 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
@@ -114,7 +114,7 @@ jobs:
114114 # ./location_of_script_within_repo/buildscript.sh
115115
116116 - name : Perform CodeQL Analysis
117- uses : github/codeql-action/analyze@439137e1b50c27ba9e2f9befc93e43091b449c34 # v3
117+ uses : github/codeql-action/analyze@2588666de8825e1e9dc4e2329a4c985457d55b32 # v3
118118 with :
119119 category : " /language:${{matrix.language}}"
120120
You can’t perform that action at this time.
0 commit comments