File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5050
5151 # Initializes the CodeQL tools for scanning.
5252 - name : Initialize CodeQL
53- uses : github/codeql-action/init@4e94bd11f71e507f7f87df81788dff88d1dacbfb # v4.31.0
53+ uses : github/codeql-action/init@0499de31b99561a6d14a36a5f662c2a54f91beee # v4.31.2
5454 with :
5555 languages : ${{ matrix.language }}
5656 # If you wish to specify custom queries, you can do so here or in a config file.
6060 # Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
6161 # If this step fails, then you should remove it and run the build manually (see below)
6262 - name : Autobuild
63- uses : github/codeql-action/autobuild@4e94bd11f71e507f7f87df81788dff88d1dacbfb # v4.31.0
63+ uses : github/codeql-action/autobuild@0499de31b99561a6d14a36a5f662c2a54f91beee # v4.31.2
6464
6565 # ℹ️ Command-line programs to run using the OS shell.
6666 # 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
7373 # ./location_of_script_within_repo/buildscript.sh
7474
7575 - name : Perform CodeQL Analysis
76- uses : github/codeql-action/analyze@4e94bd11f71e507f7f87df81788dff88d1dacbfb # v4.31.0
76+ uses : github/codeql-action/analyze@0499de31b99561a6d14a36a5f662c2a54f91beee # v4.31.2
7777 with :
7878 category : " /language:${{matrix.language}}"
Original file line number Diff line number Diff line change @@ -58,11 +58,11 @@ concurrency:
5858jobs :
5959 scan-scheduled :
6060 if : ${{ github.event_name == 'push' || github.event_name == 'schedule' }}
61- uses : " google/osv-scanner-action/.github/workflows/osv-scanner-reusable.yml@e92b5d07338d4f0ba0981dffed17c48976ca4730 " # v2.2.3
61+ uses : " google/osv-scanner-action/.github/workflows/osv-scanner-reusable.yml@9bb69575e74019c2ad085a1860787043adf47ccb " # v2.2.4
6262 with :
6363 scan-args : ./package-lock.json --fail-on-vuln=false
6464 scan-pr :
6565 if : ${{ github.event_name == 'pull_request' || github.event_name == 'merge_group' }}
66- uses : " google/osv-scanner-action/.github/workflows/osv-scanner-reusable-pr.yml@e92b5d07338d4f0ba0981dffed17c48976ca4730 " # v2.2.3
66+ uses : " google/osv-scanner-action/.github/workflows/osv-scanner-reusable-pr.yml@9bb69575e74019c2ad085a1860787043adf47ccb " # v2.2.4
6767 with :
6868 scan-args : ./package-lock.json --fail-on-vuln=false
Original file line number Diff line number Diff line change 7474
7575 # Upload the results to GitHub's code scanning dashboard.
7676 - name : " Upload to code-scanning"
77- uses : github/codeql-action/upload-sarif@4e94bd11f71e507f7f87df81788dff88d1dacbfb # v4.31.0
77+ uses : github/codeql-action/upload-sarif@0499de31b99561a6d14a36a5f662c2a54f91beee # v4.31.2
7878 with :
7979 sarif_file : results.sarif
Original file line number Diff line number Diff line change 2626 uses : microsoft/security-devops-action@d0736c546281e0632667b8e0046ae3d7bba0bf67 # latest
2727 id : msdo
2828 - name : Upload results to Security tab
29- uses : github/codeql-action/upload-sarif@4e94bd11f71e507f7f87df81788dff88d1dacbfb # v3.29.5
29+ uses : github/codeql-action/upload-sarif@0499de31b99561a6d14a36a5f662c2a54f91beee # v3.29.5
3030 with :
3131 sarif_file : ${{ steps.msdo.outputs.sarifFile }}
You can’t perform that action at this time.
0 commit comments