File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5757
5858 # Initializes the CodeQL tools for scanning.
5959 - name : Initialize CodeQL
60- uses : github/codeql-action/init@5595ccaf912efad79be6eef63a5619ff05969be3 # v4.37.6
60+ uses : github/codeql-action/init@ff2f1c621b7f889edc0d3c761ac2e6a3f8cdb0dd # v4.37.7
6161 with :
6262 languages : ${{ matrix.language }}
6363 # If you wish to specify custom queries, you can do so here or in a config file.
6868 # Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
6969 # If this step fails, then you should remove it and run the build manually (see below)
7070 - name : Autobuild
71- uses : github/codeql-action/autobuild@5595ccaf912efad79be6eef63a5619ff05969be3 # v4.37.6
71+ uses : github/codeql-action/autobuild@ff2f1c621b7f889edc0d3c761ac2e6a3f8cdb0dd # v4.37.7
7272
7373 # ℹ️ Command-line programs to run using the OS shell.
7474 # 📚 https://git.io/JvXDl
8282 # make release
8383
8484 - name : Perform CodeQL Analysis
85- uses : github/codeql-action/analyze@5595ccaf912efad79be6eef63a5619ff05969be3 # v4.37.6
85+ uses : github/codeql-action/analyze@ff2f1c621b7f889edc0d3c761ac2e6a3f8cdb0dd # v4.37.7
8686 - name : Generate Security Report
8787 uses : rsdmike/github-security-report-action@a149b24539044c92786ec39af8ba38c93496495d # v3.0.4
8888 continue-on-error : true
Original file line number Diff line number Diff line change 7272
7373 # Upload the results to GitHub's code scanning dashboard.
7474 - name : ' Upload to code-scanning'
75- uses : github/codeql-action/upload-sarif@5595ccaf912efad79be6eef63a5619ff05969be3 # v2.1.27
75+ uses : github/codeql-action/upload-sarif@ff2f1c621b7f889edc0d3c761ac2e6a3f8cdb0dd # v2.1.27
7676 with :
7777 sarif_file : results.sarif
Original file line number Diff line number Diff line change 4545 > zizmor_scan_report.sarif
4646 - name : Upload SARIF to GitHub Security
4747 if : always()
48- uses : github/codeql-action/upload-sarif@5595ccaf912efad79be6eef63a5619ff05969be3 # v4.37.6
48+ uses : github/codeql-action/upload-sarif@ff2f1c621b7f889edc0d3c761ac2e6a3f8cdb0dd # v4.37.7
4949 with :
5050 sarif_file : zizmor_scan_report.sarif
5151 - name : Upload Zizmor report artifact
You can’t perform that action at this time.
0 commit comments