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 46
46
47
47
# Initializes the CodeQL tools for scanning.
48
48
- name : Initialize CodeQL
49
- uses : github/codeql-action/init@4759df8df70c5ebe7042c3029bbace20eee13edd # v2 .23.1
49
+ uses : github/codeql-action/init@0b21cf2492b6b02c465a3e5d7c473717ad7721ba # v3 .23.1
50
50
with :
51
51
# Learn more about CodeQL language support at https://aka.ms/codeql-docs/language-support
52
52
languages : java
66
66
(cd function-maven-plugin && mvn install)
67
67
68
68
- name : Perform CodeQL Analysis
69
- uses : github/codeql-action/analyze@4759df8df70c5ebe7042c3029bbace20eee13edd # v2 .23.1
69
+ uses : github/codeql-action/analyze@0b21cf2492b6b02c465a3e5d7c473717ad7721ba # v3 .23.1
70
70
with :
71
71
category : ${{ matrix.working-directory }}
Original file line number Diff line number Diff line change 61
61
62
62
# Upload the results to GitHub's code scanning dashboard.
63
63
- 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
65
65
with :
66
66
sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments