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 4646
4747 # Initializes the CodeQL tools for scanning.
4848 - name : Initialize CodeQL
49- uses : github/codeql-action/init@0d579ffd059c29b07949a3cce3983f0780820c98 # v4.32.6
49+ uses : github/codeql-action/init@b1bff81932f5cdfc8695c7752dcee935dcd061c8 # v4.33.0
5050 with :
5151 languages : ${{ matrix.language }}
5252 # If you wish to specify custom queries, you can do so here or in a config file.
5757 # Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
5858 # If this step fails, then you should remove it and run the build manually (see below)
5959 - name : Autobuild
60- uses : github/codeql-action/autobuild@0d579ffd059c29b07949a3cce3983f0780820c98 # v4.32.6
60+ uses : github/codeql-action/autobuild@b1bff81932f5cdfc8695c7752dcee935dcd061c8 # v4.33.0
6161
6262 # ℹ️ Command-line programs to run using the OS shell.
6363 # 📚 https://git.io/JvXDl
6767 # uses a compiled language
6868
6969 - name : Perform CodeQL Analysis
70- uses : github/codeql-action/analyze@0d579ffd059c29b07949a3cce3983f0780820c98 # v4.32.6
70+ uses : github/codeql-action/analyze@b1bff81932f5cdfc8695c7752dcee935dcd061c8 # v4.33.0
Original file line number Diff line number Diff line change 7676 # Upload the results to GitHub's code scanning dashboard (optional).
7777 # Commenting out will disable the upload of results to your repo's Code Scanning dashboard
7878 - name : " Upload to code-scanning"
79- uses : github/codeql-action/upload-sarif@0d579ffd059c29b07949a3cce3983f0780820c98 # v4.32.6
79+ uses : github/codeql-action/upload-sarif@b1bff81932f5cdfc8695c7752dcee935dcd061c8 # v4.33.0
8080 with :
8181 sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments