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 @@ -46,16 +46,16 @@ jobs:
4646
4747 # Initializes the CodeQL tools for scanning.
4848 - name : Initialize CodeQL
49- uses : github/codeql-action/init@f09c1c0a94de965c15400f5634aa42fac8fb8f88 # v3.27.5
49+ uses : github/codeql-action/init@45775bd8235c68ba998cffa5171334d58593da47 # v3.28.15
5050 with :
5151 languages : ${{ matrix.language }}
5252
5353 # Autobuild attempts to build any compiled languages (C/C++, C#, Go, or Java).
5454 # If this step fails, then you should remove it and run the build manually
5555 - name : Autobuild
56- uses : github/codeql-action/autobuild@f09c1c0a94de965c15400f5634aa42fac8fb8f88 # v3.27.5
56+ uses : github/codeql-action/autobuild@45775bd8235c68ba998cffa5171334d58593da47 # v3.28.15
5757
5858 - name : Perform CodeQL Analysis
59- uses : github/codeql-action/analyze@f09c1c0a94de965c15400f5634aa42fac8fb8f88 # v3.27.5
59+ uses : github/codeql-action/analyze@45775bd8235c68ba998cffa5171334d58593da47 # v3.28.15
6060 with :
6161 category : " /language:${{matrix.language}}"
You can’t perform that action at this time.
0 commit comments