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 3535
3636 # Initializes the CodeQL tools for scanning.
3737 - name : Initialize CodeQL
38- uses : github/codeql-action/init@f1f6e5f6af878fb37288ce1c627459e94dbf7d01 # v3.30.1
38+ uses : github/codeql-action/init@192325c86100d080feab897ff886c34abd4c83a3 # v3.30.3
3939 with :
4040 languages : ${{ matrix.language }}
4141 # If you wish to specify custom queries, you can do so here or in a config file.
4646 # Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
4747 # If this step fails, then you should remove it and run the build manually (see below)
4848 - name : Autobuild
49- uses : github/codeql-action/autobuild@f1f6e5f6af878fb37288ce1c627459e94dbf7d01 # v3.30.1
49+ uses : github/codeql-action/autobuild@192325c86100d080feab897ff886c34abd4c83a3 # v3.30.3
5050
5151 # ℹ️ Command-line programs to run using the OS shell.
5252 # 📚 https://git.io/JvXDl
6060 # make release
6161
6262 - name : Perform CodeQL Analysis
63- uses : github/codeql-action/analyze@f1f6e5f6af878fb37288ce1c627459e94dbf7d01 # v3.30.1
63+ uses : github/codeql-action/analyze@192325c86100d080feab897ff886c34abd4c83a3 # v3.30.3
Original file line number Diff line number Diff line change 4848
4949 # Upload the results to GitHub's code scanning dashboard.
5050 - name : " Upload to code-scanning"
51- uses : github/codeql-action/upload-sarif@f1f6e5f6af878fb37288ce1c627459e94dbf7d01 # v3.30.1
51+ uses : github/codeql-action/upload-sarif@192325c86100d080feab897ff886c34abd4c83a3 # v3.30.3
5252 with :
5353 sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments