File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -31,14 +31,14 @@ jobs:
3131
3232 # Initializes the CodeQL tools for scanning.
3333 - name : Initialize CodeQL
34- uses : github/codeql-action/init@fe4161a26a8629af62121b670040955b330f9af2 # v3.29.5
34+ uses : github/codeql-action/init@5d4e8d1aca955e8d8589aabd499c5cae939e33c7 # v3.29.5
3535 with :
3636 languages : ${{ matrix.language }}
3737
3838 # Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
3939 # If this step fails, then you should remove it and run the build manually (see below)
4040 - name : Autobuild
41- uses : github/codeql-action/autobuild@fe4161a26a8629af62121b670040955b330f9af2 # v3.29.5
41+ uses : github/codeql-action/autobuild@5d4e8d1aca955e8d8589aabd499c5cae939e33c7 # v3.29.5
4242
4343 # ℹ️ Command-line programs to run using the OS shell.
4444 # 📚 https://git.io/JvXDl
5252 # make release
5353
5454 - name : Perform CodeQL Analysis
55- uses : github/codeql-action/analyze@fe4161a26a8629af62121b670040955b330f9af2 # v3.29.5
55+ uses : github/codeql-action/analyze@5d4e8d1aca955e8d8589aabd499c5cae939e33c7 # v3.29.5
Original file line number Diff line number Diff line change 5151
5252 # Upload the results to GitHub's code scanning dashboard.
5353 - name : " Upload to code-scanning"
54- uses : github/codeql-action/upload-sarif@fe4161a26a8629af62121b670040955b330f9af2 # v3.29.5
54+ uses : github/codeql-action/upload-sarif@5d4e8d1aca955e8d8589aabd499c5cae939e33c7 # v3.29.5
5555 with :
5656 sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments