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 6868
6969 # Initializes the CodeQL tools for scanning.
7070 - name : Initialize CodeQL
71- uses : github/codeql-action/init@f443b600d91635bebf5b0d9ebc620189c0d6fba5 # v4.30.8
71+ uses : github/codeql-action/init@16140ae1a102900babc80a33c44059580f687047 # v4.30.9
7272 with :
7373 languages : ${{ matrix.language }}
7474 build-mode : ${{ matrix.build-mode }}
9696 exit 1
9797
9898 - name : Perform CodeQL Analysis
99- uses : github/codeql-action/analyze@f443b600d91635bebf5b0d9ebc620189c0d6fba5 # v4.30.8
99+ uses : github/codeql-action/analyze@16140ae1a102900babc80a33c44059580f687047 # v4.30.9
100100 with :
101101 category : " /language:${{matrix.language}}"
Original file line number Diff line number Diff line change 7171
7272 # Upload the results to GitHub's code scanning dashboard.
7373 - name : " Upload to code-scanning"
74- uses : github/codeql-action/upload-sarif@f443b600d91635bebf5b0d9ebc620189c0d6fba5 # v4.30.8
74+ uses : github/codeql-action/upload-sarif@16140ae1a102900babc80a33c44059580f687047 # v4.30.9
7575 with :
7676 sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments