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 3131
3232 # Initializes the CodeQL tools for scanning.
3333 - name : Initialize CodeQL
34- uses : github/codeql-action/init@0499de31b99561a6d14a36a5f662c2a54f91beee # v4
34+ uses : github/codeql-action/init@e12f0178983d466f2f6028f5cc7a6d786fd97f4b # v4
3535 with :
3636 languages : ${{ matrix.language }}
3737 queries : security-extended,security-and-quality
4444 # Autobuild attempts to build any compiled languages (C/C++, C#, Go, or Java).
4545 # If this step fails, then you should remove it and run the build manually (see below)
4646 - name : Autobuild
47- uses : github/codeql-action/autobuild@0499de31b99561a6d14a36a5f662c2a54f91beee # v4
47+ uses : github/codeql-action/autobuild@e12f0178983d466f2f6028f5cc7a6d786fd97f4b # v4
4848
4949 # ℹ️ Command-line programs to run using the OS shell.
5050 # 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
5757 # ./location_of_script_within_repo/buildscript.sh
5858
5959 - name : Perform CodeQL Analysis
60- uses : github/codeql-action/analyze@0499de31b99561a6d14a36a5f662c2a54f91beee # v4
60+ uses : github/codeql-action/analyze@e12f0178983d466f2f6028f5cc7a6d786fd97f4b # v4
6161 with :
6262 category : " /language:${{matrix.language}}"
You can’t perform that action at this time.
0 commit comments