|
35 | 35 |
|
36 | 36 | # Initializes the CodeQL tools for scanning.
|
37 | 37 | - name: Initialize CodeQL
|
38 | | - uses: github/codeql-action/init@51f77329afa6477de8c49fc9c7046c15b9a4e79d # v3.29.5 |
| 38 | + uses: github/codeql-action/init@3c3833e0f8c1c83d449a7478aa59c036a9165498 # v3.29.5 |
39 | 39 | with:
|
40 | 40 | languages: ${{ matrix.language }}
|
41 | 41 |
|
|
45 | 45 | # Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
|
46 | 46 | # If this step fails, then you should remove it and run the build manually (see below)
|
47 | 47 | - name: Autobuild
|
48 | | - uses: github/codeql-action/autobuild@51f77329afa6477de8c49fc9c7046c15b9a4e79d # v3.29.5 |
| 48 | + uses: github/codeql-action/autobuild@3c3833e0f8c1c83d449a7478aa59c036a9165498 # v3.29.5 |
49 | 49 |
|
50 | 50 | # i️ Command-line programs to run using the OS shell.
|
51 | 51 | # 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
|
|
58 | 58 | # ./location_of_script_within_repo/buildscript.sh
|
59 | 59 |
|
60 | 60 | - name: Perform CodeQL Analysis
|
61 | | - uses: github/codeql-action/analyze@51f77329afa6477de8c49fc9c7046c15b9a4e79d # v3.29.5 |
| 61 | + uses: github/codeql-action/analyze@3c3833e0f8c1c83d449a7478aa59c036a9165498 # v3.29.5 |
0 commit comments