File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 6363
6464 # Initializes the CodeQL tools for scanning.
6565 - name : Initialize CodeQL
66- uses : github/codeql-action/init@v3
66+ uses : github/codeql-action/init@v4
6767 with :
6868 languages : ${{ matrix.language }}
6969 build-mode : ${{ matrix.build-mode }}
8080 # to build your code.
8181 # ℹ️ Command-line programs to run using the OS shell.
8282 # 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
83- - if : matrix.build-mode == 'manual'
83+ - name : Run manual build steps
84+ if : matrix.build-mode == 'manual'
8485 shell : bash
8586 run : |
8687 echo 'If you are using a "manual" build mode for one or more of the' \
9192 exit 1
9293
9394 - name : Perform CodeQL Analysis
94- uses : github/codeql-action/analyze@v3
95+ uses : github/codeql-action/analyze@v4
9596 with :
9697 category : " /language:${{matrix.language}}"
You can’t perform that action at this time.
0 commit comments