File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 4444
4545 # Initializes the CodeQL tools for scanning.
4646 - name : Initialize CodeQL
47- uses : github/codeql-action/init@f443b600d91635bebf5b0d9ebc620189c0d6fba5 # v3.29.5
47+ uses : github/codeql-action/init@4e94bd11f71e507f7f87df81788dff88d1dacbfb # v3.29.5
4848 with :
4949 languages : ${{ matrix.language }}
5050 # CodeQL is currently crashing on files with large lists:
5656
5757 - if : matrix.language == 'cpp'
5858 name : Build CPP
59- uses : github/codeql-action/autobuild@f443b600d91635bebf5b0d9ebc620189c0d6fba5 # v3.29.5
59+ uses : github/codeql-action/autobuild@4e94bd11f71e507f7f87df81788dff88d1dacbfb # v3.29.5
6060
6161 - if : matrix.language == 'cpp' || matrix.language == 'java'
6262 name : Build Java
@@ -66,15 +66,15 @@ jobs:
6666
6767 - if : matrix.language == 'javascript'
6868 name : Build JS
69- uses : github/codeql-action/autobuild@f443b600d91635bebf5b0d9ebc620189c0d6fba5 # v3.29.5
69+ uses : github/codeql-action/autobuild@4e94bd11f71e507f7f87df81788dff88d1dacbfb # v3.29.5
7070
7171 - if : matrix.language == 'cpp' || matrix.language == 'python'
7272 name : Build Python
7373 run : |
7474 python setup.py build_ext
7575
7676 - name : Perform CodeQL Analysis
77- uses : github/codeql-action/analyze@f443b600d91635bebf5b0d9ebc620189c0d6fba5 # v3.29.5
77+ uses : github/codeql-action/analyze@4e94bd11f71e507f7f87df81788dff88d1dacbfb # v3.29.5
7878 with :
7979 category : " /language:${{matrix.language}}"
8080 ref : " ${{ github.ref != 'master' && github.ref || '/refs/heads/master' }}"
Original file line number Diff line number Diff line change 7777
7878 # Upload the results to GitHub's code scanning dashboard.
7979 - name : " Upload to code-scanning"
80- uses : github/codeql-action/upload-sarif@17783bfb99b07f70fae080b654aed0c514057477 # v2.23.3
80+ uses : github/codeql-action/upload-sarif@4e94bd11f71e507f7f87df81788dff88d1dacbfb # v2.23.3
8181 with :
8282 sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments