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 5858
5959 # Initializes the CodeQL tools for scanning.
6060 - name : Initialize CodeQL
61- uses : github/codeql-action/init@014f16e7ab1402f30e7c3329d33797e7948572db # v3.29.5
61+ uses : github/codeql-action/init@e12f0178983d466f2f6028f5cc7a6d786fd97f4b # v3.29.5
6262 with :
6363 languages : ${{ matrix.language }}
6464 # 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@014f16e7ab1402f30e7c3329d33797e7948572db # v3.29.5
71+ uses : github/codeql-action/autobuild@e12f0178983d466f2f6028f5cc7a6d786fd97f4b # v3.29.5
7272 with :
7373 working-directory : ./OSLC4Net_SDK
7474
8383 # ./location_of_script_within_repo/buildscript.sh
8484
8585 - name : Perform CodeQL Analysis
86- uses : github/codeql-action/analyze@014f16e7ab1402f30e7c3329d33797e7948572db # v3.29.5
86+ uses : github/codeql-action/analyze@e12f0178983d466f2f6028f5cc7a6d786fd97f4b # v3.29.5
8787 with :
8888 category : " /language:${{matrix.language}}"
Original file line number Diff line number Diff line change 7474 # Upload the results to GitHub's code scanning dashboard (optional).
7575 # Commenting out will disable upload of results to your repo's Code Scanning dashboard
7676 - name : " Upload to code-scanning"
77- uses : github/codeql-action/upload-sarif@014f16e7ab1402f30e7c3329d33797e7948572db # v3.29.5
77+ uses : github/codeql-action/upload-sarif@e12f0178983d466f2f6028f5cc7a6d786fd97f4b # v3.29.5
7878 with :
7979 sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments