File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6666 # CodeQL Analysis (https://codeql.github.com/docs/codeql-overview/about-codeql/)
6767 - name : " CodeQL: Initialize"
6868 if : env.SKIP_CODE_QL != 'true'
69- uses : github/codeql-action/init@v4.37.7
69+ uses : github/codeql-action/init@v4.37.8
7070 with :
7171 languages : ${{ matrix.language }}
7272
@@ -78,10 +78,10 @@ jobs:
7878 # If this step fails, then you should remove it and run the build manually
7979 - name : " CodeQL: Autobuild"
8080 if : env.SKIP_CODE_QL != 'true' && matrix.language == 'javascript'
81- uses : github/codeql-action/autobuild@v4.37.7
81+ uses : github/codeql-action/autobuild@v4.37.8
8282
8383 - name : " CodeQL: Perform Analysis"
8484 if : env.SKIP_CODE_QL != 'true'
85- uses : github/codeql-action/analyze@v4.37.7
85+ uses : github/codeql-action/analyze@v4.37.8
8686 with :
8787 category : " /language:${{matrix.language}}"
You can’t perform that action at this time.
0 commit comments