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 5353
5454 # Initializes the CodeQL tools for scanning.
5555 - name : Initialize CodeQL
56- uses : github/codeql-action/init@3c3833e0f8c1c83d449a7478aa59c036a9165498 # v3.29.11
56+ uses : github/codeql-action/init@2d92b76c45b91eb80fc44c74ce3fce0ee94e8f9d # v3.30.0
5757 with :
5858 languages : ${{ matrix.language }}
5959 tools : latest
6565 # Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
6666 # If this step fails, then you should remove it and run the build manually (see below)
6767 - name : Autobuild
68- uses : github/codeql-action/autobuild@3c3833e0f8c1c83d449a7478aa59c036a9165498 # v3.29.11
68+ uses : github/codeql-action/autobuild@2d92b76c45b91eb80fc44c74ce3fce0ee94e8f9d # v3.30.0
6969
7070 # ℹ️ Command-line programs to run using the OS shell.
7171 # 📚 https://git.io/JvXDl
7979 # make release
8080
8181 - name : Perform CodeQL Analysis
82- uses : github/codeql-action/analyze@3c3833e0f8c1c83d449a7478aa59c036a9165498 # v3.29.11
82+ uses : github/codeql-action/analyze@2d92b76c45b91eb80fc44c74ce3fce0ee94e8f9d # v3.30.0
Original file line number Diff line number Diff line change 6969 # Upload the results to GitHub's code scanning dashboard (optional).
7070 # Commenting out will disable upload of results to your repo's Code Scanning dashboard
7171 - name : " Upload to code-scanning"
72- uses : github/codeql-action/upload-sarif@3c3833e0f8c1c83d449a7478aa59c036a9165498 # v3.29.11
72+ uses : github/codeql-action/upload-sarif@2d92b76c45b91eb80fc44c74ce3fce0ee94e8f9d # v3.30.0
7373 with :
7474 sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments