File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5858
5959 # Initializes the CodeQL tools for scanning.
6060 - name : Initialize CodeQL
61- uses : github/codeql-action/init@87557b9c84dde89fdd9b10e88954ac2f4248e463
61+ uses : github/codeql-action/init@8aad20d150bbac5944a9f9d289da16a4b0d87c1e
6262 with :
6363 languages : ${{ matrix.language }}
6464 build-mode : ${{ matrix.build-mode }}
7373 # If this step fails, then you should remove it and run the build manually (see below)
7474 - name : Autobuild
7575 if : matrix.build-mode == 'autobuild'
76- uses : github/codeql-action/autobuild@87557b9c84dde89fdd9b10e88954ac2f4248e463
76+ uses : github/codeql-action/autobuild@8aad20d150bbac5944a9f9d289da16a4b0d87c1e
7777
7878 # If the analyze step fails for one of the languages you are analyzing with
7979 # "We were unable to automatically build your code", modify the matrix above
9393 # exit 1
9494
9595 - name : Perform CodeQL Analysis
96- uses : github/codeql-action/analyze@87557b9c84dde89fdd9b10e88954ac2f4248e463
96+ uses : github/codeql-action/analyze@8aad20d150bbac5944a9f9d289da16a4b0d87c1e
9797 with :
9898 category : " /language:${{matrix.language}}"
You can’t perform that action at this time.
0 commit comments