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 4545
4646 # Initializes the CodeQL tools for scanning.
4747 - name : Initialize CodeQL
48- uses : github/codeql-action/init@0d579ffd059c29b07949a3cce3983f0780820c98 # v4.32.6
48+ uses : github/codeql-action/init@38697555549f1db7851b81482ff19f1fa5c4fedc # v4.34.1
4949 with :
5050 languages : ${{ matrix.language }}
5151 config-file : ./.github/codeql.yaml
5454 run : make build-cli-linux-amd
5555
5656 - name : Perform CodeQL Analysis
57- uses : github/codeql-action/analyze@0d579ffd059c29b07949a3cce3983f0780820c98 # v4.32.6
57+ uses : github/codeql-action/analyze@38697555549f1db7851b81482ff19f1fa5c4fedc # v4.34.1
5858 with :
5959 category : " /language:${{matrix.language}}"
Original file line number Diff line number Diff line change 4444
4545 # Upload the results to GitHub's code scanning dashboard.
4646 - name : " Upload to code-scanning"
47- uses : github/codeql-action/upload-sarif@0d579ffd059c29b07949a3cce3983f0780820c98 # v4.32.6
47+ uses : github/codeql-action/upload-sarif@38697555549f1db7851b81482ff19f1fa5c4fedc # v4.34.1
4848 with :
4949 sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments