File tree Expand file tree Collapse file tree
avow-protocol/.github/workflows
axel-protocol/.github/workflows
consent-aware-http/.github/workflows
rhodium-standard-repositories/satellites
cccp/satellites/nextgen-languages/7-tentacles/.github/workflows
consent-aware-http/.github/workflows
palimpsest-license/.github/workflows
state.scm/.github/workflows
well-known-ecosystem/.github/workflows Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6767
6868 # Initializes the CodeQL tools for scanning.
6969 - name : Initialize CodeQL
70- uses : github/codeql-action/init@6624720a57d4c312633c7b953db2f2da5bcb4c3a # v3
70+ uses : github/codeql-action/init@b2f9ef845756500b97acbdaf5c1dd4e9c1d15734 # v3
7171 with :
7272 languages : ${{ matrix.language }}
7373 build-mode : ${{ matrix.build-mode }}
9696 exit 1
9797
9898 - name : Perform CodeQL Analysis
99- uses : github/codeql-action/analyze@6624720a57d4c312633c7b953db2f2da5bcb4c3a # v3
99+ uses : github/codeql-action/analyze@b2f9ef845756500b97acbdaf5c1dd4e9c1d15734 # v3
100100 with :
101101 category : " /language:${{matrix.language}}"
Original file line number Diff line number Diff line change 6565
6666 # Initializes the CodeQL tools for scanning.
6767 - name : Initialize CodeQL
68- uses : github/codeql-action/init@6624720a57d4c312633c7b953db2f2da5bcb4c3a # v3
68+ uses : github/codeql-action/init@b2f9ef845756500b97acbdaf5c1dd4e9c1d15734 # v3
6969 with :
7070 languages : ${{ matrix.language }}
7171 build-mode : ${{ matrix.build-mode }}
9494 exit 1
9595
9696 - name : Perform CodeQL Analysis
97- uses : github/codeql-action/analyze@6624720a57d4c312633c7b953db2f2da5bcb4c3a # v3
97+ uses : github/codeql-action/analyze@b2f9ef845756500b97acbdaf5c1dd4e9c1d15734 # v3
9898 with :
9999 category : " /language:${{matrix.language}}"
Original file line number Diff line number Diff line change 2626 results_format : sarif
2727
2828 - name : Upload results
29- uses : github/codeql-action/upload-sarif@6624720a57d4c312633c7b953db2f2da5bcb4c3a # v3
29+ uses : github/codeql-action/upload-sarif@b2f9ef845756500b97acbdaf5c1dd4e9c1d15734 # v3
3030 with :
3131 sarif_file : results.sarif
Original file line number Diff line number Diff line change 2525 results_format : sarif
2626
2727 - name : Upload results
28- uses : github/codeql-action/upload-sarif@6624720a57d4c312633c7b953db2f2da5bcb4c3a # v3
28+ uses : github/codeql-action/upload-sarif@b2f9ef845756500b97acbdaf5c1dd4e9c1d15734 # v3
2929 with :
3030 sarif_file : results.sarif
Original file line number Diff line number Diff line change 2525 results_format : sarif
2626
2727 - name : Upload results
28- uses : github/codeql-action/upload-sarif@6624720a57d4c312633c7b953db2f2da5bcb4c3a # v3
28+ uses : github/codeql-action/upload-sarif@b2f9ef845756500b97acbdaf5c1dd4e9c1d15734 # v3
2929 with :
3030 sarif_file : results.sarif
Original file line number Diff line number Diff line change 6464 uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
6565
6666 - name : Initialize CodeQL
67- uses : github/codeql-action/init@6624720a57d4c312633c7b953db2f2da5bcb4c3a # v3
67+ uses : github/codeql-action/init@b2f9ef845756500b97acbdaf5c1dd4e9c1d15734 # v3
6868 with :
6969 languages : ${{ matrix.language }}
7070 build-mode : ${{ matrix.build-mode }}
7474 continue-on-error : true
7575
7676 - name : Perform CodeQL Analysis
77- uses : github/codeql-action/analyze@6624720a57d4c312633c7b953db2f2da5bcb4c3a # v3
77+ uses : github/codeql-action/analyze@b2f9ef845756500b97acbdaf5c1dd4e9c1d15734 # v3
7878 with :
7979 category : " /language:${{ matrix.language }}"
8080 continue-on-error : true
Original file line number Diff line number Diff line change 6565
6666 # Initializes the CodeQL tools for scanning.
6767 - name : Initialize CodeQL
68- uses : github/codeql-action/init@6624720a57d4c312633c7b953db2f2da5bcb4c3a # v3
68+ uses : github/codeql-action/init@b2f9ef845756500b97acbdaf5c1dd4e9c1d15734 # v3
6969 with :
7070 languages : ${{ matrix.language }}
7171 build-mode : ${{ matrix.build-mode }}
9494 exit 1
9595
9696 - name : Perform CodeQL Analysis
97- uses : github/codeql-action/analyze@6624720a57d4c312633c7b953db2f2da5bcb4c3a # v3
97+ uses : github/codeql-action/analyze@b2f9ef845756500b97acbdaf5c1dd4e9c1d15734 # v3
9898 with :
9999 category : " /language:${{matrix.language}}"
Original file line number Diff line number Diff line change 2525 results_format : sarif
2626
2727 - name : Upload results
28- uses : github/codeql-action/upload-sarif@6624720a57d4c312633c7b953db2f2da5bcb4c3a # v3
28+ uses : github/codeql-action/upload-sarif@b2f9ef845756500b97acbdaf5c1dd4e9c1d15734 # v3
2929 with :
3030 sarif_file : results.sarif
Original file line number Diff line number Diff line change 6565
6666 # Initializes the CodeQL tools for scanning.
6767 - name : Initialize CodeQL
68- uses : github/codeql-action/init@6624720a57d4c312633c7b953db2f2da5bcb4c3a # v3
68+ uses : github/codeql-action/init@b2f9ef845756500b97acbdaf5c1dd4e9c1d15734 # v3
6969 with :
7070 languages : ${{ matrix.language }}
7171 build-mode : ${{ matrix.build-mode }}
9494 exit 1
9595
9696 - name : Perform CodeQL Analysis
97- uses : github/codeql-action/analyze@6624720a57d4c312633c7b953db2f2da5bcb4c3a # v3
97+ uses : github/codeql-action/analyze@b2f9ef845756500b97acbdaf5c1dd4e9c1d15734 # v3
9898 with :
9999 category : " /language:${{matrix.language}}"
You can’t perform that action at this time.
0 commit comments