File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 5959 if : ${{ matrix.language == 'c-cpp' }}
6060
6161 - name : Initialize CodeQL
62- uses : github/codeql-action/init@3c3833e0f8c1c83d449a7478aa59c036a9165498 # v3.29.11
62+ uses : github/codeql-action/init@f1f6e5f6af878fb37288ce1c627459e94dbf7d01 # v3.30.1
6363 with :
6464 languages : ${{ matrix.language }}
6565 config-file : ./.github/codeql/codeql-config.yml
8484 run : .github/workflows/build_ubuntu-22.04.sh "${HOME}/install"
8585
8686 - name : Perform CodeQL Analysis
87- uses : github/codeql-action/analyze@3c3833e0f8c1c83d449a7478aa59c036a9165498 # v3.29.11
87+ uses : github/codeql-action/analyze@f1f6e5f6af878fb37288ce1c627459e94dbf7d01 # v3.30.1
8888 with :
8989 category : " /language:${{matrix.language}}"
Original file line number Diff line number Diff line change @@ -129,7 +129,7 @@ jobs:
129129 path : bandit.sarif
130130
131131 - name : Upload SARIF File into Security Tab
132- uses : github/codeql-action/upload-sarif@3c3833e0f8c1c83d449a7478aa59c036a9165498 # v3.29.11
132+ uses : github/codeql-action/upload-sarif@f1f6e5f6af878fb37288ce1c627459e94dbf7d01 # v3.30.1
133133 with :
134134 sarif_file : bandit.sarif
135135
You can’t perform that action at this time.
0 commit comments