File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 60
60
cache : ' maven'
61
61
- name : Initialize CodeQL
62
62
if : github.event_name == 'push'
63
- uses : github/codeql-action/init@3ab4101902695724f9365a384f86c1074d94e18c
63
+ uses : github/codeql-action/init@d39d31e687223d841ef683f52467bd88e9b21c14
64
64
with :
65
65
languages : java
66
66
# -------------------------
81
81
mvn -B -e -Prelease -Preporting install
82
82
- name : Perform CodeQL Analysis
83
83
if : github.event_name == 'push'
84
- uses : github/codeql-action/analyze@3ab4101902695724f9365a384f86c1074d94e18c
84
+ uses : github/codeql-action/analyze@d39d31e687223d841ef683f52467bd88e9b21c14
85
85
with :
86
86
upload : ${{ (github.event_name == 'push' || github.event_name == 'workflow_dispatch') && github.ref_name == 'develop' && 'always' || 'never' }}
87
87
- name : Test Website
You can’t perform that action at this time.
0 commit comments