File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3434
3535 # Initializes the CodeQL tools for scanning.
3636 - name : Initialize CodeQL
37- uses : github/codeql-action/init@96f518a34f7a870018057716cc4d7a5c014bd61c # v3.29.10
37+ uses : github/codeql-action/init@192325c86100d080feab897ff886c34abd4c83a3 # v3.30.3
3838 with :
3939 languages : ${{ matrix.language }}
4040 # If you wish to specify custom queries, you can do so here or in a config file.
4444 # Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
4545 # If this step fails, then you should remove it and run the build manually (see below)
4646 - name : Autobuild
47- uses : github/codeql-action/autobuild@96f518a34f7a870018057716cc4d7a5c014bd61c # v3.29.10
47+ uses : github/codeql-action/autobuild@192325c86100d080feab897ff886c34abd4c83a3 # v3.30.3
4848
4949 # ℹ️ Command-line programs to run using the OS shell.
5050 # 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
5757 # ./location_of_script_within_repo/buildscript.sh
5858
5959 - name : Perform CodeQL Analysis
60- uses : github/codeql-action/analyze@96f518a34f7a870018057716cc4d7a5c014bd61c # v3.29.10
60+ uses : github/codeql-action/analyze@192325c86100d080feab897ff886c34abd4c83a3 # v3.30.3
6161 with :
6262 category : " /language:${{matrix.language}}"
Original file line number Diff line number Diff line change 6868
6969 # Upload the results to GitHub's code scanning dashboard.
7070 - name : " Upload to code-scanning"
71- uses : github/codeql-action/upload-sarif@96f518a34f7a870018057716cc4d7a5c014bd61c # v3.29.10
71+ uses : github/codeql-action/upload-sarif@192325c86100d080feab897ff886c34abd4c83a3 # v3.30.3
7272 with :
7373 sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments