File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 4646
4747 # Initializes the CodeQL tools for scanning.
4848 - name : Initialize CodeQL
49- uses : github/codeql-action/init@4759df8df70c5ebe7042c3029bbace20eee13edd # v2 .23.1
49+ uses : github/codeql-action/init@0b21cf2492b6b02c465a3e5d7c473717ad7721ba # v3 .23.1
5050 with :
5151 # Learn more about CodeQL language support at https://aka.ms/codeql-docs/language-support
5252 languages : java
6666 (cd function-maven-plugin && mvn install)
6767
6868 - name : Perform CodeQL Analysis
69- uses : github/codeql-action/analyze@4759df8df70c5ebe7042c3029bbace20eee13edd # v2 .23.1
69+ uses : github/codeql-action/analyze@0b21cf2492b6b02c465a3e5d7c473717ad7721ba # v3 .23.1
7070 with :
7171 category : ${{ matrix.working-directory }}
Original file line number Diff line number Diff line change 6161
6262 # Upload the results to GitHub's code scanning dashboard.
6363 - name : " Upload to code-scanning"
64- uses : github/codeql-action/upload-sarif@4759df8df70c5ebe7042c3029bbace20eee13edd # v2 .23.1
64+ uses : github/codeql-action/upload-sarif@0b21cf2492b6b02c465a3e5d7c473717ad7721ba # v3 .23.1
6565 with :
6666 sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments