File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 4949
5050 # Initializes the CodeQL tools for scanning.
5151 - name : Initialize CodeQL
52- uses : github/codeql-action/init@3c3833e0f8c1c83d449a7478aa59c036a9165498 # v3
52+ uses : github/codeql-action/init@d3ced5c96c16c4332e2a61eb6f3649d6f1b20bb8 # v3
5353 with :
5454 languages : ${{ matrix.language }}
5555 config-file : ./.github/codeql/codeql-config.yml
6161 # Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
6262 # If this step fails, then you should remove it and run the build manually (see below)
6363 - name : Autobuild
64- uses : github/codeql-action/autobuild@3c3833e0f8c1c83d449a7478aa59c036a9165498 # v3
64+ uses : github/codeql-action/autobuild@d3ced5c96c16c4332e2a61eb6f3649d6f1b20bb8 # v3
6565
6666 # ℹ️ Command-line programs to run using the OS shell.
6767 # 📚 https://git.io/JvXDl
7575 # make release
7676
7777 - name : Perform CodeQL Analysis
78- uses : github/codeql-action/analyze@3c3833e0f8c1c83d449a7478aa59c036a9165498 # v3
78+ uses : github/codeql-action/analyze@d3ced5c96c16c4332e2a61eb6f3649d6f1b20bb8 # v3
Original file line number Diff line number Diff line change 6868 # Upload the results to GitHub's code scanning dashboard (optional).
6969 # Commenting out will disable upload of results to your repo's Code Scanning dashboard
7070 - name : ' Upload to code-scanning'
71- uses : github/codeql-action/upload-sarif@3c3833e0f8c1c83d449a7478aa59c036a9165498 # v3
71+ uses : github/codeql-action/upload-sarif@d3ced5c96c16c4332e2a61eb6f3649d6f1b20bb8 # v3
7272 with :
7373 sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments