File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -61,14 +61,14 @@ jobs:
6161
6262 # Initializes the CodeQL tools for scanning.
6363 - name : Initialize CodeQL
64- uses : github/codeql-action/init@16140ae1a102900babc80a33c44059580f687047 # v4.30.9
64+ uses : github/codeql-action/init@0499de31b99561a6d14a36a5f662c2a54f91beee # v4.31.2
6565 with :
6666 languages : ${{ matrix.language }}
6767
6868 # Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
6969 # If this step fails, then you should remove it and run the build manually (see below)
7070 - name : Autobuild
71- uses : github/codeql-action/autobuild@16140ae1a102900babc80a33c44059580f687047 # v4.30.9
71+ uses : github/codeql-action/autobuild@0499de31b99561a6d14a36a5f662c2a54f91beee # v4.31.2
7272
7373 # If the analyze step fails for one of the languages you are analyzing with
7474 # "We were unable to automatically build your code", modify the matrix above
8787 # exit 1
8888
8989 - name : Perform CodeQL Analysis
90- uses : github/codeql-action/analyze@16140ae1a102900babc80a33c44059580f687047 # v4.30.9
90+ uses : github/codeql-action/analyze@0499de31b99561a6d14a36a5f662c2a54f91beee # v4.31.2
9191 with :
9292 category : " /language:${{matrix.language}}"
You can’t perform that action at this time.
0 commit comments